Skip to content

Commit

Permalink
Add Web3 Address Book (#899)
Browse files Browse the repository at this point in the history
This closes #898

<!--
Thanks for your contribution! Take a moment to answer these questions so
that reviewers have the information they need to properly understand
your changes:

* What is the current state of things and why does it need to change?
* What is the solution your changes offer and how does it work?

Are there any issues or other links reviewers should consult to
understand this pull request better? For instance:

* Fixes #12345
* See: #67890
-->
  • Loading branch information
Montoya authored Oct 18, 2024
1 parent 58b45ce commit 9e6609b
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions src/registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -3728,6 +3728,28 @@
}
}
},
"npm:@idriss-crypto/snap": {
"id": "npm:@idriss-crypto/snap",
"metadata": {
"name": "Web3 Address Book",
"author": {
"name": "IDriss",
"website": "https://www.idriss.xyz/"
},
"summary": "Use your favorite name services in MetaMask.",
"description": "Web3 Address Book can be used to resolve several naming services in MetaMask.\n\nIt supports resolution of:\n\n1. IDriss\n2. Farcaster names\n3. Lens handles\n4. Unstoppable Domains\n5. ENS domains on networks other than Ethereum Mainnet\n\nSupported formats:\n\n1. IDriss: Registered Twitter handles @[name]\n2. Farcaster: [name].fc or [name].farcaster\n3. Lens: [name].lens\n4. UD: any registered UD\n5. ENS: Any registered ENS, given it does not resolve to a contract address.",
"category": "name resolution",
"support": {
"contact": "hello@idriss.xyz"
},
"sourceCode": "https://github.com/idriss-crypto/snap/"
},
"versions": {
"0.1.2": {
"checksum": "9a+ZgF4hWDGgYEAjyEbg0hxTU/COftFoCfH7X3APF3A="
}
}
},
"npm:@token-kit/tapp-snap": {
"id": "npm:@token-kit/tapp-snap",
"metadata": {
Expand Down

0 comments on commit 9e6609b

Please sign in to comment.