From 8368dd78d647941b2acc0171c90fb63d02b12556 Mon Sep 17 00:00:00 2001 From: Florin Dzeladini Date: Tue, 11 Mar 2025 15:18:32 +0100 Subject: [PATCH 1/3] New AutonomysNameService --- src/registry.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/src/registry.json b/src/registry.json index a8567393..93f95773 100644 --- a/src/registry.json +++ b/src/registry.json @@ -4290,6 +4290,29 @@ } } }, + "npm:ans-mmsnap": { + "id": "npm:ans-mmsnap", + "metadata": { + "name": "AutonomysNameService", + "author": { + "name": "Novalink", + "website": "https://www.novalink.tech/" + }, + "summary": "A MetaMask Snap for name resolution in Autonomys.", + "description": "The AutonomysNameService Snap provides name resolution services for Autonomys Name Service (ANS). It enables users to resolve domain names to Ethereum addresses directly within MetaMask.\n\nEvery user in the Autonomys network can call the `ANS Contract`(0xbdF673bd60232917Ce960AD268a8bF6441CeFDdD) to register their own ans domain name.\n\nFeatures: \n\n- Resolves domain names to Ethereum addresses\n- Integrates seamlessly with MetaMask\n- Directly interacts with ANS smart contracts through MetaMask for maximum security (no additional network calls)\n- Supports reverse resolution (coming soon).", + "category": "name resolution", + "support": { + "contact": "https://github.com/AetherLinkLabs/ans-mmsnap/issues/new", + "knowledgeBase": "https://github.com/AetherLinkLabs/ans-mmsnap/" + }, + "sourceCode": "https://github.com/AetherLinkLabs/ans-mmsnap" + }, + "versions": { + "0.1.3": { + "checksum": "EczXi0rJR5XaXr804YNz3x326bS6PxJwoMz0ps/rhHc=" + } + } + }, "npm:beranames_resolver": { "id": "npm:beranames_resolver", "metadata": { From 9bb2c9cc523b046fb129bf94559a1cf36c854087 Mon Sep 17 00:00:00 2001 From: Florin Dzeladini Date: Thu, 13 Mar 2025 15:49:24 +0100 Subject: [PATCH 2/3] New newAutonomysNameService add website --- src/registry.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/registry.json b/src/registry.json index ee7db839..dd801157 100644 --- a/src/registry.json +++ b/src/registry.json @@ -4298,6 +4298,7 @@ "name": "Novalink", "website": "https://www.novalink.tech/" }, + "website": "https://autonomys.site/", "summary": "A MetaMask Snap for name resolution in Autonomys.", "description": "The AutonomysNameService Snap provides name resolution services for Autonomys Name Service (ANS). It enables users to resolve domain names to Ethereum addresses directly within MetaMask.\n\nEvery user in the Autonomys network can call the `ANS Contract`(0xbdF673bd60232917Ce960AD268a8bF6441CeFDdD) to register their own ans domain name.\n\nFeatures: \n\n- Resolves domain names to Ethereum addresses\n- Integrates seamlessly with MetaMask\n- Directly interacts with ANS smart contracts through MetaMask for maximum security (no additional network calls)\n- Supports reverse resolution (coming soon).", "category": "name resolution", From 0ba247378fd63413d00c57800bad805e271b0204 Mon Sep 17 00:00:00 2001 From: Christian Montoya Date: Thu, 20 Mar 2025 16:11:51 -0400 Subject: [PATCH 3/3] Update registry.json --- src/registry.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/registry.json b/src/registry.json index dd801157..ca1a57dd 100644 --- a/src/registry.json +++ b/src/registry.json @@ -4299,7 +4299,7 @@ "website": "https://www.novalink.tech/" }, "website": "https://autonomys.site/", - "summary": "A MetaMask Snap for name resolution in Autonomys.", + "summary": "Resolve Autonomys Name Service (ANS) domains to addresses.", "description": "The AutonomysNameService Snap provides name resolution services for Autonomys Name Service (ANS). It enables users to resolve domain names to Ethereum addresses directly within MetaMask.\n\nEvery user in the Autonomys network can call the `ANS Contract`(0xbdF673bd60232917Ce960AD268a8bF6441CeFDdD) to register their own ans domain name.\n\nFeatures: \n\n- Resolves domain names to Ethereum addresses\n- Integrates seamlessly with MetaMask\n- Directly interacts with ANS smart contracts through MetaMask for maximum security (no additional network calls)\n- Supports reverse resolution (coming soon).", "category": "name resolution", "support": {