-
Notifications
You must be signed in to change notification settings - Fork 987
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fixes ENS to new registry #9952
Conversation
Pull Request Checklist
|
Jenkins BuildsClick to see older builds (6)
|
any particular thing this is waiting on? |
@corpetty code review and merge button press. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, unless there is another place in the code referencing ENS that was missed.
I couldn't find anything else. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
testnet address dont changes?
src/status_im/ethereum/ens.cljs
Outdated
@@ -11,9 +11,9 @@ | |||
|
|||
;; this is the addresses of ens registries for the different networks | |||
(def ens-registries | |||
{:mainnet "0x314159265dd8dbb310642f98f50c066173c1259b" | |||
{:mainnet "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e" | |||
:testnet "0x112234455c3a32fd11230c42e7bccd4a84e02010" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ropsten address dont changes?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is testnet ropsten?
28599e8
to
7c5decb
Compare
With https://i.diawi.com/UEFCFn (tested on iOS 13.3) and https://status-im-prs.ams3.digitaloceanspaces.com/StatusIm-200206-160307-7c5dec-pr-universal.apk (on Android 8.1)
|
@Serhy changed address for ens verification as well |
Tested https://status-im-prs.ams3.digitaloceanspaces.com/StatusIm-200207-084019-3acc45-pr.ipa on iOS 13.3 and https://status-im-prs.ams3.digitaloceanspaces.com/StatusIm-200207-084018-3acc45-pr-universal.apk on Android
|
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
3acc455
to
25fd297
Compare
uses new ENS registry. see: GHSA-8f9f-pc5v-9r5h