File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Sources/web3swift/Utils/ENS Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,11 +19,11 @@ public extension ENS {
19
19
self . web3 = web3
20
20
switch web3. provider. network {
21
21
case . Mainnet? :
22
- registryContractAddress = EthereumAddress ( " 0x314159265dd8dbb310642f98f50c066173c1259b " )
22
+ registryContractAddress = EthereumAddress ( " 0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e " )
23
23
case . Rinkeby? :
24
- registryContractAddress = EthereumAddress ( " 0xe7410170f87102df0055eb195163a03b7f2bff4a " )
24
+ registryContractAddress = EthereumAddress ( " 0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e " )
25
25
case . Ropsten? :
26
- registryContractAddress = EthereumAddress ( " 0x112234455c3a32fd11230c42e7bccd4a84e02010 " )
26
+ registryContractAddress = EthereumAddress ( " 0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e " )
27
27
default :
28
28
let url = web3. provider. url. absoluteString
29
29
if url. contains ( " https://rpc.goerli.mudit.blog " )
You can’t perform that action at this time.
0 commit comments