bump gas price oracle

This commit is contained in:
Danil Kovtonyuk 2021-10-19 00:39:35 +10:00
parent c6652baa7c
commit 4a17833462
No known key found for this signature in database
GPG Key ID: E72A919BF08C3746
2 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
{
"name": "tx-manager",
"version": "0.4.1",
"version": "0.4.2",
"description": "",
"main": "index.js",
"scripts": {
@ -23,7 +23,7 @@
"dependencies": {
"async-mutex": "^0.2.4",
"ethers": "^5.4.6",
"gas-price-oracle": "^0.3.5",
"gas-price-oracle": "^0.4.0",
"web3-core-promievent": "^1.3.0"
},
"devDependencies": {

View File

@ -1065,10 +1065,10 @@ functional-red-black-tree@^1.0.1:
resolved "https://registry.yarnpkg.com/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz#1b0ab3bd553b2a0d6399d29c0e3ea0b252078327"
integrity sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=
gas-price-oracle@^0.3.5:
version "0.3.5"
resolved "https://registry.yarnpkg.com/gas-price-oracle/-/gas-price-oracle-0.3.5.tgz#b7bff364e37fb7f30a2297cb65be80fceb4b8da3"
integrity sha512-9NAKzmGgWLjGUc4XsqNJjh0JXthETucijNrkV47FrZIjP8YMzq4jhBvlNeMBt6VVGnr64qjIY2RWb+In7qNsFA==
gas-price-oracle@^0.4.0:
version "0.4.0"
resolved "https://registry.yarnpkg.com/gas-price-oracle/-/gas-price-oracle-0.4.0.tgz#1b8426bce92ebcff6cc98a0c5638769cb22417b1"
integrity sha512-5ct4VwTqTigD1V3EvUn513e41OIA+/Ubw0FITVfarw7AjVpg4LQSt9anRt+LcDU4+u+eMUEA3VP0VnvMN8nybA==
dependencies:
axios "^0.19.2"
bignumber.js "^9.0.0"