Skip to content

Commit d65df53

Browse files
Merge branch 'master' into develop
2 parents 51c802b + fe61f68 commit d65df53

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)