From 27f46f9f7f9f1419459896df1db870fe53b03645 Mon Sep 17 00:00:00 2001 From: Christian Montoya Date: Tue, 21 Apr 2026 23:36:09 -0400 Subject: [PATCH 1/3] Update Qtum Wallet This closes #1473 --- src/registry.json | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/src/registry.json b/src/registry.json index c0e2f5e0..726d77c2 100644 --- a/src/registry.json +++ b/src/registry.json @@ -1641,7 +1641,6 @@ "name": "Qtum", "website": "https://qtum.info/" }, - "website": "https://www.qtum.org/developers/snap/", "summary": "Seamlessly connect to the Qtum network, enabling dapp interactions through an easy-to-use adapter.", "description": "The Qtum MetaMask Snap is an extension for MetaMask that enables users to manage Qtum tokens, including QRC20 variants, and interact seamlessly with Qtum decentralized applications (dapps) directly within their MetaMask wallet. The Snap supports core wallet functionalities and is designed for easy integration into existing Ethereum Virtual Machine (EVM) dapps, allowing developers to leverage Qtum effectively.", "audits": [ @@ -1652,9 +1651,7 @@ ], "category": "interoperability", "support": { - "contact": "mailto:support@qtum.info", - "faq": "https://github.com/qtumproject/qtum-extension-wallet?tab=readme-ov-file#qtum-wallet-faq", - "knowledgeBase": "https://github.com/qtumproject/qtum-extension-wallet?tab=readme-ov-file#qtum-wallet-knowledge-doc" + "contact": "mailto:support@qtum.info" }, "sourceCode": "https://github.com/qtumproject/qtum-extension-wallet", "screenshots": [ @@ -1664,8 +1661,8 @@ ] }, "versions": { - "0.2.0": { - "checksum": "SB/fFdS7jmrx1Fp/c98Gx2RQzo0+nbBOXeplPvYc6VU=" + "1.0.0": { + "checksum": "bjR4kKJdKNKlD4+bwl80QtybIXpgjBmaBRkbrO5whtA=" } } }, From 63ae73e4ce79d3af4f9b6651064f06f9f2f0d504 Mon Sep 17 00:00:00 2001 From: Christian Montoya Date: Tue, 21 Apr 2026 23:46:34 -0400 Subject: [PATCH 2/3] Update npm id and paths --- .../{@qtumproject/qtum-wallet => qtum-snap}/1.png | Bin .../{@qtumproject/qtum-wallet => qtum-snap}/2.png | Bin .../{@qtumproject/qtum-wallet => qtum-snap}/3.png | Bin src/registry.json | 10 +++++----- 4 files changed, 5 insertions(+), 5 deletions(-) rename src/images/{@qtumproject/qtum-wallet => qtum-snap}/1.png (100%) rename src/images/{@qtumproject/qtum-wallet => qtum-snap}/2.png (100%) rename src/images/{@qtumproject/qtum-wallet => qtum-snap}/3.png (100%) diff --git a/src/images/@qtumproject/qtum-wallet/1.png b/src/images/qtum-snap/1.png similarity index 100% rename from src/images/@qtumproject/qtum-wallet/1.png rename to src/images/qtum-snap/1.png diff --git a/src/images/@qtumproject/qtum-wallet/2.png b/src/images/qtum-snap/2.png similarity index 100% rename from src/images/@qtumproject/qtum-wallet/2.png rename to src/images/qtum-snap/2.png diff --git a/src/images/@qtumproject/qtum-wallet/3.png b/src/images/qtum-snap/3.png similarity index 100% rename from src/images/@qtumproject/qtum-wallet/3.png rename to src/images/qtum-snap/3.png diff --git a/src/registry.json b/src/registry.json index 726d77c2..eff4149d 100644 --- a/src/registry.json +++ b/src/registry.json @@ -1633,8 +1633,8 @@ } } }, - "npm:@qtumproject/qtum-wallet": { - "id": "npm:@qtumproject/qtum-wallet", + "npm:qtum-snap": { + "id": "npm:qtum-snap", "metadata": { "name": "Qtum Wallet", "author": { @@ -1655,9 +1655,9 @@ }, "sourceCode": "https://github.com/qtumproject/qtum-extension-wallet", "screenshots": [ - "./images/@qtumproject/qtum-wallet/1.png", - "./images/@qtumproject/qtum-wallet/2.png", - "./images/@qtumproject/qtum-wallet/3.png" + "./images/qtum-snap/1.png", + "./images/qtum-snap/2.png", + "./images/qtum-snap/3.png" ] }, "versions": { From 73740482dfdfecf9b003b01e322ae72d6b7b29e1 Mon Sep 17 00:00:00 2001 From: Christian Montoya Date: Fri, 24 Apr 2026 07:49:43 -0400 Subject: [PATCH 3/3] Add website --- src/registry.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/registry.json b/src/registry.json index 466ab27d..a9cdd5ef 100644 --- a/src/registry.json +++ b/src/registry.json @@ -1641,6 +1641,7 @@ "name": "Qtum", "website": "https://qtum.info/" }, + "website": "https://snap.qtum.org/", "summary": "Seamlessly connect to the Qtum network, enabling dapp interactions through an easy-to-use adapter.", "description": "The Qtum MetaMask Snap is an extension for MetaMask that enables users to manage Qtum tokens, including QRC20 variants, and interact seamlessly with Qtum decentralized applications (dapps) directly within their MetaMask wallet. The Snap supports core wallet functionalities and is designed for easy integration into existing Ethereum Virtual Machine (EVM) dapps, allowing developers to leverage Qtum effectively.", "audits": [