Skip to content

Commit

Permalink
chore(@embarkens): update ENS Registry mainnet address
Browse files Browse the repository at this point in the history
Change address to the updated one because of a flaw found in the old
  • Loading branch information
jrainville committed Jan 31, 2020
1 parent 39919f2 commit c791ae0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/embarkjs/ens/src/index.js
Expand Up @@ -148,7 +148,7 @@ const voidAddress = '0x0000000000000000000000000000000000000000';

__embarkENS.registryAddresses = {
// Mainnet
"1": "0x314159265dd8dbb310642f98f50c066173c1259b",
"1": "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e",
// Ropsten
"3": "0x112234455c3a32fd11230c42e7bccd4a84e02010",
// Rinkeby
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/ens/src/ensContractAddresses.js
Expand Up @@ -5,7 +5,7 @@ const RINKEBY_ID = '4';
export default {
[MAINNET_ID]: {
"ENSRegistry": {
"address": "0x314159265dd8dbb310642f98f50c066173c1259b",
"address": "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e",
"silent": true
},
"Resolver": {
Expand Down

0 comments on commit c791ae0

Please sign in to comment.