Skip to content

Commit 49cc847

Browse files
authored
chore: Bump ens-resolver-snap to v1.0 (#36774)
## **Description** This PR bumps the `@metamask/ens-resolver-snap` to `1.0.0`. This major bump refactors the snap and adds the possibility to resolve on non-evm networks. [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/MetaMask/metamask-extension/pull/36774?quickstart=1) ## **Changelog** CHANGELOG entry: null ## **Related issues** Fixes: ## **Manual testing steps** 1. Go to the send flow 2. Try various ENS names ## **Screenshots/Recordings** <!-- If applicable, add screenshots and/or recordings to visualize the before and after of your change. --> ### **Before** <!-- [screenshots/recordings] --> ### **After** https://github.com/user-attachments/assets/32d1f085-9edd-42dc-83b6-9e4fca501118 ## **Pre-merge author checklist** - [ ] 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). - [ ] 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-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] > <sup>[Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) is generating a summary for commit 971d59c. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent e8afa7b commit 49cc847

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@
288288
"@metamask/design-tokens": "^8.1.1",
289289
"@metamask/eip-5792-middleware": "^1.1.0",
290290
"@metamask/ens-controller": "^17.0.1",
291-
"@metamask/ens-resolver-snap": "^0.1.4",
291+
"@metamask/ens-resolver-snap": "^1.0.0",
292292
"@metamask/error-reporting-service": "^2.2.0",
293293
"@metamask/eth-json-rpc-filters": "^9.0.0",
294294
"@metamask/eth-json-rpc-middleware": "^18.0.0",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6042,10 +6042,10 @@ __metadata:
60426042
languageName: node
60436043
linkType: hard
60446044

6045-
"@metamask/ens-resolver-snap@npm:^0.1.4":
6046-
version: 0.1.4
6047-
resolution: "@metamask/ens-resolver-snap@npm:0.1.4"
6048-
checksum: 10/483fb5c3a3081e064fb69893d2d9497322fb8ab5695d39be8c2f3093dea5d5571d01484862a1e53e298c1ac9510092647116112518d3679afe9f1ec3aa3626a5
6045+
"@metamask/ens-resolver-snap@npm:^1.0.0":
6046+
version: 1.0.0
6047+
resolution: "@metamask/ens-resolver-snap@npm:1.0.0"
6048+
checksum: 10/c97e0d300a275fac053233391f38d7146a98bb0a49ec8e03a42a27bf4db9864a7f8b2d5b2a9701bcb1dd043d0edf9a9e9f7e52115893db39e51c140e7202e24d
60496049
languageName: node
60506050
linkType: hard
60516051

@@ -31859,7 +31859,7 @@ __metadata:
3185931859
"@metamask/design-tokens": "npm:^8.1.1"
3186031860
"@metamask/eip-5792-middleware": "npm:^1.1.0"
3186131861
"@metamask/ens-controller": "npm:^17.0.1"
31862-
"@metamask/ens-resolver-snap": "npm:^0.1.4"
31862+
"@metamask/ens-resolver-snap": "npm:^1.0.0"
3186331863
"@metamask/error-reporting-service": "npm:^2.2.0"
3186431864
"@metamask/eslint-config": "npm:^9.0.0"
3186531865
"@metamask/eslint-config-jest": "npm:^9.0.0"

0 commit comments

Comments
 (0)