From d66fc93bfb846462400d36dbcaf97923a65c0b0f Mon Sep 17 00:00:00 2001 From: Scott Bigelow Date: Fri, 8 Feb 2019 19:51:34 -0800 Subject: [PATCH] Upgrade ethers.js to version that supports getLogs by blockHash --- packages/augur-tools/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/augur-tools/package.json b/packages/augur-tools/package.json index c5e8a5f471e..c9f6c59b270 100644 --- a/packages/augur-tools/package.json +++ b/packages/augur-tools/package.json @@ -42,7 +42,7 @@ "dependencies": { "options-parser": "0.4.0", "ethereumjs-blockstream": "7.0.0", - "ethers": "4.0.23", + "ethers": "4.0.24", "ethrpc": "6.1.3", "lodash": "4.17.11", "ethjs-abi": "0.2.1",