Skip to content

Commit 73a4e87

Browse files
authored
chore: update @metamask/transaction-pay-controller (#29302)
<!-- Please submit this PR as a draft initially. Do not mark it as "Ready for review" until this PR meets the canonical Definition of Ready For Review in `docs/readme/ready-for-review.md`. In short: the template must be materially complete (not just section titles present), all status checks must be currently passing, and the only expected follow-up commits must be reviewer-driven. --> ## **Description** Update @metamask/transaction-pay-controller, to add change to accountOverride property. ## **Changelog** <!-- If this PR is not End-User-Facing and should not show up in the CHANGELOG, you can choose to either: 1. Write `CHANGELOG entry: null` 2. Label with `no-changelog` If this PR is End-User-Facing, please write a short User-Facing description in the past tense like: `CHANGELOG entry: Added a new tab for users to see their NFTs` `CHANGELOG entry: Fixed a bug that was causing some NFTs to flicker` (This helps the Release Engineer do their job more quickly and accurately) --> CHANGELOG entry: ## **Related issues** Ref: https://consensyssoftware.atlassian.net/browse/CONF-1187 ## **Manual testing steps** ```gherkin Feature: my feature name Scenario: user [verb for user action] Given [describe expected initial app state] When user [verb for user action] Then [describe expected outcome] ``` ## **Screenshots/Recordings** NA ## **Pre-merge author checklist** <!-- Every checklist item must be consciously assessed before marking this PR as "Ready for review". A checked box means you deliberately considered that responsibility, not that you literally performed every action listed. Unchecked boxes are ambiguous: they are not an implicit "N/A" and they are not a silent "skip". See `docs/readme/ready-for-review.md` for the full checklist semantics. --> - [X] I've followed [MetaMask Contributor Docs](https://github.com/MetaMask/contributor-docs) and [MetaMask Mobile Coding Standards](https://github.com/MetaMask/metamask-mobile/blob/main/.github/guidelines/CODING_GUIDELINES.md). - [X] I've completed the PR template to the best of my ability - [X] I've included tests if applicable - [X] I've documented my code using [JSDoc](https://jsdoc.app/) format if applicable - [X] I've applied the right labels on the PR (see [labeling guidelines](https://github.com/MetaMask/metamask-mobile/blob/main/.github/guidelines/LABELING_GUIDELINES.md)). Not required for external contributors. #### Performance checks (if applicable) - [ ] I've tested on Android - Ideally on a mid-range device; emulator is acceptable - [ ] I've tested with a power user scenario - Use these [power-user SRPs](https://consensyssoftware.atlassian.net/wiki/spaces/TL1/pages/edit-v2/401401446401?draftShareId=9d77e1e1-4bdc-4be1-9ebb-ccd916988d93) to import wallets with many accounts and tokens - [ ] I've instrumented key operations with Sentry traces for production performance metrics - See [`trace()`](/app/util/trace.ts) for usage and [`addToken`](/app/components/Views/AddAsset/components/AddCustomToken/AddCustomToken.tsx#L274) for an example For performance guidelines and tooling, see the [Performance Guide](https://consensyssoftware.atlassian.net/wiki/spaces/TL1/pages/400085549067/Performance+Guide+for+Engineers). ## **Pre-merge reviewer checklist** <!-- Reviewer checklist items follow the same semantics as the author checklist: an unchecked box is ambiguous, a checked box means the reviewer consciously assessed that responsibility. See `docs/readme/ready-for-review.md`. --> - [ ] I've manually tested the PR (e.g. pull and build branch, run the app, test code being changed). - [ ] I confirm that this PR addresses all acceptance criteria described in the ticket it closes and includes the necessary testing evidence such as recordings and or screenshots. <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Medium Risk** > Dependency bumps pull in newer `@metamask/*` controller and keyring packages, which can subtly change transaction/payment and bridge behavior at runtime. App code changes are minimal, but lockfile/resolution shifts increase integration/regression risk. > > **Overview** > Upgrades `@metamask/transaction-pay-controller` to `^19.3.0` and updates the lockfile/resolutions to align on newer `@metamask/*` packages (notably `@metamask/keyring-api` `23.0.1`, plus related bridge/assets/keyring client/internal deps). > > Updates `accountsControllerTestUtils.ts` to recognize Stellar (`XlmAccountType.Account` -> `XlmScope.Pubnet`) when generating mock account scopes. > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit e677792. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent 4ab229b commit 73a4e87

3 files changed

Lines changed: 95 additions & 56 deletions

File tree

app/util/test/accountsControllerTestUtils.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ import {
1414
AnyAccountType,
1515
TrxAccountType,
1616
TrxScope,
17+
XlmAccountType,
18+
XlmScope,
1719
} from '@metamask/keyring-api';
1820
import { InternalAccount } from '@metamask/keyring-internal-api';
1921
import {
@@ -69,6 +71,9 @@ function getAccountTypeScopes(accountType: KeyringAccountType): CaipChainId[] {
6971
// Tron account types
7072
[TrxAccountType.Eoa]: [TrxScope.Mainnet],
7173

74+
// Stellar account types
75+
[XlmAccountType.Account]: [XlmScope.Pubnet],
76+
7277
// Generic account type
7378
//
7479
// This account type is valid only in Flask and is intended to be used

package.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,13 @@
204204
"@metamask/messenger@^0.3.0": "^1.0.0",
205205
"@metamask/accounts-controller": "^37.2.0",
206206
"@metamask/profile-sync-controller": "^28.0.2",
207-
"@metamask/transaction-controller@^63.0.0": "^64.2.0"
207+
"@metamask/transaction-controller@^63.0.0": "^64.2.0",
208+
"@metamask/keyring-api@npm:^21.3.0": "21.6.0",
209+
"@metamask/keyring-api@npm:^21.4.0": "21.6.0",
210+
"@metamask/keyring-api@npm:^21.5.0": "21.6.0",
211+
"@metamask/keyring-api@npm:^21.6.0": "23.0.1",
212+
"@metamask/keyring-api@npm:^22.0.0": "23.0.1",
213+
"@metamask/keyring-api@npm:^23.0.1": "23.0.1"
208214
},
209215
"dependencies": {
210216
"@braze/react-native-sdk": "patch:@braze/react-native-sdk@npm%3A19.1.0#~/.yarn/patches/@braze-react-native-sdk-npm-19.1.0-076-reactmoduleinfo.patch",
@@ -333,7 +339,7 @@
333339
"@metamask/superstruct": "^3.2.1",
334340
"@metamask/swappable-obj-proxy": "^2.1.0",
335341
"@metamask/transaction-controller": "^64.2.0",
336-
"@metamask/transaction-pay-controller": "^19.2.2",
342+
"@metamask/transaction-pay-controller": "^19.3.0",
337343
"@metamask/tron-wallet-snap": "^1.25.3",
338344
"@metamask/utils": "^11.11.0",
339345
"@myx-trade/sdk": "^0.1.265",

yarn.lock

Lines changed: 82 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -7742,13 +7742,13 @@ __metadata:
77427742
linkType: hard
77437743

77447744
"@metamask/account-api@npm:^1.0.0":
7745-
version: 1.0.0
7746-
resolution: "@metamask/account-api@npm:1.0.0"
7745+
version: 1.0.3
7746+
resolution: "@metamask/account-api@npm:1.0.3"
77477747
dependencies:
7748-
"@metamask/keyring-api": "npm:^21.4.0"
7748+
"@metamask/keyring-api": "npm:^23.0.1"
77497749
"@metamask/keyring-utils": "npm:^3.2.0"
77507750
uuid: "npm:^9.0.1"
7751-
checksum: 10/221fe044b9fb2e1cf79edea22834cfcd4e2658e26a649375b77ac7436ed6bb2f90b76168d449aef52cdd608a8908ca84570387b200f39fcd8f1127134671e7ce
7751+
checksum: 10/297e75336fc9bed1197135328a80a184f03f97797f50d36b6dc84866c2de5e4e5b64eb882c43e267b46da5ea17b6888484ff5f3f9f6b80957198b92c70927b36
77527752
languageName: node
77537753
linkType: hard
77547754

@@ -7885,24 +7885,24 @@ __metadata:
78857885
languageName: node
78867886
linkType: hard
78877887

7888-
"@metamask/assets-controller@npm:^6.0.0":
7889-
version: 6.0.0
7890-
resolution: "@metamask/assets-controller@npm:6.0.0"
7888+
"@metamask/assets-controller@npm:^6.0.0, @metamask/assets-controller@npm:^6.1.0":
7889+
version: 6.1.0
7890+
resolution: "@metamask/assets-controller@npm:6.1.0"
78917891
dependencies:
78927892
"@ethereumjs/util": "npm:^9.1.0"
78937893
"@ethersproject/abi": "npm:^5.7.0"
78947894
"@ethersproject/providers": "npm:^5.7.0"
78957895
"@metamask/account-tree-controller": "npm:^7.1.0"
78967896
"@metamask/accounts-controller": "npm:^37.2.0"
7897-
"@metamask/assets-controllers": "npm:^104.0.0"
7897+
"@metamask/assets-controllers": "npm:^104.3.0"
78987898
"@metamask/base-controller": "npm:^9.1.0"
78997899
"@metamask/client-controller": "npm:^1.0.1"
79007900
"@metamask/controller-utils": "npm:^11.20.0"
79017901
"@metamask/core-backend": "npm:^6.2.1"
7902-
"@metamask/keyring-api": "npm:^21.6.0"
7902+
"@metamask/keyring-api": "npm:^23.0.1"
79037903
"@metamask/keyring-controller": "npm:^25.2.0"
7904-
"@metamask/keyring-internal-api": "npm:^10.0.0"
7905-
"@metamask/keyring-snap-client": "npm:^8.2.0"
7904+
"@metamask/keyring-internal-api": "npm:^10.1.1"
7905+
"@metamask/keyring-snap-client": "npm:^9.0.1"
79067906
"@metamask/messenger": "npm:^1.1.1"
79077907
"@metamask/network-controller": "npm:^30.0.1"
79087908
"@metamask/network-enablement-controller": "npm:^5.0.2"
@@ -7912,19 +7912,19 @@ __metadata:
79127912
"@metamask/preferences-controller": "npm:^23.1.0"
79137913
"@metamask/snaps-controllers": "npm:^19.0.0"
79147914
"@metamask/snaps-utils": "npm:^12.1.2"
7915-
"@metamask/transaction-controller": "npm:^64.2.0"
7915+
"@metamask/transaction-controller": "npm:^64.3.0"
79167916
"@metamask/utils": "npm:^11.9.0"
79177917
async-mutex: "npm:^0.5.0"
79187918
bignumber.js: "npm:^9.1.2"
79197919
lodash: "npm:^4.17.21"
79207920
p-limit: "npm:^3.1.0"
7921-
checksum: 10/f7c008e6090a7909ad159023f46470292dcb22a7235aa76022d1bf93cb4273a6a9cf2acf82ecc9324c882a9dfdec73b4cb2cb73cfc27b67a569fdc1fe912fc51
7921+
checksum: 10/09afba91b32cd449deda05f0527599c2f986c15b087e21f25955d7f8225e65d5c9948245ee05611f8cda3e713126f0c9267561b59c9f4fd1cf3dc2dbef934766
79227922
languageName: node
79237923
linkType: hard
79247924

7925-
"@metamask/assets-controllers@npm:^104.0.0, @metamask/assets-controllers@npm:^104.2.0":
7926-
version: 104.2.0
7927-
resolution: "@metamask/assets-controllers@npm:104.2.0"
7925+
"@metamask/assets-controllers@npm:^104.2.0, @metamask/assets-controllers@npm:^104.3.0":
7926+
version: 104.3.0
7927+
resolution: "@metamask/assets-controllers@npm:104.3.0"
79287928
dependencies:
79297929
"@ethereumjs/util": "npm:^9.1.0"
79307930
"@ethersproject/abi": "npm:^5.7.0"
@@ -7974,7 +7974,7 @@ __metadata:
79747974
peerDependencies:
79757975
"@metamask/providers": ^22.0.0
79767976
webextension-polyfill: ^0.10.0 || ^0.11.0 || ^0.12.0
7977-
checksum: 10/429228b49d64c6f8bc4452e0eb9ce73d621a3a72d6c57b35f8131c4d26870d93ce874b2da0e990f8dc41059a417c16a6709c9d99263b37d6f0f1a396a447232f
7977+
checksum: 10/9dbab56816788a66ca1dacf1aa476455115c3f1bb53ac2b809c096dee0b43e3dd641a15ea6ec192dc088cfbeb0d84c2bddd4d19d4f0b732aa7c3e7befe64a1ea
79787978
languageName: node
79797979
linkType: hard
79807980

@@ -8073,22 +8073,22 @@ __metadata:
80738073
languageName: node
80748074
linkType: hard
80758075

8076-
"@metamask/bridge-controller@npm:^70.0.0, @metamask/bridge-controller@npm:^70.0.1, @metamask/bridge-controller@npm:^70.1.1":
8077-
version: 70.1.1
8078-
resolution: "@metamask/bridge-controller@npm:70.1.1"
8076+
"@metamask/bridge-controller@npm:^70.0.0, @metamask/bridge-controller@npm:^70.0.1, @metamask/bridge-controller@npm:^70.2.0":
8077+
version: 70.2.0
8078+
resolution: "@metamask/bridge-controller@npm:70.2.0"
80798079
dependencies:
80808080
"@ethersproject/address": "npm:^5.7.0"
80818081
"@ethersproject/bignumber": "npm:^5.7.0"
80828082
"@ethersproject/constants": "npm:^5.7.0"
80838083
"@ethersproject/contracts": "npm:^5.7.0"
80848084
"@ethersproject/providers": "npm:^5.7.0"
80858085
"@metamask/accounts-controller": "npm:^37.2.0"
8086-
"@metamask/assets-controller": "npm:^6.0.0"
8087-
"@metamask/assets-controllers": "npm:^104.0.0"
8086+
"@metamask/assets-controller": "npm:^6.1.0"
8087+
"@metamask/assets-controllers": "npm:^104.3.0"
80888088
"@metamask/base-controller": "npm:^9.1.0"
80898089
"@metamask/controller-utils": "npm:^11.20.0"
80908090
"@metamask/gas-fee-controller": "npm:^26.1.1"
8091-
"@metamask/keyring-api": "npm:^21.6.0"
8091+
"@metamask/keyring-api": "npm:^23.0.1"
80928092
"@metamask/messenger": "npm:^1.1.1"
80938093
"@metamask/metamask-eth-abis": "npm:^3.1.1"
80948094
"@metamask/multichain-network-controller": "npm:^3.0.6"
@@ -8097,16 +8097,16 @@ __metadata:
80978097
"@metamask/profile-sync-controller": "npm:^28.0.2"
80988098
"@metamask/remote-feature-flag-controller": "npm:^4.2.0"
80998099
"@metamask/snaps-controllers": "npm:^19.0.0"
8100-
"@metamask/transaction-controller": "npm:^64.2.0"
8100+
"@metamask/transaction-controller": "npm:^64.3.0"
81018101
"@metamask/utils": "npm:^11.9.0"
81028102
bignumber.js: "npm:^9.1.2"
81038103
reselect: "npm:^5.1.1"
81048104
uuid: "npm:^8.3.2"
8105-
checksum: 10/d906b6ad4086caf9833b2c8fb53a509808ef3fb6c835f54837ee054fe800c0972692b6f772f0e762724dd745f84dd28ecd621e3c6efacf58df9ffb098153aca8
8105+
checksum: 10/5e3ff900bbcdbe2bee0e143cfb06076fb0a27d1c582d88dff9eba57458207dc2c76a47b178403ae4c36ec8a48e5fb1ddbefc310f73a4baaf24b4528a488514b1
81068106
languageName: node
81078107
linkType: hard
81088108

8109-
"@metamask/bridge-status-controller@npm:^70.0.4, @metamask/bridge-status-controller@npm:^70.0.5":
8109+
"@metamask/bridge-status-controller@npm:^70.0.4":
81108110
version: 70.0.5
81118111
resolution: "@metamask/bridge-status-controller@npm:70.0.5"
81128112
dependencies:
@@ -8130,6 +8130,30 @@ __metadata:
81308130
languageName: node
81318131
linkType: hard
81328132

8133+
"@metamask/bridge-status-controller@npm:^71.0.0":
8134+
version: 71.0.0
8135+
resolution: "@metamask/bridge-status-controller@npm:71.0.0"
8136+
dependencies:
8137+
"@metamask/accounts-controller": "npm:^37.2.0"
8138+
"@metamask/base-controller": "npm:^9.1.0"
8139+
"@metamask/bridge-controller": "npm:^70.2.0"
8140+
"@metamask/controller-utils": "npm:^11.20.0"
8141+
"@metamask/gas-fee-controller": "npm:^26.1.1"
8142+
"@metamask/keyring-controller": "npm:^25.2.0"
8143+
"@metamask/messenger": "npm:^1.1.1"
8144+
"@metamask/network-controller": "npm:^30.0.1"
8145+
"@metamask/polling-controller": "npm:^16.0.4"
8146+
"@metamask/profile-sync-controller": "npm:^28.0.2"
8147+
"@metamask/snaps-controllers": "npm:^19.0.0"
8148+
"@metamask/superstruct": "npm:^3.1.0"
8149+
"@metamask/transaction-controller": "npm:^64.3.0"
8150+
"@metamask/utils": "npm:^11.9.0"
8151+
bignumber.js: "npm:^9.1.2"
8152+
uuid: "npm:^8.3.2"
8153+
checksum: 10/9ce3cdc05cb45a1ed9a165e56084f94b40f713a80f54e1ce9a26cb8de269052b8f313698374634a76ab2cafef1de214567db17b99a77c2728143f12e9fc1bb5f
8154+
languageName: node
8155+
linkType: hard
8156+
81338157
"@metamask/browser-passworder@npm:^5.0.0":
81348158
version: 5.0.0
81358159
resolution: "@metamask/browser-passworder@npm:5.0.0"
@@ -8925,7 +8949,7 @@ __metadata:
89258949
languageName: node
89268950
linkType: hard
89278951

8928-
"@metamask/keyring-api@npm:^21.3.0, @metamask/keyring-api@npm:^21.4.0, @metamask/keyring-api@npm:^21.5.0, @metamask/keyring-api@npm:^21.6.0":
8952+
"@metamask/keyring-api@npm:21.6.0":
89298953
version: 21.6.0
89308954
resolution: "@metamask/keyring-api@npm:21.6.0"
89318955
dependencies:
@@ -8942,19 +8966,7 @@ __metadata:
89428966
languageName: node
89438967
linkType: hard
89448968

8945-
"@metamask/keyring-api@npm:^22.0.0":
8946-
version: 22.0.0
8947-
resolution: "@metamask/keyring-api@npm:22.0.0"
8948-
dependencies:
8949-
"@metamask/keyring-utils": "npm:^3.2.0"
8950-
"@metamask/superstruct": "npm:^3.1.0"
8951-
"@metamask/utils": "npm:^11.1.0"
8952-
bitcoin-address-validation: "npm:^2.2.3"
8953-
checksum: 10/ff1e9537c7219fb906b61d6755de28890239ec44f634732bd8571801c662e8b801671e98961a1c5047e079cef314353297499a52f7091a2b5391325d575ec4f9
8954-
languageName: node
8955-
linkType: hard
8956-
8957-
"@metamask/keyring-api@npm:^23.0.1":
8969+
"@metamask/keyring-api@npm:23.0.1":
89588970
version: 23.0.1
89598971
resolution: "@metamask/keyring-api@npm:23.0.1"
89608972
dependencies:
@@ -8989,14 +9001,14 @@ __metadata:
89899001
languageName: node
89909002
linkType: hard
89919003

8992-
"@metamask/keyring-internal-api@npm:^10.0.0, @metamask/keyring-internal-api@npm:^10.0.1":
8993-
version: 10.0.1
8994-
resolution: "@metamask/keyring-internal-api@npm:10.0.1"
9004+
"@metamask/keyring-internal-api@npm:^10.0.0, @metamask/keyring-internal-api@npm:^10.0.1, @metamask/keyring-internal-api@npm:^10.1.1":
9005+
version: 10.1.1
9006+
resolution: "@metamask/keyring-internal-api@npm:10.1.1"
89959007
dependencies:
8996-
"@metamask/keyring-api": "npm:^22.0.0"
9008+
"@metamask/keyring-api": "npm:^23.0.1"
89979009
"@metamask/keyring-utils": "npm:^3.2.0"
89989010
"@metamask/superstruct": "npm:^3.1.0"
8999-
checksum: 10/d22ea93c653a214d223528938c558354922e91342bdd5725365a9ea49ab8a3120ef0c25b0416ca1e468cbd91ac3641c4a7f78e746c7f1c9017aeb11b0800f29d
9011+
checksum: 10/056f1e957e07e0622a0d61abfb567f2020e94fb2bc68d3db599b2ec74fa222c874642a6eaef6ccfd1923619e1353ba819fdad729c989b9dc0df6c3127cc14a59
90009012
languageName: node
90019013
linkType: hard
90029014

@@ -9047,6 +9059,22 @@ __metadata:
90479059
languageName: node
90489060
linkType: hard
90499061

9062+
"@metamask/keyring-snap-client@npm:^9.0.1":
9063+
version: 9.0.1
9064+
resolution: "@metamask/keyring-snap-client@npm:9.0.1"
9065+
dependencies:
9066+
"@metamask/keyring-api": "npm:^23.0.1"
9067+
"@metamask/keyring-utils": "npm:^3.2.0"
9068+
"@metamask/superstruct": "npm:^3.1.0"
9069+
"@types/uuid": "npm:^9.0.8"
9070+
uuid: "npm:^9.0.1"
9071+
webextension-polyfill: "npm:^0.12.0"
9072+
peerDependencies:
9073+
"@metamask/providers": ^19.0.0
9074+
checksum: 10/1f6594bee7c3b49c41bb9597a1ddb25c941fe0182381cd03dd28af5da328a48ec15569e6421e961026eb7189161e63af174061a86ffbe6034ed6c7b24c7b0e1d
9075+
languageName: node
9076+
linkType: hard
9077+
90509078
"@metamask/keyring-snap-sdk@npm:^7.2.0":
90519079
version: 7.2.0
90529080
resolution: "@metamask/keyring-snap-sdk@npm:7.2.0"
@@ -10325,18 +10353,18 @@ __metadata:
1032510353
languageName: node
1032610354
linkType: hard
1032710355

10328-
"@metamask/transaction-pay-controller@npm:^19.2.2":
10329-
version: 19.2.2
10330-
resolution: "@metamask/transaction-pay-controller@npm:19.2.2"
10356+
"@metamask/transaction-pay-controller@npm:^19.3.0":
10357+
version: 19.3.0
10358+
resolution: "@metamask/transaction-pay-controller@npm:19.3.0"
1033110359
dependencies:
1033210360
"@ethersproject/abi": "npm:^5.7.0"
1033310361
"@ethersproject/contracts": "npm:^5.7.0"
1033410362
"@ethersproject/providers": "npm:^5.7.0"
10335-
"@metamask/assets-controller": "npm:^6.0.0"
10336-
"@metamask/assets-controllers": "npm:^104.2.0"
10363+
"@metamask/assets-controller": "npm:^6.1.0"
10364+
"@metamask/assets-controllers": "npm:^104.3.0"
1033710365
"@metamask/base-controller": "npm:^9.1.0"
10338-
"@metamask/bridge-controller": "npm:^70.1.1"
10339-
"@metamask/bridge-status-controller": "npm:^70.0.5"
10366+
"@metamask/bridge-controller": "npm:^70.2.0"
10367+
"@metamask/bridge-status-controller": "npm:^71.0.0"
1034010368
"@metamask/controller-utils": "npm:^11.20.0"
1034110369
"@metamask/gas-fee-controller": "npm:^26.1.1"
1034210370
"@metamask/messenger": "npm:^1.1.1"
@@ -10350,7 +10378,7 @@ __metadata:
1035010378
bn.js: "npm:^5.2.1"
1035110379
immer: "npm:^9.0.6"
1035210380
lodash: "npm:^4.17.21"
10353-
checksum: 10/8b6e47ee9b738c6e6979b0bb59d387abf70b437cdf6dd534f1ee4607acdeae9e5060a94909c39b6210962cec1754c5c615b9980e970ddc8bbabe613ff250e8b5
10381+
checksum: 10/363bd51fb430930d8046a9f24672e41a788a3521932c679b8484bccec849337fddb3589e89161b82af5f05a50a329786a4368c8b49d71dde04fee47a4735daa7
1035410382
languageName: node
1035510383
linkType: hard
1035610384

@@ -35957,7 +35985,7 @@ __metadata:
3595735985
"@metamask/test-dapp-multichain": "npm:^0.17.1"
3595835986
"@metamask/test-dapp-solana": "npm:^0.3.0"
3595935987
"@metamask/transaction-controller": "npm:^64.2.0"
35960-
"@metamask/transaction-pay-controller": "npm:^19.2.2"
35988+
"@metamask/transaction-pay-controller": "npm:^19.3.0"
3596135989
"@metamask/tron-wallet-snap": "npm:^1.25.3"
3596235990
"@metamask/utils": "npm:^11.11.0"
3596335991
"@myx-trade/sdk": "npm:^0.1.265"

0 commit comments

Comments
 (0)