generated from MetaMask/metamask-module-template
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Closes: #967 --------- Co-authored-by: Christian Montoya <[email protected]>
- Loading branch information
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1486,6 +1486,30 @@ | |
} | ||
} | ||
}, | ||
"npm:self-name-resolution": { | ||
"id": "npm:self-name-resolution", | ||
"metadata": { | ||
"name": "Self name resolution", | ||
"author": { | ||
"name": "SELF Crypto", | ||
"website": "https://selfcrypto.io/" | ||
}, | ||
"summary": "Resolve Self crypto names to addresses", | ||
"description": "Self Name Resolution Snap\n\nThis MetaMask Snap enables resolution of Self domain names to their corresponding cryptocurrency addresses using either domain.self or $:domain formats. It integrates with the Self naming service to provide seamless name resolution directly within MetaMask.\n\n## Features\n\n- Resolves Self domain names in two formats:\n - .self domains (e.g., domain.self)\n - $: scheme (e.g., $:domain)\n- Supports multiple chains including:\n - Ethereum (EIP155:1)\n - BNB Smart Chain (EIP155:56)\n - Avalanche (EIP155:43114)\n - Arbitrum (EIP155:42161)\n- Seamless integration with MetaMask's name resolution system", | ||
"category": "name resolution", | ||
"support": { | ||
"contact": "mailto:[email protected]", | ||
"faq": "https://github.com/selfcrypto/self-snap/blob/main/README.md#faq", | ||
"knowledgeBase": "https://github.com/selfcrypto/self-snap/blob/main/README.md" | ||
}, | ||
"sourceCode": "https://github.com/selfcrypto/self-snap" | ||
}, | ||
"versions": { | ||
"0.1.1": { | ||
"checksum": "I/kPUrXro8umw4VCfU9UIxA6wI9cb2+NuxHNixMZWy8=" | ||
} | ||
} | ||
}, | ||
"npm:@qtumproject/qtum-wallet": { | ||
"id": "npm:@qtumproject/qtum-wallet", | ||
"metadata": { | ||
|