File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ import {
2626 calculateTimeEstimate ,
2727} from './gas-util' ;
2828
29-
3029export const LEGACY_GAS_PRICES_API_URL = `https://api.metaswap.codefi.network/gasPrices` ;
3130
3231export type unknownString = 'unknown' ;
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments