Commit 890e73b
release(runway): cherry-pick fix: advanced permissions requests for mainnet failing cp-13.9.0 (#37678)
- fix: advanced permissions requests for mainnet failing cp-13.9.0
(#37675)
## **Description**
Upgrades @metamask/gator-permissions-snap from `^0.6.0` to `^0.6.1`
- Corrects Accounts API URL, which caused permission requests on Mainnet
to fail
https://github.com/MetaMask/snap-7715-permissions/releases/tag/v10.0.0
[](https://codespaces.new/MetaMask/metamask-extension/pull/37675?quickstart=1)
## **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: Fixed a bug causing advanced permissions requests on
mainnet to fail before showing the permission picker
## **Related issues**
Fixes:
https://github.com/metamask/delegator-readable-permissions/issues/471
## **Manual testing steps**
1. Open Gator Permissions test page
2. Select Mainnet
3. Request Permission
Expect permission picker to appear
## **Screenshots/Recordings**
<img width="512" height="732" alt="image"
src="https://github.com/user-attachments/assets/24973492-10d6-4de8-b504-18815ebf311f"
/>
## **Pre-merge author checklist**
- [x] I've followed [MetaMask Contributor
Docs](https://github.com/MetaMask/contributor-docs) and [MetaMask
Extension Coding
Standards](https://github.com/MetaMask/metamask-extension/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-extension/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.
<!-- CURSOR_SUMMARY -->
---
> [!NOTE]
> Bumps `@metamask/gator-permissions-snap` from `^0.6.0` to `^0.6.1`,
updating lockfile and attributions.
>
> - **Dependencies**:
> - Upgrade `@metamask/gator-permissions-snap` from `^0.6.0` to `^0.6.1`
in `package.json`.
> - Update `yarn.lock` to resolve
`@metamask/gator-permissions-snap@0.6.1`.
> - **Meta**:
> - Update `attribution.txt` entry for
`@metamask/gator-permissions-snap` to `0.6.1`.
>
> <sup>Written by [Cursor
Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit
afe2bf6. This will update automatically
on new commits. Configure
[here](https://cursor.com/dashboard?tab=bugbot).</sup>
<!-- /CURSOR_SUMMARY -->
[fa745da](fa745da)
---------
Co-authored-by: jeffsmale90 <6363749+jeffsmale90@users.noreply.github.com>
Co-authored-by: MetaMask Bot <metamaskbot@users.noreply.github.com>1 parent 33ae905 commit 890e73b
3 files changed
+7
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30048 | 30048 | | |
30049 | 30049 | | |
30050 | 30050 | | |
30051 | | - | |
| 30051 | + | |
30052 | 30052 | | |
30053 | 30053 | | |
30054 | 30054 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
302 | 302 | | |
303 | 303 | | |
304 | 304 | | |
305 | | - | |
| 305 | + | |
306 | 306 | | |
307 | 307 | | |
308 | 308 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6472 | 6472 | | |
6473 | 6473 | | |
6474 | 6474 | | |
6475 | | - | |
6476 | | - | |
6477 | | - | |
| 6475 | + | |
| 6476 | + | |
| 6477 | + | |
6478 | 6478 | | |
6479 | 6479 | | |
6480 | 6480 | | |
6481 | 6481 | | |
6482 | 6482 | | |
6483 | 6483 | | |
6484 | 6484 | | |
6485 | | - | |
| 6485 | + | |
6486 | 6486 | | |
6487 | 6487 | | |
6488 | 6488 | | |
| |||
32041 | 32041 | | |
32042 | 32042 | | |
32043 | 32043 | | |
32044 | | - | |
| 32044 | + | |
32045 | 32045 | | |
32046 | 32046 | | |
32047 | 32047 | | |
| |||
0 commit comments