Skip to content

Commit 0ca2742

Browse files
chore: cherry pick 2df9eb5 (#10669)
<!-- Please submit this PR as a draft initially. Do not mark it as "Ready for review" until the template has been completely filled out, and PR status checks have passed at least once. --> ## **Description** This PR cherry pick 2df9eb5 for a swaps bug. ## **Related issues** Fixes: ## **Manual testing steps** 1. Go to this page... 2. 3. ## **Screenshots/Recordings** <!-- If applicable, add screenshots and/or recordings to visualize the before and after of your change. --> ### **Before** <!-- [screenshots/recordings] --> ### **After** <!-- [screenshots/recordings] --> ## **Pre-merge author checklist** - [ ] 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). - [ ] I've completed the PR template to the best of my ability - [ ] I’ve included tests if applicable - [ ] I’ve documented my code using [JSDoc](https://jsdoc.app/) format if applicable - [ ] 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. ## **Pre-merge reviewer checklist** - [ ] 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. Co-authored-by: infiniteflower <[email protected]>
1 parent 368b3d5 commit 0ca2742

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@
190190
"@metamask/snaps-sdk": "^6.0.0",
191191
"@metamask/snaps-utils": "^7.7.0",
192192
"@metamask/swappable-obj-proxy": "^2.1.0",
193-
"@metamask/swaps-controller": "^9.0.1",
193+
"@metamask/swaps-controller": "^9.0.2",
194194
"@metamask/transaction-controller": "^13.0.0",
195195
"@metamask/utils": "^8.1.0",
196196
"@ngraveio/bc-ur": "^1.1.6",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -5440,10 +5440,10 @@
54405440
resolved "https://registry.yarnpkg.com/@metamask/swappable-obj-proxy/-/swappable-obj-proxy-2.2.0.tgz#31b8e0ce57e28bf9847b3b24b214996f7748cc99"
54415441
integrity sha512-0OjVwQtrrPFRGipw64yDUQA0CUXCK161LWCv2KlTTDZD8BKeWSNb0gbnpDI7HvhsJ0gki5gScZj1hF3ShDnBzA==
54425442

5443-
"@metamask/swaps-controller@^9.0.1":
5444-
version "9.0.1"
5445-
resolved "https://registry.yarnpkg.com/@metamask/swaps-controller/-/swaps-controller-9.0.1.tgz#41842ac6150a4deb948aa7264d866134e0cbfb34"
5446-
integrity sha512-HabEz3a2w4Zb4xmpBZ63CVn7tgBOmZOxnVAG7f3R1BH36tP/WfUBVVTnkXS8B3YMTqCt/3EzC//VsD8/tcWFOg==
5443+
"@metamask/swaps-controller@^9.0.2":
5444+
version "9.0.2"
5445+
resolved "https://registry.yarnpkg.com/@metamask/swaps-controller/-/swaps-controller-9.0.2.tgz#250c0d6a51ad31d9ba4c280aef77fe3606fd1a39"
5446+
integrity sha512-/Ml5w0aTmMaM9cNzwI5wl23+aDjebepYv6TZPfvwR/yRei9/pcIarFmHkhWMvTNFni5P1ZErd1BYtDJug1SA/w==
54475447
dependencies:
54485448
"@metamask/base-controller" "^4.1.1"
54495449
"@metamask/controller-utils" "^8.0.2"

0 commit comments

Comments
 (0)