Skip to content

Commit

Permalink
Add Social Names (#853)
Browse files Browse the repository at this point in the history
This closes #852

<!--
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 10, 2024
1 parent 66a6167 commit 030fdc0
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 0 deletions.
Binary file added src/images/social-names-snap/1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/social-names-snap/2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/social-names-snap/3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 26 additions & 0 deletions src/registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -3656,6 +3656,32 @@
}
}
},
"npm:social-names-snap": {
"id": "npm:social-names-snap",
"metadata": {
"name": "Social Names",
"author": {
"name": "Christian Montoya",
"website": "https://github.com/Montoya"
},
"summary": "Use Farcaster and Lens usernames in MetaMask.",
"description": "Adds support for Farcaster and Lens handles to MetaMask.\n\nIn the MetaMask send flow, type a Lens handle like m0nt0y4.lens or a Farcaster username like farcaster:m0nt0y4 or fc:m0nt0y4 to resolve to the associated Ethereum address.\n\nYou will also see suggested Farcaster and Lens handles when interacting with addresses in MetaMask.",
"support": {
"contact": "https://github.com/Montoya/social-names-snap/issues"
},
"sourceCode": "https://github.com/Montoya/social-names-snap",
"screenshots": [
"./images/social-names-snap/1.jpg",
"./images/social-names-snap/2.jpg",
"./images/social-names-snap/3.jpg"
]
},
"versions": {
"0.1.2": {
"checksum": "q72wQgPM15TquXUfqO9TDe+tasw4894vl9HMpIeZkxU="
}
}
},
"npm:zetalink": {
"id": "npm:zetalink",
"metadata": {
Expand Down

0 comments on commit 030fdc0

Please sign in to comment.