Skip to content

Commit 4477598

Browse files
authored
chore(runway): cherry-pick chore(ramp): upgrade sdk to 2.1.10 (#15859)
- chore(ramp): cp-7.47.0 upgrade sdk to 2.1.10 (#15852) <!-- 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 upgrades the Ramp SDK with a change of a method that fixes #15660 ## **Related issues** Fixes: #15660 ## **Manual testing steps** 1. Using Solana build 2. Go to Sell 3. No tokens available UI must be displayed ## **Screenshots/Recordings** <!-- If applicable, add screenshots and/or recordings to visualize the before and after of your change. --> ### **Before** <!-- [screenshots/recordings] --> ### **After** <!-- [screenshots/recordings] --> https://github.com/user-attachments/assets/fc9bd0c7-b0c7-4bdf-b7a7-00de0450cdc9 ## **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. [69daa7c](69daa7c)
2 parents d51b4cd + a63ac5e commit 4477598

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@
154154
},
155155
"dependencies": {
156156
"@config-plugins/detox": "^9.0.0",
157-
"@consensys/on-ramp-sdk": "2.1.8",
157+
"@consensys/on-ramp-sdk": "2.1.10",
158158
"@ethersproject/abi": "^5.7.0",
159159
"@keystonehq/bc-ur-registry-eth": "^0.21.0",
160160
"@keystonehq/metamask-airgapped-keyring": "^0.15.2",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1433,10 +1433,10 @@
14331433
dependencies:
14341434
expo-build-properties "^0.13.1"
14351435

1436-
"@consensys/on-ramp-sdk@2.1.8":
1437-
version "2.1.8"
1438-
resolved "https://registry.yarnpkg.com/@consensys/on-ramp-sdk/-/on-ramp-sdk-2.1.8.tgz#285244aaf85f704461230ef351eef84cf3451cc9"
1439-
integrity sha512-pxQAaH1TptFoKeNy0Rt/+JAmUCCZKEE4ynCvTb0382ilAYOpV+/Ql79EwVXWIJIuE0a47jCjU2I7VVkvxUIqMQ==
1436+
"@consensys/on-ramp-sdk@2.1.10":
1437+
version "2.1.10"
1438+
resolved "https://registry.yarnpkg.com/@consensys/on-ramp-sdk/-/on-ramp-sdk-2.1.10.tgz#c681d10473a6d20f8d62008d70e972ed8abc302d"
1439+
integrity sha512-PnY84qBWs21jM0RdFfw0TDwk/gbv/G9rOGmsj8g8sj4OQNAULNkC0QPdft0U1IztTkCa6A+9O94YnQeTXSTeBQ==
14401440
dependencies:
14411441
async "^3.2.3"
14421442
axios "^1.8.3"

0 commit comments

Comments
 (0)