Skip to content

Commit fe61f68

Browse files
authored
Merge pull request #243 from aranhaagency/ens-issue/237
chore: update ENS Registry migration
2 parents 1070351 + 7625ac4 commit fe61f68

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Sources/web3swift/Utils/ENS/ENSRegistry.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ public extension ENS {
1919
self.web3 = web3
2020
switch web3.provider.network {
2121
case .Mainnet?:
22-
registryContractAddress = EthereumAddress("0x314159265dd8dbb310642f98f50c066173c1259b")
22+
registryContractAddress = EthereumAddress("0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e")
2323
case .Rinkeby?:
24-
registryContractAddress = EthereumAddress("0xe7410170f87102df0055eb195163a03b7f2bff4a")
24+
registryContractAddress = EthereumAddress("0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e")
2525
case .Ropsten?:
26-
registryContractAddress = EthereumAddress("0x112234455c3a32fd11230c42e7bccd4a84e02010")
26+
registryContractAddress = EthereumAddress("0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e")
2727
default:
2828
let url = web3.provider.url.absoluteString
2929
if url.contains("https://rpc.goerli.mudit.blog")

0 commit comments

Comments
 (0)