From 0ca2742219b704fae052bc1a6b46e7ce86bce38c Mon Sep 17 00:00:00 2001 From: sethkfman <10342624+sethkfman@users.noreply.github.com> Date: Thu, 15 Aug 2024 14:35:27 -0600 Subject: [PATCH] chore: cherry pick 2df9eb5 (#10669) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## **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** ### **Before** ### **After** ## **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 <139582705+infiniteflower@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 1fee3ad8f8b..811a1dd53ab 100644 --- a/package.json +++ b/package.json @@ -190,7 +190,7 @@ "@metamask/snaps-sdk": "^6.0.0", "@metamask/snaps-utils": "^7.7.0", "@metamask/swappable-obj-proxy": "^2.1.0", - "@metamask/swaps-controller": "^9.0.1", + "@metamask/swaps-controller": "^9.0.2", "@metamask/transaction-controller": "^13.0.0", "@metamask/utils": "^8.1.0", "@ngraveio/bc-ur": "^1.1.6", diff --git a/yarn.lock b/yarn.lock index dd5e3708203..43b9b69a681 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5440,10 +5440,10 @@ resolved "https://registry.yarnpkg.com/@metamask/swappable-obj-proxy/-/swappable-obj-proxy-2.2.0.tgz#31b8e0ce57e28bf9847b3b24b214996f7748cc99" integrity sha512-0OjVwQtrrPFRGipw64yDUQA0CUXCK161LWCv2KlTTDZD8BKeWSNb0gbnpDI7HvhsJ0gki5gScZj1hF3ShDnBzA== -"@metamask/swaps-controller@^9.0.1": - version "9.0.1" - resolved "https://registry.yarnpkg.com/@metamask/swaps-controller/-/swaps-controller-9.0.1.tgz#41842ac6150a4deb948aa7264d866134e0cbfb34" - integrity sha512-HabEz3a2w4Zb4xmpBZ63CVn7tgBOmZOxnVAG7f3R1BH36tP/WfUBVVTnkXS8B3YMTqCt/3EzC//VsD8/tcWFOg== +"@metamask/swaps-controller@^9.0.2": + version "9.0.2" + resolved "https://registry.yarnpkg.com/@metamask/swaps-controller/-/swaps-controller-9.0.2.tgz#250c0d6a51ad31d9ba4c280aef77fe3606fd1a39" + integrity sha512-/Ml5w0aTmMaM9cNzwI5wl23+aDjebepYv6TZPfvwR/yRei9/pcIarFmHkhWMvTNFni5P1ZErd1BYtDJug1SA/w== dependencies: "@metamask/base-controller" "^4.1.1" "@metamask/controller-utils" "^8.0.2"