From 77f5f850ab076a6471a643a242463f0927af6d9b Mon Sep 17 00:00:00 2001 From: "scott.she" Date: Tue, 3 Sep 2024 17:45:22 +0800 Subject: [PATCH 1/3] feat(bybit): support chrome --- wallets-v2.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wallets-v2.json b/wallets-v2.json index c67ac1e..b033124 100644 --- a/wallets-v2.json +++ b/wallets-v2.json @@ -246,6 +246,6 @@ "url": "https://api-node.bybit.com/spot/api/web3/bridge/ton/bridge" } ], - "platforms": ["ios", "android"] + "platforms": ["ios", "android", "chrome"] } ] \ No newline at end of file From 83c907872dbd1c1ed35b1e22a5913275b82fc2dc Mon Sep 17 00:00:00 2001 From: S_PONY Date: Fri, 13 Sep 2024 17:56:53 +0800 Subject: [PATCH 2/3] feat: update gatewallet --- wallets-v2.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/wallets-v2.json b/wallets-v2.json index b033124..ad948bf 100644 --- a/wallets-v2.json +++ b/wallets-v2.json @@ -247,5 +247,23 @@ } ], "platforms": ["ios", "android", "chrome"] + }, + { + "app_name": "GateWallet", + "name": "GateWallet", + "image": "https://www.gate.io/images/login/qrcode_center_icon.svg", + "about_url": "https://www.gate.io/", + "bridge": [ + { + "type": "js", + "key": "gatetonwallet" + }, + { + "type": "sse", + "url": "https://dapp.gateio.services/tonbridge_api/bridge/v1" + } + ], + "platforms": ["ios", "android"], + "universal_url": "https://gateio.onelink.me/DmA6/web3" } ] \ No newline at end of file From 462c1db1c489cb747358c3dcd1ff634ff4fe4dac Mon Sep 17 00:00:00 2001 From: weixuefeng Date: Sat, 14 Sep 2024 11:27:57 +0800 Subject: [PATCH 3/3] Update wallets-v2.json --- wallets-v2.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wallets-v2.json b/wallets-v2.json index ad948bf..e404983 100644 --- a/wallets-v2.json +++ b/wallets-v2.json @@ -251,7 +251,7 @@ { "app_name": "GateWallet", "name": "GateWallet", - "image": "https://www.gate.io/images/login/qrcode_center_icon.svg", + "image": "https://prd-web-imgs.s3.ap-northeast-1.amazonaws.com/prd-ordinal-imgs/0192a45e72abbdfb/gateIo.png", "about_url": "https://www.gate.io/", "bridge": [ { @@ -266,4 +266,4 @@ "platforms": ["ios", "android"], "universal_url": "https://gateio.onelink.me/DmA6/web3" } -] \ No newline at end of file +]