From a7265fee63ca43431a8fc4ae400fbb299c531ee8 Mon Sep 17 00:00:00 2001 From: sjoice0123 <148831172+sjoice0123@users.noreply.github.com> Date: Mon, 27 May 2024 17:23:34 +0800 Subject: [PATCH 1/2] Update wallets-v2.json add Gate Wallet support json --- wallets-v2.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/wallets-v2.json b/wallets-v2.json index 00ba1ec..fd3a742 100644 --- a/wallets-v2.json +++ b/wallets-v2.json @@ -120,5 +120,18 @@ } ], "platforms": ["chrome"] + }, + { + "app_name": "gatetonwallet", + "name": "Gate Wallet", + "image": "https://www.gate.io/images/apple-touch-icon-120x120.png", + "about_url": "https://www.gate.io/web3", + "bridge": [ + { + "type": "js", + "key": "gatetonwallet" + } + ], + "platforms": ["chrome", "ios", "android"] } ] From 5a23a3b3d513de422baa70345a5c1b22375a19b7 Mon Sep 17 00:00:00 2001 From: sjoice0123 <148831172+sjoice0123@users.noreply.github.com> Date: Mon, 27 May 2024 18:09:24 +0800 Subject: [PATCH 2/2] Update wallets-v2.json --- wallets-v2.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wallets-v2.json b/wallets-v2.json index fd3a742..978994f 100644 --- a/wallets-v2.json +++ b/wallets-v2.json @@ -132,6 +132,6 @@ "key": "gatetonwallet" } ], - "platforms": ["chrome", "ios", "android"] + "platforms": ["chrome", "windows", "mac","ios", "android"] } ]