aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Browne <stephenalexbrowne@gmail.com>2018-06-02 03:10:16 +0800
committerAlex Browne <stephenalexbrowne@gmail.com>2018-06-07 03:39:43 +0800
commit5816e410e966223bf55afbc402ed17aef78dc9d1 (patch)
tree8d4d438de26c5247627983f874201092bb33eea1
parent31c98fc0db21300cb32e265c49b3f0320c315f01 (diff)
downloaddexon-sol-tools-5816e410e966223bf55afbc402ed17aef78dc9d1.tar
dexon-sol-tools-5816e410e966223bf55afbc402ed17aef78dc9d1.tar.gz
dexon-sol-tools-5816e410e966223bf55afbc402ed17aef78dc9d1.tar.bz2
dexon-sol-tools-5816e410e966223bf55afbc402ed17aef78dc9d1.tar.lz
dexon-sol-tools-5816e410e966223bf55afbc402ed17aef78dc9d1.tar.xz
dexon-sol-tools-5816e410e966223bf55afbc402ed17aef78dc9d1.tar.zst
dexon-sol-tools-5816e410e966223bf55afbc402ed17aef78dc9d1.zip
Use our fork of ethers.js
-rw-r--r--package.json3
-rw-r--r--yarn.lock15
2 files changed, 17 insertions, 1 deletions
diff --git a/package.json b/package.json
index 7c54c1a18..af0b95dc4 100644
--- a/package.json
+++ b/package.json
@@ -46,6 +46,7 @@
"wsrun": "^2.2.0"
},
"resolutions": {
- "ethereumjs-tx": "0xProject/ethereumjs-tx#fake-tx-include-signature-by-default"
+ "ethereumjs-tx": "0xProject/ethereumjs-tx#fake-tx-include-signature-by-default",
+ "ethers.js": "0xproject/ethers.js#eip-838-reasons"
}
}
diff --git a/yarn.lock b/yarn.lock
index 4d4552ffa..8e2fba300 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -4190,6 +4190,21 @@ ethereumjs-wallet@~0.6.0:
utf8 "^2.1.1"
uuid "^2.0.1"
+ethers.js@0xproject/ethers.js#eip-838-reasons:
+ version "3.0.18"
+ resolved "https://codeload.github.com/0xproject/ethers.js/tar.gz/3cc32db979b308b636cddb812b6418f8256865ff"
+ dependencies:
+ aes-js "3.0.0"
+ bn.js "^4.4.0"
+ elliptic "6.3.3"
+ hash.js "^1.0.0"
+ inherits "2.0.1"
+ js-sha3 "0.5.7"
+ scrypt-js "2.0.3"
+ setimmediate "1.0.4"
+ uuid "2.0.1"
+ xmlhttprequest "1.8.0"
+
ethers@^3.0.15:
version "3.0.15"
resolved "https://registry.yarnpkg.com/ethers/-/ethers-3.0.15.tgz#7cdea4e23025681f69f575bf481b227315e0e7ab"