From 314fab10910cc52190bcd902976381c40558af65 Mon Sep 17 00:00:00 2001 From: ensbot <58172776+ensbot@users.noreply.github.com> Date: Thu, 30 Jan 2020 14:34:01 +0000 Subject: [PATCH] My commit message -4712-01-01 --- lib/ENS/ENSRegistry.js | 10 +++++----- src/ENS/ENSRegistry.js | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/lib/ENS/ENSRegistry.js b/lib/ENS/ENSRegistry.js index b39033a..1ebe8f7 100644 --- a/lib/ENS/ENSRegistry.js +++ b/lib/ENS/ENSRegistry.js @@ -189,15 +189,15 @@ var ENSRegistry = function () { this.web3 = new _web2.default(this.provider); if (this.network === 1) { - this.address = '0x314159265dd8dbb310642f98f50c066173c1259b'; + this.address = '0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e'; } else if (this.network === 3) { - this.address = '0x112234455c3a32fd11230c42e7bccd4a84e02010'; + this.address = '0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e'; } else if (this.network === 4) { - this.address = '0xe7410170f87102df0055eb195163a03b7f2bff4a'; + this.address = '0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e'; } else if (this.network === 5) { - this.address = '0x112234455c3a32fd11230c42e7bccd4a84e02010'; + this.address = '0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e'; } else { - this.address = '0x314159265dd8dbb310642f98f50c066173c1259b'; + this.address = '0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e'; } this.registry = new this.web3.eth.Contract(registryABI, this.address); diff --git a/src/ENS/ENSRegistry.js b/src/ENS/ENSRegistry.js index 2af3b6a..e2bcbe7 100644 --- a/src/ENS/ENSRegistry.js +++ b/src/ENS/ENSRegistry.js @@ -220,15 +220,15 @@ class ENSRegistry { this.web3 = new Web3(this.provider); if (this.network === 1) { - this.address = '0x314159265dd8dbb310642f98f50c066173c1259b' + this.address = '0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e' } else if (this.network === 3) { - this.address = '0x112234455c3a32fd11230c42e7bccd4a84e02010' + this.address = '0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e' } else if (this.network === 4) { - this.address = '0xe7410170f87102df0055eb195163a03b7f2bff4a' + this.address = '0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e' } else if (this.network === 5) { - this.address = '0x112234455c3a32fd11230c42e7bccd4a84e02010' + this.address = '0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e' } else { - this.address = '0x314159265dd8dbb310642f98f50c066173c1259b' + this.address = '0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e' } this.registry = new this.web3.eth.Contract(registryABI, this.address);