Skip to content

Commit 3d566e0

Browse files
committed
chore: ENS Registry migration #237
1 parent 1070351 commit 3d566e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/web3swift/Utils/ENS/ENSRegistry.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ 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?:
2424
registryContractAddress = EthereumAddress("0xe7410170f87102df0055eb195163a03b7f2bff4a")
2525
case .Ropsten?:

0 commit comments

Comments
 (0)