mirror of https://gitlab.com/ecentrics/concordia
Ezerous
4 years ago
1 changed files with 8 additions and 8 deletions
@ -1,15 +1,15 @@ |
|||||
diff --git a/node_modules/web3-eth/src/index.js b/node_modules/web3-eth/src/index.js
|
diff --git a/node_modules/web3-eth/lib/index.js b/node_modules/web3-eth/lib/index.js
|
||||
index 469c149..6f7f1bc 100644
|
index da8a65f..06d5f83 100644
|
||||
--- a/node_modules/web3-eth/src/index.js
|
--- a/node_modules/web3-eth/lib/index.js
|
||||
+++ b/node_modules/web3-eth/src/index.js
|
+++ b/node_modules/web3-eth/lib/index.js
|
||||
@@ -343,8 +343,8 @@ var Eth = function Eth() {
|
@@ -288,8 +288,8 @@ var Eth = function Eth() {
|
||||
|
this.Iban = Iban; |
||||
// add ABI |
// add ABI |
||||
this.abi = abi; |
this.abi = abi; |
||||
|
|
||||
- // add ENS
|
- // add ENS
|
||||
- this.ens = new ENS(this);
|
- this.ens = new ENS(this);
|
||||
+ // add ENS (Removed because of https://github.com/ethereum/web3.js/issues/2665#issuecomment-687164093)
|
+ // add ENS (Removed because of https://github.com/ethereum/web3.js/issues/2665#issuecomment-687164093)
|
||||
+ // this.ens = new ENS(this);
|
+ // this.ens = new ENS(this);
|
||||
|
|
||||
var methods = [ |
var methods = [ |
||||
new Method({ |
new Method({ |
||||
|
name: 'getNodeInfo', |
||||
|
Loading…
Reference in new issue