From f2ad8bc65632a77cb5c7704b9a4926698a52cb0b Mon Sep 17 00:00:00 2001 From: LowKey Date: Fri, 7 Aug 2026 22:17:51 +0800 Subject: [PATCH 1/3] Add Gem Wallet mainnet metadata --- mainnet/gem_wallet.jsonc | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 mainnet/gem_wallet.jsonc diff --git a/mainnet/gem_wallet.jsonc b/mainnet/gem_wallet.jsonc new file mode 100644 index 0000000..cdfa8c5 --- /dev/null +++ b/mainnet/gem_wallet.jsonc @@ -0,0 +1,12 @@ +{ + "name": "Gem Wallet", + "description": "Gem Wallet is an open-source, self-custodial multichain wallet supporting Monad. Users can store, send, receive, buy, and swap assets while retaining full control of their private keys.", + "categories": ["Infra::Wallet"], + "addresses": {}, + "links": { + "project": "https://gemwallet.com/", + "twitter": "https://x.com/gemwalletcom", + "github": "https://github.com/gemwalletcom", + "docs": "https://docs.gemwallet.com/" + } +} From 490543234721b07aedcdf16371e4bd28008b4826 Mon Sep 17 00:00:00 2001 From: LowKey Date: Fri, 7 Aug 2026 22:20:13 +0800 Subject: [PATCH 2/3] Update Gem Wallet GitHub link --- mainnet/gem_wallet.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mainnet/gem_wallet.jsonc b/mainnet/gem_wallet.jsonc index cdfa8c5..8c244c6 100644 --- a/mainnet/gem_wallet.jsonc +++ b/mainnet/gem_wallet.jsonc @@ -6,7 +6,7 @@ "links": { "project": "https://gemwallet.com/", "twitter": "https://x.com/gemwalletcom", - "github": "https://github.com/gemwalletcom", + "github": "https://github.com/gemwalletcom/wallet", "docs": "https://docs.gemwallet.com/" } } From ac7a801fb18659b1bb22d12695598632f78c0a68 Mon Sep 17 00:00:00 2001 From: LowKey Date: Fri, 7 Aug 2026 22:20:55 +0800 Subject: [PATCH 3/3] Update Gem Wallet docs link --- mainnet/gem_wallet.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mainnet/gem_wallet.jsonc b/mainnet/gem_wallet.jsonc index 8c244c6..acf75e7 100644 --- a/mainnet/gem_wallet.jsonc +++ b/mainnet/gem_wallet.jsonc @@ -7,6 +7,6 @@ "project": "https://gemwallet.com/", "twitter": "https://x.com/gemwalletcom", "github": "https://github.com/gemwalletcom/wallet", - "docs": "https://docs.gemwallet.com/" + "docs": "https://docs.gemwallet.com/blockchains/monad/" } }