bump gas price oracle

This commit is contained in:
Danil Kovtonyuk 2021-08-17 17:23:54 +10:00
parent 9599788224
commit 37f6faa42d
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.3.1",
"version": "0.3.2",
"description": "",
"main": "index.js",
"scripts": {
@ -23,7 +23,7 @@
"dependencies": {
"async-mutex": "^0.2.4",
"ethers": "^5.0.17",
"gas-price-oracle": "^0.3.3",
"gas-price-oracle": "^0.3.4",
"web3-core-promievent": "^1.3.0"
},
"devDependencies": {

View File

@ -1141,10 +1141,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.3:
version "0.3.3"
resolved "https://registry.yarnpkg.com/gas-price-oracle/-/gas-price-oracle-0.3.3.tgz#25a478d406263961af740dbfa314e053d334ed0f"
integrity sha512-euMl8Q42pigzpNvl95XvsRE41huNmTcFaGR7FO2fI0Kutu51c2Toh78B6sPrKhgOHQmoCyokj+jb0gDmxMxOwA==
gas-price-oracle@^0.3.4:
version "0.3.4"
resolved "https://registry.yarnpkg.com/gas-price-oracle/-/gas-price-oracle-0.3.4.tgz#c98f6e24cf4bea96be2fe85383d53601b2ab5761"
integrity sha512-bba9zWd2hQ32AuPFDzL8E5QxAzXNfGKR1UZCa14fSYJWc9yo3k7wabITMkGEv0cbKpHmyK/kHhhDTBtugI6eAg==
dependencies:
axios "^0.19.2"
bignumber.js "^9.0.0"