From a1b6c9c85a206d5d4e1653814d1194de5560fb6e Mon Sep 17 00:00:00 2001 From: Florin Dzeladini Date: Wed, 26 Feb 2025 16:42:42 +0100 Subject: [PATCH 1/2] New Move Wallet --- src/registry.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/src/registry.json b/src/registry.json index d72cea43..29a22a52 100644 --- a/src/registry.json +++ b/src/registry.json @@ -2897,6 +2897,36 @@ } } }, + "npm:@nightlylabs/metamask-move-snap": { + "id": "npm:@nightlylabs/metamask-move-snap", + "metadata": { + "name": "Move Wallet", + "author": { + "name": "Nightly", + "website": "https://nightly.app" + }, + "summary": "Manage tokens and interact with dApps on Movement network.", + "description": "Swap, Borrow, Lend, Earn and more with Movement apps using your Metamask.\n\nFull ecosystem support is in progress, and dApp developers can start testing and integrating using the Nightly wallet connector \nA working example is available here: https://movement-web3-template.nightly.app\n\nKey features:\n- Generate and manage Movement addresses securely\n- Interact with Movement based dApp\n- Execute smart contract transactions\n- Change between different Movement networks\n\nUsage:\n- Install the Snap through MetaMask\n-Connect to Movement network automatically\n- Start interacting with Movement dApps", + "audits": [ + { + "auditor": "OtterSec", + "report": "https://github.com/nightly-labs/move-snap/blob/main/audit/nightly_labs_audit_final.pdf" + } + ], + "category": "interoperability", + "support": { + "contact": "https://discord.gg/Kkqq8nahcG", + "knowledgeBase": "https://github.com/nightly-labs/move-snap/blob/main/KNOWLEDGE.md", + "faq": "https://github.com/nightly-labs/move-snap/blob/main/FAQ.md" + }, + "sourceCode": "https://github.com/nightly-labs/move-snap" + }, + "versions": { + "0.1.0": { + "checksum": "SXhsFNEi+/LvBBBvccQYhlqtbuQgcADUyWwOcl26WIE=" + } + } + }, "npm:@hashgraph/hedera-wallet-snap": { "id": "npm:@hashgraph/hedera-wallet-snap", "metadata": { From 638ea6a4c16d2709b843b8997a2190d3ecaeb5ad Mon Sep 17 00:00:00 2001 From: Florin Dzeladini Date: Wed, 26 Feb 2025 17:11:27 +0100 Subject: [PATCH 2/2] New Move Wallet --- src/registry.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/registry.json b/src/registry.json index 29a22a52..e6dbfb6b 100644 --- a/src/registry.json +++ b/src/registry.json @@ -2922,8 +2922,8 @@ "sourceCode": "https://github.com/nightly-labs/move-snap" }, "versions": { - "0.1.0": { - "checksum": "SXhsFNEi+/LvBBBvccQYhlqtbuQgcADUyWwOcl26WIE=" + "0.1.2": { + "checksum": "xy0Xex2+eZN5d4mxJtGytWf7n8AKK0LXoCZtuyDbbXg=" } } },