diff options
author | Alex Browne <stephenalexbrowne@gmail.com> | 2018-06-02 03:10:16 +0800 |
---|---|---|
committer | Alex Browne <stephenalexbrowne@gmail.com> | 2018-06-07 03:39:43 +0800 |
commit | 5816e410e966223bf55afbc402ed17aef78dc9d1 (patch) | |
tree | 8d4d438de26c5247627983f874201092bb33eea1 /package.json | |
parent | 31c98fc0db21300cb32e265c49b3f0320c315f01 (diff) | |
download | dexon-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
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 2 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" } } |