From 5816e410e966223bf55afbc402ed17aef78dc9d1 Mon Sep 17 00:00:00 2001 From: Alex Browne Date: Fri, 1 Jun 2018 12:10:16 -0700 Subject: Use our fork of ethers.js --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'package.json') 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" } } -- cgit