Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Commit

Permalink
Merge pull request from GHSA-r6w2-3hcr-84v3
Browse files Browse the repository at this point in the history
feature/migration
  • Loading branch information
decanus authored Jan 30, 2020
2 parents c521d4e + 1c6381f commit 144c507
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ var resolverInterface = abi.resolverInterface;

var registryAddresses = {
// Mainnet
"1": "0x314159265dd8dbb310642f98f50c066173c1259b",
"1": "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e",
// Ropsten
"3": "0x112234455c3a32fd11230c42e7bccd4a84e02010",
"3": "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e",
// Rinkeby
"4": "0xe7410170f87102DF0055eB195163A03B7F2Bff4A",
"4": "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e",
// Goerli
"5": "0x112234455c3a32fd11230c42e7bccd4a84e02010",
"5": "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e",
};

var abiDecoders = {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ethereum-ens",
"version": "0.7.8",
"version": "0.8.0",
"homepage": "https://github.com/Arachnid/ensjs#readme",
"description": "Javascript bindings for the Ethereum Name Service",
"main": "index.js",
Expand Down

0 comments on commit 144c507

Please sign in to comment.