fix: update gas price oracle

This commit is contained in:
Danil Kovtonyuk 2021-12-08 19:10:00 +10:00
parent cbf0231e22
commit d5eae6067b
No known key found for this signature in database
GPG Key ID: E72A919BF08C3746
3 changed files with 33 additions and 25 deletions

View File

@ -14,7 +14,7 @@
"dependencies": { "dependencies": {
"@mycrypto/gas-estimation": "^1.1.0", "@mycrypto/gas-estimation": "^1.1.0",
"core-js": "^3.6.5", "core-js": "^3.6.5",
"gas-price-oracle": "^0.4.2", "gas-price-oracle": "^0.4.4",
"node-sass": "^4.14.1", "node-sass": "^4.14.1",
"nuxt": "^2.14.6", "nuxt": "^2.14.6",
"nuxt-buefy": "^0.4.4", "nuxt-buefy": "^0.4.4",

File diff suppressed because one or more lines are too long

View File

@ -4966,10 +4966,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" resolved "https://registry.yarnpkg.com/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz#1b0ab3bd553b2a0d6399d29c0e3ea0b252078327"
integrity sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc= integrity sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=
gas-price-oracle@^0.4.2: gas-price-oracle@^0.4.4:
version "0.4.2" version "0.4.4"
resolved "https://registry.yarnpkg.com/gas-price-oracle/-/gas-price-oracle-0.4.2.tgz#82dbc31c5f6d0ea23adbcb3d525e3e69dddca622" resolved "https://registry.yarnpkg.com/gas-price-oracle/-/gas-price-oracle-0.4.4.tgz#9b7e5583ed7126a68f9d230b9efbd9d75d864bad"
integrity sha512-pAJ+g28htnEG7ji1Vv+BKZRkCk13DEyThHbumqQ+/PzDfarg951wSAx246FdodMl64FuXMUCqKImPIsMtMVYaA== integrity sha512-alAHLiZmPJ+GxKvujZZzEY8NRPqgGGHmDQUPFTa6HAMFB4LR/T6ShTDbqQzsdeWLPSw/j8/Gux0ZSC2AsPK+Hg==
dependencies: dependencies:
axios "^0.21.2" axios "^0.21.2"
bignumber.js "^9.0.0" bignumber.js "^9.0.0"