mirror of https://gitlab.com/ecentrics/concordia
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
518 B
16 lines
518 B
4 years ago
|
diff --git a/node_modules/web3-eth/src/index.js b/node_modules/web3-eth/src/index.js
|
||
|
index 469c149..6f7f1bc 100644
|
||
|
--- a/node_modules/web3-eth/src/index.js
|
||
|
+++ b/node_modules/web3-eth/src/index.js
|
||
|
@@ -343,8 +343,8 @@ var Eth = function Eth() {
|
||
|
// add ABI
|
||
|
this.abi = abi;
|
||
|
|
||
|
- // add ENS
|
||
|
- this.ens = new ENS(this);
|
||
|
+ // add ENS (Removed because of https://github.com/ethereum/web3.js/issues/2665#issuecomment-687164093)
|
||
|
+ // this.ens = new ENS(this);
|
||
|
|
||
|
var methods = [
|
||
|
new Method({
|