From 2ef2c5d01ef5207646030ea0d8acc81aabc3c8b3 Mon Sep 17 00:00:00 2001 From: Cale Teeter Date: Thu, 9 Jul 2020 14:35:36 -0400 Subject: [PATCH] Updated web3 version for perftool for poa --- .../ethereum-on-azure/performance-benchmarking/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ledger/template/ethereum-on-azure/performance-benchmarking/package.json b/ledger/template/ethereum-on-azure/performance-benchmarking/package.json index 552ec208a..7e02a0a16 100644 --- a/ledger/template/ethereum-on-azure/performance-benchmarking/package.json +++ b/ledger/template/ethereum-on-azure/performance-benchmarking/package.json @@ -12,11 +12,11 @@ ], "license": "ISC", "dependencies": { - "web3": "0.20.2", + "web3": "1.2.9", "ethereumjs-tx": "1.3.4", "ethereumjs-wallet": "0.6.1", "node-stopwatch": "0.0.1", "solc": "0.4.25", "clui": "0.3.6" } -} +} \ No newline at end of file