Skip to content

Commit

Permalink
chore: ENS Registry migration web3swift-team#237
Browse files Browse the repository at this point in the history
  • Loading branch information
aranhaagency committed Feb 16, 2020
1 parent 1070351 commit 3d566e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/web3swift/Utils/ENS/ENSRegistry.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public extension ENS {
self.web3 = web3
switch web3.provider.network {
case .Mainnet?:
registryContractAddress = EthereumAddress("0x314159265dd8dbb310642f98f50c066173c1259b")
registryContractAddress = EthereumAddress("0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e")
case .Rinkeby?:
registryContractAddress = EthereumAddress("0xe7410170f87102df0055eb195163a03b7f2bff4a")
case .Ropsten?:
Expand Down

0 comments on commit 3d566e0

Please sign in to comment.