From afb7cd4a7d74608d3978a9094cc54ec59df41a5a Mon Sep 17 00:00:00 2001 From: Alexandre ABRIOUX Date: Fri, 7 Oct 2022 00:58:01 +0200 Subject: [PATCH 1/2] chore: update @rainbow-me/fee-suggestions --- packages/ethereum-storage/package.json | 2 +- .../src/ethereum-storage-ethers.ts | 2 +- yarn.lock | 20 +++++++++---------- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/packages/ethereum-storage/package.json b/packages/ethereum-storage/package.json index 74b861ab0..917365f7d 100644 --- a/packages/ethereum-storage/package.json +++ b/packages/ethereum-storage/package.json @@ -45,7 +45,7 @@ "@requestnetwork/utils": "0.35.0", "axios": "0.27.2", "bluebird": "3.7.2", - "eip1559-fee-suggestions-ethers": "1.3.3", + "@rainbow-me/fee-suggestions": "2.0.0", "ethers": "5.5.1", "form-data": "3.0.0", "ipfs-unixfs": "6.0.7", diff --git a/packages/ethereum-storage/src/ethereum-storage-ethers.ts b/packages/ethereum-storage/src/ethereum-storage-ethers.ts index a598850b3..6b8a43620 100644 --- a/packages/ethereum-storage/src/ethereum-storage-ethers.ts +++ b/packages/ethereum-storage/src/ethereum-storage-ethers.ts @@ -5,7 +5,7 @@ import Utils from '@requestnetwork/utils'; import { LogTypes, StorageTypes } from '@requestnetwork/types'; import { requestHashSubmitterArtifact } from '@requestnetwork/smart-contracts'; import { RequestOpenHashSubmitter } from '@requestnetwork/smart-contracts/types'; -import { suggestFees } from 'eip1559-fee-suggestions-ethers'; +import { suggestFees } from '@rainbow-me/fee-suggestions'; type StorageProps = { network: string; diff --git a/yarn.lock b/yarn.lock index e7a36c689..289d6cb53 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5220,6 +5220,16 @@ resolved "https://registry.yarnpkg.com/@protobufjs/utf8/-/utf8-1.1.0.tgz#a777360b5b39a1a2e5106f8e858f2fd2d060c570" integrity sha1-p3c2C1s5oaLlEG+OhY8v0tBgxXA= +"@rainbow-me/fee-suggestions@2.0.0": + version "2.0.0" + resolved "https://registry.yarnpkg.com/@rainbow-me/fee-suggestions/-/fee-suggestions-2.0.0.tgz#6556697ce560d6963dca0c81cc719999c3ca2c36" + integrity sha512-1fD/nlq4e1Rgih2Vt/yxTMOjrN46ofYlwHrKQpEunwvzW9KrZB44p6XuoMyxVn2MX0QWcxA5uQKMtz4Psh4yrw== + dependencies: + "@ethersproject/providers" "^5.5.0" + bignumber.js "^9.0.1" + ethers "^5.4.2" + moving-averages "^4.0.6" + "@redocly/react-dropdown-aria@^2.0.11": version "2.0.11" resolved "https://registry.yarnpkg.com/@redocly/react-dropdown-aria/-/react-dropdown-aria-2.0.11.tgz#532b864b329237e646abe45d0f8edc923e77370a" @@ -11759,16 +11769,6 @@ ee-first@1.1.1: resolved "https://registry.yarnpkg.com/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d" integrity sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0= -eip1559-fee-suggestions-ethers@1.3.3: - version "1.3.3" - resolved "https://registry.yarnpkg.com/eip1559-fee-suggestions-ethers/-/eip1559-fee-suggestions-ethers-1.3.3.tgz#cf21b6ae4734b697c8f79e556d91aeda3e464d60" - integrity sha512-W/5SQICRpDL0XvOdcX5oVWfaE2sow2u9il8I6Qyd9fkL9XY1knypywTcoBTdU9ULrPoP3phn/RnEKGq7Y8qkLw== - dependencies: - "@ethersproject/providers" "^5.5.0" - bignumber.js "^9.0.1" - ethers "^5.4.2" - moving-averages "^4.0.6" - electron-to-chromium@^1.3.47: version "1.3.778" resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.778.tgz#bf01048736c95b78f2988e88005e0ebb385942a4" From 2878fa8b7ab01f95c5794911a3b8ab0afccc9624 Mon Sep 17 00:00:00 2001 From: Alexandre ABRIOUX Date: Fri, 7 Oct 2022 01:20:43 +0200 Subject: [PATCH 2/2] lint --- packages/ethereum-storage/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ethereum-storage/package.json b/packages/ethereum-storage/package.json index 917365f7d..1fe3444bd 100644 --- a/packages/ethereum-storage/package.json +++ b/packages/ethereum-storage/package.json @@ -40,12 +40,12 @@ "init-ipfs": "node scripts/init-ipfs.js" }, "dependencies": { + "@rainbow-me/fee-suggestions": "2.0.0", "@requestnetwork/smart-contracts": "0.28.0", "@requestnetwork/types": "0.35.0", "@requestnetwork/utils": "0.35.0", "axios": "0.27.2", "bluebird": "3.7.2", - "@rainbow-me/fee-suggestions": "2.0.0", "ethers": "5.5.1", "form-data": "3.0.0", "ipfs-unixfs": "6.0.7",