Skip to content

Commit

Permalink
Update resolver.js (#1310)
Browse files Browse the repository at this point in the history
  • Loading branch information
brunobar79 authored Feb 4, 2020
1 parent 79b87e2 commit ad152c7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/lib/ens-ipfs/resolver.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,16 +68,16 @@ function getRegistryForChainId(chainId) {
switch (chainId) {
// mainnet
case 1:
return '0x314159265dd8dbb310642f98f50c066173c1259b';
return '0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e';
// ropsten
case 3:
return '0x112234455c3a32fd11230c42e7bccd4a84e02010';
return '0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e';
// rinkeby
case 4:
return '0xe7410170f87102df0055eb195163a03b7f2bff4a';
return '0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e';
// goerli
case 5:
return '0x112234455c3a32fd11230c42e7bccd4a84e02010';
return '0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e';
}
}

Expand Down

0 comments on commit ad152c7

Please sign in to comment.