From 6e9e08fb6b004c16cb6aab08a66d9bc3ed083638 Mon Sep 17 00:00:00 2001 From: Alexey Date: Tue, 20 Oct 2020 20:44:45 +0300 Subject: [PATCH] update gas oracle lib --- package.json | 2 +- yarn.lock | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index d52b374..1208aae 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "dotenv": "^8.2.0", "express": "^4.17.1", "fixed-merkle-tree": "^0.4.0", - "gas-price-oracle": "^0.1.5", + "gas-price-oracle": "^0.2.2", "ioredis": "^4.14.1", "node-fetch": "^2.6.0", "tornado-cash-anonymity-mining": "git+ssh://git@github.com/tornadocash/tornado-anonymity-mining.git#02ff4c9061eef94617b3c1b91a02c0d25bb1c410", diff --git a/yarn.lock b/yarn.lock index c0d8fb6..0aac533 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1907,6 +1907,14 @@ gas-price-oracle@^0.1.5: axios "^0.19.2" bignumber.js "^9.0.0" +gas-price-oracle@^0.2.2: + version "0.2.2" + resolved "https://registry.yarnpkg.com/gas-price-oracle/-/gas-price-oracle-0.2.2.tgz#32c57a9aa6bc69152be96812880232efebfecbc6" + integrity sha512-I4+rLbc7C1vgYXV+cYY0MKeqdZVna2hXpNfD2fcIvf/wIgvtIYmG9gsmhiaYGSgOE2RSPUs2xf/W4K2nJOoNuQ== + dependencies: + axios "^0.19.2" + bignumber.js "^9.0.0" + get-caller-file@^1.0.1: version "1.0.3" resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-1.0.3.tgz#f978fa4c90d1dfe7ff2d6beda2a515e713bdcf4a"