mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 01:39:44 +01:00
Remove unnecessary event props, update STX controller version (#15653)
* Remove unnecessary event prop * Update STX controller version * yarn yarn-deduplicate
This commit is contained in:
parent
3fefb68c69
commit
0cbff07b61
@ -136,7 +136,7 @@
|
||||
"@metamask/providers": "^9.0.0",
|
||||
"@metamask/rpc-methods": "^0.19.0",
|
||||
"@metamask/slip44": "^2.1.0",
|
||||
"@metamask/smart-transactions-controller": "^2.3.0",
|
||||
"@metamask/smart-transactions-controller": "^2.3.1",
|
||||
"@metamask/snap-controllers": "^0.19.0",
|
||||
"@ngraveio/bc-ur": "^1.1.6",
|
||||
"@popperjs/core": "^2.4.0",
|
||||
|
@ -133,7 +133,6 @@ export default function SmartTransactionStatus() {
|
||||
custom_slippage: fetchParams?.slippage === 2,
|
||||
is_hardware_wallet: hardwareWalletUsed,
|
||||
hardware_wallet_type: hardwareWalletType,
|
||||
stx_uuid: latestSmartTransactionUuid,
|
||||
stx_enabled: smartTransactionsEnabled,
|
||||
current_stx_enabled: currentSmartTransactionsEnabled,
|
||||
stx_user_opt_in: smartTransactionsOptInStatus,
|
||||
|
@ -3148,10 +3148,10 @@
|
||||
resolved "https://registry.yarnpkg.com/@metamask/slip44/-/slip44-2.1.0.tgz#f76764ca54afc162fbfe563f1994b79ed4711bba"
|
||||
integrity sha512-wkFDdY4XtpF+XCqbgwhsrLRgEM/bYfIt47927JTQZQ2QxQYRbSZ6u0QygnVjIR1eqMteRGx2jtUUZ+bxYQTo/w==
|
||||
|
||||
"@metamask/smart-transactions-controller@^2.3.0":
|
||||
version "2.3.0"
|
||||
resolved "https://registry.yarnpkg.com/@metamask/smart-transactions-controller/-/smart-transactions-controller-2.3.0.tgz#8e451975fbfc624f7cd55b2d1bc406f78fe95119"
|
||||
integrity sha512-ef8RolP/synZZ9RVMaRAApZmiUbRlAAs0Pt3u/R0+fXeB0NTdUljQ7TfKa4kfulcxW7EbSnJ7kNabeBinyE4vw==
|
||||
"@metamask/smart-transactions-controller@^2.3.1":
|
||||
version "2.3.1"
|
||||
resolved "https://registry.yarnpkg.com/@metamask/smart-transactions-controller/-/smart-transactions-controller-2.3.1.tgz#01f3d5e7b1a59782749ee17f19a400434dbbd2c9"
|
||||
integrity sha512-nfMNtXxs/1JEfPomc7P4NuuUCWW2sRxzmKEJZPW1TdSk/Ey1jcf2az42uhYN6brzpt+YEXJFWfS3q6syi1PRmQ==
|
||||
dependencies:
|
||||
"@metamask/controllers" "^30.0.0"
|
||||
"@types/lodash" "^4.14.176"
|
||||
|
Loading…
Reference in New Issue
Block a user