Skip to content

Commit 6a493be

Browse files
committed
fix
1 parent 1350dbc commit 6a493be

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

packages/controller-utils/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,17 @@
2828
"test:watch": "jest --watch"
2929
},
3030
"dependencies": {
31+
"@metamask/base-controller": "^3.2.1",
3132
"@metamask/eth-query": "^3.0.1",
33+
"@metamask/network-controller": "^12.1.2",
3234
"@metamask/utils": "^6.2.0",
3335
"@spruceid/siwe-parser": "1.1.3",
3436
"eth-ens-namehash": "^2.0.8",
3537
"eth-rpc-errors": "^4.0.2",
3638
"ethereumjs-util": "^7.0.10",
3739
"ethjs-unit": "^0.1.6",
38-
"fast-deep-equal": "^3.1.3"
40+
"fast-deep-equal": "^3.1.3",
41+
"uuid": "^8.3.2"
3942
},
4043
"devDependencies": {
4144
"@metamask/auto-changelog": "^3.1.0",

packages/gas-fee-controller/src/GasFeeController.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ import {
2626
calculateTimeEstimate,
2727
} from './gas-util';
2828

29-
3029
export const LEGACY_GAS_PRICES_API_URL = `https://api.metaswap.codefi.network/gasPrices`;
3130

3231
export type unknownString = 'unknown';

yarn.lock

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1465,7 +1465,9 @@ __metadata:
14651465
resolution: "@metamask/controller-utils@workspace:packages/controller-utils"
14661466
dependencies:
14671467
"@metamask/auto-changelog": ^3.1.0
1468+
"@metamask/base-controller": ^3.2.1
14681469
"@metamask/eth-query": ^3.0.1
1470+
"@metamask/network-controller": ^12.1.2
14691471
"@metamask/utils": ^6.2.0
14701472
"@spruceid/siwe-parser": 1.1.3
14711473
"@types/jest": ^27.4.1
@@ -1482,6 +1484,7 @@ __metadata:
14821484
typedoc: ^0.22.15
14831485
typedoc-plugin-missing-exports: ^0.22.6
14841486
typescript: ~4.6.3
1487+
uuid: ^8.3.2
14851488
languageName: unknown
14861489
linkType: soft
14871490

0 commit comments

Comments
 (0)