Skip to content

Commit

Permalink
Update Snap name resolution protocol description
Browse files Browse the repository at this point in the history
- Changed protocol description from dynamic string to 'Modular Naming Service'
- Updated snap manifest shasum to reflect code changes
  • Loading branch information
dio-dev committed Feb 24, 2025
1 parent 61a1654 commit f411649
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/snap/snap.manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url": "https://github.com/snowballmoney/metamask-snap.git"
},
"source": {
"shasum": "U26yr+ibSlSijMbQUEvnXdJVESJupT9KJK66BAsYiO4=",
"shasum": "9W55AbgziJkZOXkQ2SdiuSIqeYJq8MU+9wMT3sqbTpI=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/snap/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export const onNameLookup: OnNameLookupHandler = async (request) => {
{
resolvedAddress: identityAddress.resolverAddress,
domainName: domain,
protocol: 'Snowstorm '+ identityAddress.resolverAddress,
protocol: 'Modular Naming Service',
},
],
};
Expand Down

0 comments on commit f411649

Please sign in to comment.