From 72df103dbd4eac43cf6cba71c1322accdc356227 Mon Sep 17 00:00:00 2001 From: SatorFront Date: Thu, 27 Jun 2024 19:22:24 +0300 Subject: [PATCH 01/33] feat: add fintopio wallets --- wallets-v2.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/wallets-v2.json b/wallets-v2.json index 5ac5254..cceed6e 100644 --- a/wallets-v2.json +++ b/wallets-v2.json @@ -148,5 +148,19 @@ ], "platforms": ["ios", "android", "chrome"], "universal_url": "https://bkcode.vip/ton-connect" + }, + { + "app_name": "fintopio-tg", + "name": "Fintopio Telegram", + "image": "https://fintopio.com/favicons/favicon-196x196.png", + "about_url": "https://fintopio.com", + "universal_url": "https://t.me/fintopio/wallet", + "bridge": [ + { + "type": "sse", + "url": "https://wallet-bridge.fintopio.com/bridge" + } + ], + "platforms": ["ios", "android", "macos", "windows", "linux"] } ] From a6b320a5025dcca96297d93a7e3c2d14398e9fdb Mon Sep 17 00:00:00 2001 From: fe-lucifer <66459447+fe-lucifer@users.noreply.github.com> Date: Mon, 1 Jul 2024 12:21:59 +0800 Subject: [PATCH 02/33] add binance web3 wallet --- wallets-v2.json | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/wallets-v2.json b/wallets-v2.json index 76e6640..01d930b 100644 --- a/wallets-v2.json +++ b/wallets-v2.json @@ -168,5 +168,20 @@ } ], "platforms": ["ios", "android", "chrome", "firefox"] - } + }, + { + "app_name": "binanceTonWeb3Wallet", + "name": "Binance Web3 Wallet", + "image": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAzMCAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjMwIiBoZWlnaHQ9IjMwIiBmaWxsPSIjMEIwRTExIi8+CjxwYXRoIGQ9Ik01IDE1TDcuMjU4MDYgMTIuNzQxOUw5LjUxNjEzIDE1TDcuMjU4MDYgMTcuMjU4MUw1IDE1WiIgZmlsbD0iI0YwQjkwQiIvPgo8cGF0aCBkPSJNOC44NzA5NyAxMS4xMjlMMTUgNUwyMS4xMjkgMTEuMTI5TDE4Ljg3MSAxMy4zODcxTDE1IDkuNTE2MTNMMTEuMTI5IDEzLjM4NzFMOC44NzA5NyAxMS4xMjlaIiBmaWxsPSIjRjBCOTBCIi8+CjxwYXRoIGQ9Ik0xMi43NDE5IDE1TDE1IDEyLjc0MTlMMTcuMjU4MSAxNUwxNSAxNy4yNTgxTDEyLjc0MTkgMTVaIiBmaWxsPSIjRjBCOTBCIi8+CjxwYXRoIGQ9Ik0xMS4xMjkgMTYuNjEyOUw4Ljg3MDk3IDE4Ljg3MUwxNSAyNUwyMS4xMjkgMTguODcxTDE4Ljg3MSAxNi42MTI5TDE1IDIwLjQ4MzlMMTEuMTI5IDE2LjYxMjlaIiBmaWxsPSIjRjBCOTBCIi8+CjxwYXRoIGQ9Ik0yMC40ODM5IDE1TDIyLjc0MTkgMTIuNzQxOUwyNSAxNUwyMi43NDE5IDE3LjI1ODFMMjAuNDgzOSAxNVoiIGZpbGw9IiNGMEI5MEIiLz4KPC9zdmc+Cg==", + "about_url": "https://www.binance.com/en/web3wallet", + "deepLink": "bnc://app.binance.com/cedefi/ton-connect", + "bridge": [ + { + "type": "sse", + "url": "https://bridge.tonapi.io/bridge" + } + ], + "platforms": ["chrome", "safari", "ios", "android"], + "universal_url": "https://app.binance.com/cedefi/ton-connect" + }, ] From a5a0e7eca846a5b0b5eb8c60b99518d31d9ebb69 Mon Sep 17 00:00:00 2001 From: fe-lucifer <66459447+fe-lucifer@users.noreply.github.com> Date: Wed, 17 Jul 2024 18:42:53 +0800 Subject: [PATCH 03/33] 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 8743e19..e61c8b4 100644 --- a/wallets-v2.json +++ b/wallets-v2.json @@ -201,7 +201,7 @@ } ], "platforms": ["chrome", "safari", "firefox", "ios", "android"] - }, + }, { "app_name": "okxTonWalletTr", "name": "OKX TR Wallet", From 1fdd667b990f646e58a3e661a3e4a32b09babaea Mon Sep 17 00:00:00 2001 From: fe-lucifer <66459447+fe-lucifer@users.noreply.github.com> Date: Wed, 14 Aug 2024 18:11:29 +0800 Subject: [PATCH 04/33] feat: support js bridge --- wallets-v2.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/wallets-v2.json b/wallets-v2.json index e61c8b4..3e99e13 100644 --- a/wallets-v2.json +++ b/wallets-v2.json @@ -170,12 +170,16 @@ "platforms": ["ios", "android", "chrome", "firefox"] }, { - "app_name": "binanceTonWeb3Wallet", + "app_name": "binanceWeb3TonWallet", "name": "Binance Web3 Wallet", "image": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAzMCAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjMwIiBoZWlnaHQ9IjMwIiBmaWxsPSIjMEIwRTExIi8+CjxwYXRoIGQ9Ik01IDE1TDcuMjU4MDYgMTIuNzQxOUw5LjUxNjEzIDE1TDcuMjU4MDYgMTcuMjU4MUw1IDE1WiIgZmlsbD0iI0YwQjkwQiIvPgo8cGF0aCBkPSJNOC44NzA5NyAxMS4xMjlMMTUgNUwyMS4xMjkgMTEuMTI5TDE4Ljg3MSAxMy4zODcxTDE1IDkuNTE2MTNMMTEuMTI5IDEzLjM4NzFMOC44NzA5NyAxMS4xMjlaIiBmaWxsPSIjRjBCOTBCIi8+CjxwYXRoIGQ9Ik0xMi43NDE5IDE1TDE1IDEyLjc0MTlMMTcuMjU4MSAxNUwxNSAxNy4yNTgxTDEyLjc0MTkgMTVaIiBmaWxsPSIjRjBCOTBCIi8+CjxwYXRoIGQ9Ik0xMS4xMjkgMTYuNjEyOUw4Ljg3MDk3IDE4Ljg3MUwxNSAyNUwyMS4xMjkgMTguODcxTDE4Ljg3MSAxNi42MTI5TDE1IDIwLjQ4MzlMMTEuMTI5IDE2LjYxMjlaIiBmaWxsPSIjRjBCOTBCIi8+CjxwYXRoIGQ9Ik0yMC40ODM5IDE1TDIyLjc0MTkgMTIuNzQxOUwyNSAxNUwyMi43NDE5IDE3LjI1ODFMMjAuNDgzOSAxNVoiIGZpbGw9IiNGMEI5MEIiLz4KPC9zdmc+Cg==", "about_url": "https://www.binance.com/en/web3wallet", "deepLink": "bnc://app.binance.com/cedefi/ton-connect", "bridge": [ + { + "type": "js", + "key": "binancew3w" + }, { "type": "sse", "url": "https://bridge.tonapi.io/bridge" From dfcbe85dac592669910bcbc3432489252367d6b4 Mon Sep 17 00:00:00 2001 From: "scott.she" Date: Sun, 21 Jul 2024 14:03:02 +0800 Subject: [PATCH 05/33] feat: add bybit ton wallet to the list --- wallets-v2.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/wallets-v2.json b/wallets-v2.json index d4316c4..9a8fe53 100644 --- a/wallets-v2.json +++ b/wallets-v2.json @@ -228,5 +228,24 @@ } ], "platforms": ["ios", "android", "macos", "windows", "linux"] + }, + { + "app_name": "bybitTonWallet", + "name": "Bybit Wallet", + "image": "https://s1.bycsi.com/bybit/deadpool/image-ac5bf003d25c4ae0bd21f3725694a850.png", + "about_url": "https://www.bybit.com/web3", + "universal_url": "https://app.bybit.com/ton-connect", + "deepLink": "bybitapp://", + "bridge": [ + { + "type": "js", + "key": "bybitTonWallet" + }, + { + "type": "sse", + "url": "https://api-node.bybit.com/spot/api/web3/bridge/ton/bridge" + } + ], + "platforms": ["ios", "android"] } ] \ No newline at end of file From f3a894db78f6b08a5b89ab703418ad7f20683834 Mon Sep 17 00:00:00 2001 From: Devin Date: Mon, 26 Aug 2024 17:32:05 +0800 Subject: [PATCH 06/33] feat(bgw): Adjust the sse bridge of Bitget Wallet --- wallets-v2.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wallets-v2.json b/wallets-v2.json index c9be270..a85928e 100644 --- a/wallets-v2.json +++ b/wallets-v2.json @@ -143,7 +143,7 @@ }, { "type": "sse", - "url": "https://bridge.tonapi.io/bridge" + "url": "https://ton-connect-bridge.bgwapi.io/bridge" } ], "platforms": ["ios", "android", "chrome"], From 77f5f850ab076a6471a643a242463f0927af6d9b Mon Sep 17 00:00:00 2001 From: "scott.she" Date: Tue, 3 Sep 2024 17:45:22 +0800 Subject: [PATCH 07/33] 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 857d1f710bd08d952f183b6c75cb58e7761c08f1 Mon Sep 17 00:00:00 2001 From: fe-lucifer <66459447+fe-lucifer@users.noreply.github.com> Date: Fri, 13 Sep 2024 01:02:33 +0800 Subject: [PATCH 08/33] 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 647e600..5cbab7e 100644 --- a/wallets-v2.json +++ b/wallets-v2.json @@ -182,7 +182,7 @@ }, { "type": "sse", - "url": "https://bridge.tonapi.io/bridge" + "url": "https://wallet.binance.com/tonbridge" } ], "platforms": ["chrome", "safari", "ios", "android"], @@ -248,4 +248,4 @@ ], "platforms": ["ios", "android", "macos", "windows", "linux"] } -] \ No newline at end of file +] From 6ca6e0cd4a0cced704545b51b74aca6416cc6240 Mon Sep 17 00:00:00 2001 From: fe-lucifer <66459447+fe-lucifer@users.noreply.github.com> Date: Fri, 13 Sep 2024 01:09:31 +0800 Subject: [PATCH 09/33] 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 5cbab7e..8ed0de4 100644 --- a/wallets-v2.json +++ b/wallets-v2.json @@ -182,7 +182,7 @@ }, { "type": "sse", - "url": "https://wallet.binance.com/tonbridge" + "url": "https://wallet.binance.com/tonbridge/bridge" } ], "platforms": ["chrome", "safari", "ios", "android"], From 83c907872dbd1c1ed35b1e22a5913275b82fc2dc Mon Sep 17 00:00:00 2001 From: S_PONY Date: Fri, 13 Sep 2024 17:56:53 +0800 Subject: [PATCH 10/33] 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 11/33] 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 +] From 2475d7cef6d3d2057bd2d0997fb9f850481276e3 Mon Sep 17 00:00:00 2001 From: fe-lucifer <66459447+fe-lucifer@users.noreply.github.com> Date: Tue, 24 Sep 2024 22:39:07 +0800 Subject: [PATCH 12/33] chore: move to the end of the list --- wallets-v2.json | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/wallets-v2.json b/wallets-v2.json index 8ed0de4..df36bf5 100644 --- a/wallets-v2.json +++ b/wallets-v2.json @@ -169,25 +169,6 @@ ], "platforms": ["ios", "android", "chrome", "firefox"] }, - { - "app_name": "binanceWeb3TonWallet", - "name": "Binance Web3 Wallet", - "image": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAzMCAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjMwIiBoZWlnaHQ9IjMwIiBmaWxsPSIjMEIwRTExIi8+CjxwYXRoIGQ9Ik01IDE1TDcuMjU4MDYgMTIuNzQxOUw5LjUxNjEzIDE1TDcuMjU4MDYgMTcuMjU4MUw1IDE1WiIgZmlsbD0iI0YwQjkwQiIvPgo8cGF0aCBkPSJNOC44NzA5NyAxMS4xMjlMMTUgNUwyMS4xMjkgMTEuMTI5TDE4Ljg3MSAxMy4zODcxTDE1IDkuNTE2MTNMMTEuMTI5IDEzLjM4NzFMOC44NzA5NyAxMS4xMjlaIiBmaWxsPSIjRjBCOTBCIi8+CjxwYXRoIGQ9Ik0xMi43NDE5IDE1TDE1IDEyLjc0MTlMMTcuMjU4MSAxNUwxNSAxNy4yNTgxTDEyLjc0MTkgMTVaIiBmaWxsPSIjRjBCOTBCIi8+CjxwYXRoIGQ9Ik0xMS4xMjkgMTYuNjEyOUw4Ljg3MDk3IDE4Ljg3MUwxNSAyNUwyMS4xMjkgMTguODcxTDE4Ljg3MSAxNi42MTI5TDE1IDIwLjQ4MzlMMTEuMTI5IDE2LjYxMjlaIiBmaWxsPSIjRjBCOTBCIi8+CjxwYXRoIGQ9Ik0yMC40ODM5IDE1TDIyLjc0MTkgMTIuNzQxOUwyNSAxNUwyMi43NDE5IDE3LjI1ODFMMjAuNDgzOSAxNVoiIGZpbGw9IiNGMEI5MEIiLz4KPC9zdmc+Cg==", - "about_url": "https://www.binance.com/en/web3wallet", - "deepLink": "bnc://app.binance.com/cedefi/ton-connect", - "bridge": [ - { - "type": "js", - "key": "binancew3w" - }, - { - "type": "sse", - "url": "https://wallet.binance.com/tonbridge/bridge" - } - ], - "platforms": ["chrome", "safari", "ios", "android"], - "universal_url": "https://app.binance.com/cedefi/ton-connect" - }, { "app_name": "okxTonWallet", "name": "OKX Wallet", @@ -247,5 +228,24 @@ } ], "platforms": ["ios", "android", "macos", "windows", "linux"] + }, + { + "app_name": "binanceWeb3TonWallet", + "name": "Binance Web3 Wallet", + "image": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAzMCAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjMwIiBoZWlnaHQ9IjMwIiBmaWxsPSIjMEIwRTExIi8+CjxwYXRoIGQ9Ik01IDE1TDcuMjU4MDYgMTIuNzQxOUw5LjUxNjEzIDE1TDcuMjU4MDYgMTcuMjU4MUw1IDE1WiIgZmlsbD0iI0YwQjkwQiIvPgo8cGF0aCBkPSJNOC44NzA5NyAxMS4xMjlMMTUgNUwyMS4xMjkgMTEuMTI5TDE4Ljg3MSAxMy4zODcxTDE1IDkuNTE2MTNMMTEuMTI5IDEzLjM4NzFMOC44NzA5NyAxMS4xMjlaIiBmaWxsPSIjRjBCOTBCIi8+CjxwYXRoIGQ9Ik0xMi43NDE5IDE1TDE1IDEyLjc0MTlMMTcuMjU4MSAxNUwxNSAxNy4yNTgxTDEyLjc0MTkgMTVaIiBmaWxsPSIjRjBCOTBCIi8+CjxwYXRoIGQ9Ik0xMS4xMjkgMTYuNjEyOUw4Ljg3MDk3IDE4Ljg3MUwxNSAyNUwyMS4xMjkgMTguODcxTDE4Ljg3MSAxNi42MTI5TDE1IDIwLjQ4MzlMMTEuMTI5IDE2LjYxMjlaIiBmaWxsPSIjRjBCOTBCIi8+CjxwYXRoIGQ9Ik0yMC40ODM5IDE1TDIyLjc0MTkgMTIuNzQxOUwyNSAxNUwyMi43NDE5IDE3LjI1ODFMMjAuNDgzOSAxNVoiIGZpbGw9IiNGMEI5MEIiLz4KPC9zdmc+Cg==", + "about_url": "https://www.binance.com/en/web3wallet", + "deepLink": "bnc://app.binance.com/cedefi/ton-connect", + "bridge": [ + { + "type": "js", + "key": "binancew3w" + }, + { + "type": "sse", + "url": "https://wallet.binance.com/tonbridge/bridge" + } + ], + "platforms": ["chrome", "safari", "ios", "android"], + "universal_url": "https://app.binance.com/cedefi/ton-connect" } ] From fd35f77a5f6637a6dc95f227daed52010b7bebaf Mon Sep 17 00:00:00 2001 From: fe-lucifer <66459447+fe-lucifer@users.noreply.github.com> Date: Tue, 24 Sep 2024 22:40:05 +0800 Subject: [PATCH 13/33] chore: move to the end of the list --- wallets-v2.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wallets-v2.json b/wallets-v2.json index df36bf5..a6ad214 100644 --- a/wallets-v2.json +++ b/wallets-v2.json @@ -169,7 +169,7 @@ ], "platforms": ["ios", "android", "chrome", "firefox"] }, - { + { "app_name": "okxTonWallet", "name": "OKX Wallet", "image": "https://static.okx.com/cdn/assets/imgs/247/58E63FEA47A2B7D7.png", From da8751b667fa6a8689e7ea47f7dda7506fb477a3 Mon Sep 17 00:00:00 2001 From: fe-lucifer <66459447+fe-lucifer@users.noreply.github.com> Date: Tue, 24 Sep 2024 23:07:27 +0800 Subject: [PATCH 14/33] chore: update logo --- wallets-v2.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wallets-v2.json b/wallets-v2.json index a6ad214..5421cca 100644 --- a/wallets-v2.json +++ b/wallets-v2.json @@ -232,7 +232,7 @@ { "app_name": "binanceWeb3TonWallet", "name": "Binance Web3 Wallet", - "image": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAzMCAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjMwIiBoZWlnaHQ9IjMwIiBmaWxsPSIjMEIwRTExIi8+CjxwYXRoIGQ9Ik01IDE1TDcuMjU4MDYgMTIuNzQxOUw5LjUxNjEzIDE1TDcuMjU4MDYgMTcuMjU4MUw1IDE1WiIgZmlsbD0iI0YwQjkwQiIvPgo8cGF0aCBkPSJNOC44NzA5NyAxMS4xMjlMMTUgNUwyMS4xMjkgMTEuMTI5TDE4Ljg3MSAxMy4zODcxTDE1IDkuNTE2MTNMMTEuMTI5IDEzLjM4NzFMOC44NzA5NyAxMS4xMjlaIiBmaWxsPSIjRjBCOTBCIi8+CjxwYXRoIGQ9Ik0xMi43NDE5IDE1TDE1IDEyLjc0MTlMMTcuMjU4MSAxNUwxNSAxNy4yNTgxTDEyLjc0MTkgMTVaIiBmaWxsPSIjRjBCOTBCIi8+CjxwYXRoIGQ9Ik0xMS4xMjkgMTYuNjEyOUw4Ljg3MDk3IDE4Ljg3MUwxNSAyNUwyMS4xMjkgMTguODcxTDE4Ljg3MSAxNi42MTI5TDE1IDIwLjQ4MzlMMTEuMTI5IDE2LjYxMjlaIiBmaWxsPSIjRjBCOTBCIi8+CjxwYXRoIGQ9Ik0yMC40ODM5IDE1TDIyLjc0MTkgMTIuNzQxOUwyNSAxNUwyMi43NDE5IDE3LjI1ODFMMjAuNDgzOSAxNVoiIGZpbGw9IiNGMEI5MEIiLz4KPC9zdmc+Cg==", + "image": "https://static-file-1306379396.file.myqcloud.com/static/binance-w3w/ton-provider/binancew3w.png", "about_url": "https://www.binance.com/en/web3wallet", "deepLink": "bnc://app.binance.com/cedefi/ton-connect", "bridge": [ @@ -245,7 +245,7 @@ "url": "https://wallet.binance.com/tonbridge/bridge" } ], - "platforms": ["chrome", "safari", "ios", "android"], + "platforms": ["chrome", "safari", "ios", "android"], "universal_url": "https://app.binance.com/cedefi/ton-connect" } ] From c07339d841c699b5feb1241c21ab3f3a0792fde6 Mon Sep 17 00:00:00 2001 From: fe-lucifer <66459447+fe-lucifer@users.noreply.github.com> Date: Tue, 24 Sep 2024 23:11:04 +0800 Subject: [PATCH 15/33] chore: update platforms --- wallets-v2.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wallets-v2.json b/wallets-v2.json index 5421cca..8e7f225 100644 --- a/wallets-v2.json +++ b/wallets-v2.json @@ -245,7 +245,7 @@ "url": "https://wallet.binance.com/tonbridge/bridge" } ], - "platforms": ["chrome", "safari", "ios", "android"], + "platforms": ["ios", "android", "macos", "windows", "linux"], "universal_url": "https://app.binance.com/cedefi/ton-connect" } ] From 6ef261e49525174d8e15541088831551c9c7122d Mon Sep 17 00:00:00 2001 From: fe-lucifer <66459447+fe-lucifer@users.noreply.github.com> Date: Wed, 25 Sep 2024 01:38:48 +0800 Subject: [PATCH 16/33] chore: change image host --- wallets-v2.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wallets-v2.json b/wallets-v2.json index ce3e270..e746225 100644 --- a/wallets-v2.json +++ b/wallets-v2.json @@ -269,7 +269,7 @@ { "app_name": "binanceWeb3TonWallet", "name": "Binance Web3 Wallet", - "image": "https://static-file-1306379396.file.myqcloud.com/static/binance-w3w/ton-provider/binancew3w.png", + "image": "https://public.bnbstatic.com/static/binance-w3w/ton-provider/binancew3w.png", "about_url": "https://www.binance.com/en/web3wallet", "deepLink": "bnc://app.binance.com/cedefi/ton-connect", "bridge": [ From 9d3ee450db9227f992d4d784e5ea475ee8a032f5 Mon Sep 17 00:00:00 2001 From: S_PONY Date: Wed, 25 Sep 2024 12:00:39 +0800 Subject: [PATCH 17/33] fix: update gate logo --- wallets-v2.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wallets-v2.json b/wallets-v2.json index e746225..6dfdc50 100644 --- a/wallets-v2.json +++ b/wallets-v2.json @@ -251,7 +251,7 @@ { "app_name": "GateWallet", "name": "GateWallet", - "image": "https://prd-web-imgs.s3.ap-northeast-1.amazonaws.com/prd-ordinal-imgs/0192a45e72abbdfb/gateIo.png", + "image": "https://img.gatedataimg.com/prd-ordinal-imgs/036f07bb8730716e/gateio-0925.png", "about_url": "https://www.gate.io/", "bridge": [ { From 16f12c5b296c4abe12a932cabaa77c1e01b0bbbc Mon Sep 17 00:00:00 2001 From: "quanquan.luo" Date: Mon, 14 Oct 2024 10:37:43 +0800 Subject: [PATCH 18/33] feat: add OKX Mini Wallet --- wallets-v2.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/wallets-v2.json b/wallets-v2.json index 6dfdc50..9882c4f 100644 --- a/wallets-v2.json +++ b/wallets-v2.json @@ -284,5 +284,19 @@ ], "platforms": ["ios", "android", "macos", "windows", "linux"], "universal_url": "https://app.binance.com/cedefi/ton-connect" + }, + { + "app_name": "okxMiniWallet", + "name": "OKX Mini Wallet", + "image": "https://static.okx.com/cdn/assets/imgs/247/58E63FEA47A2B7D7.png", + "about_url": "https://www.okx.com/web3", + "universal_url": "https://t.me/OKX_WALLET_BOT?attach=wallet", + "bridge": [ + { + "type": "sse", + "url": "https://www.okx.com/tonbridge/discover/rpc/bridge" + } + ], + "platforms": ["ios", "android", "macos", "windows", "linux"] } ] From 232720d6be9586246dff13ccc0c410cc4d19b233 Mon Sep 17 00:00:00 2001 From: ev-macfin <146023324+ev-macfin@users.noreply.github.com> Date: Thu, 17 Oct 2024 15:22:06 +0200 Subject: [PATCH 19/33] Update wallets-v2.json --- wallets-v2.json | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/wallets-v2.json b/wallets-v2.json index 8853976..e9d8680 100644 --- a/wallets-v2.json +++ b/wallets-v2.json @@ -211,20 +211,6 @@ "android" ] }, - { - "app_name": "fintopio-tg", - "name": "Fintopio Telegram", - "image": "https://fintopio.com/tonconnect-icon.png", - "about_url": "https://fintopio.com", - "universal_url": "https://t.me/fintopio?attach=wallet", - "bridge": [ - { - "type": "sse", - "url": "https://wallet-bridge.fintopio.com/bridge" - } - ], - "platforms": ["ios", "android", "macos", "windows", "linux"] - }, { "app_name": "hot", "name": "HOT", @@ -298,5 +284,19 @@ ], "platforms": ["ios", "android", "macos", "windows", "linux"], "universal_url": "https://app.binance.com/cedefi/ton-connect" + }, + { + "app_name": "fintopio-tg", + "name": "Fintopio Telegram", + "image": "https://fintopio.com/tonconnect-icon.png", + "about_url": "https://fintopio.com", + "universal_url": "https://t.me/fintopio?attach=wallet", + "bridge": [ + { + "type": "sse", + "url": "https://wallet-bridge.fintopio.com/bridge" + } + ], + "platforms": ["ios", "android", "macos", "windows", "linux"] } ] From 6c1a217f8b8dd594ffee8e807d96987ef72ac032 Mon Sep 17 00:00:00 2001 From: "quanquan.luo" Date: Tue, 22 Oct 2024 18:14:22 +0800 Subject: [PATCH 20/33] feat: update okx mini wallet logo --- wallets-v2.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wallets-v2.json b/wallets-v2.json index 9882c4f..04aafbc 100644 --- a/wallets-v2.json +++ b/wallets-v2.json @@ -288,7 +288,7 @@ { "app_name": "okxMiniWallet", "name": "OKX Mini Wallet", - "image": "https://static.okx.com/cdn/assets/imgs/247/58E63FEA47A2B7D7.png", + "image": "https://static.okx.com/cdn/assets/imgs/2410/32F531EF53080285.png", "about_url": "https://www.okx.com/web3", "universal_url": "https://t.me/OKX_WALLET_BOT?attach=wallet", "bridge": [ From 37e88587f4c4dae60207017c85ab6827fc51d77e Mon Sep 17 00:00:00 2001 From: ev-macfin <146023324+ev-macfin@users.noreply.github.com> Date: Tue, 22 Oct 2024 13:06:49 +0200 Subject: [PATCH 21/33] Update Fintopio wallet name in wallets-v2.json rename to just "Fintopio" --- wallets-v2.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wallets-v2.json b/wallets-v2.json index e9d8680..ffa1f09 100644 --- a/wallets-v2.json +++ b/wallets-v2.json @@ -287,7 +287,7 @@ }, { "app_name": "fintopio-tg", - "name": "Fintopio Telegram", + "name": "Fintopio", "image": "https://fintopio.com/tonconnect-icon.png", "about_url": "https://fintopio.com", "universal_url": "https://t.me/fintopio?attach=wallet", From 0707a953ac452a57a511ceea48b8671e1e682ecb Mon Sep 17 00:00:00 2001 From: weixuefeng Date: Thu, 24 Oct 2024 14:19:54 +0800 Subject: [PATCH 22/33] Update wallets-v2.json for gatewallet universal url --- wallets-v2.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wallets-v2.json b/wallets-v2.json index ffa1f09..ac45b0f 100644 --- a/wallets-v2.json +++ b/wallets-v2.json @@ -264,7 +264,7 @@ } ], "platforms": ["ios", "android"], - "universal_url": "https://gateio.onelink.me/DmA6/web3" + "universal_url": "https://gateio.go.link/gateio/web3?adj_t=1ff8khdw_1fu4ccc7" }, { "app_name": "binanceWeb3TonWallet", From fa5718d0dc612160ca700e969a287d4a41f5ff88 Mon Sep 17 00:00:00 2001 From: "quanquan.luo" Date: Fri, 1 Nov 2024 10:19:38 +0800 Subject: [PATCH 23/33] feat: replace okxTonWalletTr with okxMiniWallet --- wallets-v2.json | 38 +++++++------------------------------- 1 file changed, 7 insertions(+), 31 deletions(-) diff --git a/wallets-v2.json b/wallets-v2.json index 04aafbc..eb246d6 100644 --- a/wallets-v2.json +++ b/wallets-v2.json @@ -188,28 +188,18 @@ "platforms": ["chrome", "safari", "firefox", "ios", "android"] }, { - "app_name": "okxTonWalletTr", - "name": "OKX TR Wallet", - "image": "https://static.okx.com/cdn/assets/imgs/247/587A8296F0BB640F.png", - "about_url": "https://tr.okx.com/web3", - "universal_url": "https://tr.okx.com/download?appendQuery=true&deeplink=okxtr://web3/wallet/tonconnect", - "bridge": [ - { - "type": "js", - "key": "okxTonWallet" - }, + "app_name": "okxMiniWallet", + "name": "OKX Mini Wallet", + "image": "https://static.okx.com/cdn/assets/imgs/2410/32F531EF53080285.png", + "about_url": "https://www.okx.com/web3", + "universal_url": "https://t.me/OKX_WALLET_BOT?attach=wallet", + "bridge": [ { "type": "sse", "url": "https://www.okx.com/tonbridge/discover/rpc/bridge" } ], - "platforms": [ - "chrome", - "safari", - "firefox", - "ios", - "android" - ] + "platforms": ["ios", "android", "macos", "windows", "linux"] }, { "app_name": "hot", @@ -284,19 +274,5 @@ ], "platforms": ["ios", "android", "macos", "windows", "linux"], "universal_url": "https://app.binance.com/cedefi/ton-connect" - }, - { - "app_name": "okxMiniWallet", - "name": "OKX Mini Wallet", - "image": "https://static.okx.com/cdn/assets/imgs/2410/32F531EF53080285.png", - "about_url": "https://www.okx.com/web3", - "universal_url": "https://t.me/OKX_WALLET_BOT?attach=wallet", - "bridge": [ - { - "type": "sse", - "url": "https://www.okx.com/tonbridge/discover/rpc/bridge" - } - ], - "platforms": ["ios", "android", "macos", "windows", "linux"] } ] From e6712d251324afc4ab137a60dcfbb3b563635078 Mon Sep 17 00:00:00 2001 From: "quanquan.luo" Date: Tue, 5 Nov 2024 22:28:00 +0800 Subject: [PATCH 24/33] feat: update logo --- wallets-v2.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wallets-v2.json b/wallets-v2.json index eb246d6..dd3268c 100644 --- a/wallets-v2.json +++ b/wallets-v2.json @@ -190,7 +190,7 @@ { "app_name": "okxMiniWallet", "name": "OKX Mini Wallet", - "image": "https://static.okx.com/cdn/assets/imgs/2410/32F531EF53080285.png", + "image": "https://static.okx.com/cdn/assets/imgs/2411/8BE1A4A434D8F58A.png", "about_url": "https://www.okx.com/web3", "universal_url": "https://t.me/OKX_WALLET_BOT?attach=wallet", "bridge": [ From 53fdd8339fa436501df8a55519614433815f061f Mon Sep 17 00:00:00 2001 From: Reactive Fox Date: Sat, 9 Nov 2024 13:46:49 +0400 Subject: [PATCH 25/33] feat: temporary remove bybit wallet --- wallets-v2.json | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/wallets-v2.json b/wallets-v2.json index 8170d20..8884b70 100644 --- a/wallets-v2.json +++ b/wallets-v2.json @@ -219,25 +219,6 @@ ], "platforms": ["ios", "android", "macos", "windows", "linux"] }, - { - "app_name": "bybitTonWallet", - "name": "Bybit Wallet", - "image": "https://s1.bycsi.com/bybit/deadpool/image-ac5bf003d25c4ae0bd21f3725694a850.png", - "about_url": "https://www.bybit.com/web3", - "universal_url": "https://app.bybit.com/ton-connect", - "deepLink": "bybitapp://", - "bridge": [ - { - "type": "js", - "key": "bybitTonWallet" - }, - { - "type": "sse", - "url": "https://api-node.bybit.com/spot/api/web3/bridge/ton/bridge" - } - ], - "platforms": ["ios", "android", "chrome"] - }, { "app_name": "GateWallet", "name": "GateWallet", From c7e296060f8cbd01141f4995e7d89ff763fc6146 Mon Sep 17 00:00:00 2001 From: "potter.zhang" Date: Mon, 11 Nov 2024 15:44:23 +0800 Subject: [PATCH 26/33] feat: add Bybit wallet integration with replacing bybit logo url --- wallets-v2.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/wallets-v2.json b/wallets-v2.json index 8884b70..32ccf5b 100644 --- a/wallets-v2.json +++ b/wallets-v2.json @@ -269,5 +269,24 @@ } ], "platforms": ["ios", "android", "macos", "windows", "linux"] + }, + { + "app_name": "bybitTonWallet", + "name": "Bybit Wallet", + "image": "https://raw.githubusercontent.com/bybit-web3/bybit-web3.github.io/main/docs/images/bybit-logo.png", + "about_url": "https://www.bybit.com/web3", + "universal_url": "https://app.bybit.com/ton-connect", + "deepLink": "bybitapp://", + "bridge": [ + { + "type": "js", + "key": "bybitTonWallet" + }, + { + "type": "sse", + "url": "https://api-node.bybit.com/spot/api/web3/bridge/ton/bridge" + } + ], + "platforms": ["ios", "android", "chrome"] } ] From 0a1a8aac902461fd9a4e3898d8572834a26319c8 Mon Sep 17 00:00:00 2001 From: "potter.zhang" Date: Mon, 11 Nov 2024 16:20:31 +0800 Subject: [PATCH 27/33] feat: restore Bybit wallet integration with updated logo --- wallets-v2.json | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/wallets-v2.json b/wallets-v2.json index 32ccf5b..d5f0031 100644 --- a/wallets-v2.json +++ b/wallets-v2.json @@ -219,6 +219,25 @@ ], "platforms": ["ios", "android", "macos", "windows", "linux"] }, + { + "app_name": "bybitTonWallet", + "name": "Bybit Wallet", + "image": "https://raw.githubusercontent.com/bybit-web3/bybit-web3.github.io/main/docs/images/bybit-logo.png", + "about_url": "https://www.bybit.com/web3", + "universal_url": "https://app.bybit.com/ton-connect", + "deepLink": "bybitapp://", + "bridge": [ + { + "type": "js", + "key": "bybitTonWallet" + }, + { + "type": "sse", + "url": "https://api-node.bybit.com/spot/api/web3/bridge/ton/bridge" + } + ], + "platforms": ["ios", "android", "chrome"] + }, { "app_name": "GateWallet", "name": "GateWallet", @@ -269,24 +288,5 @@ } ], "platforms": ["ios", "android", "macos", "windows", "linux"] - }, - { - "app_name": "bybitTonWallet", - "name": "Bybit Wallet", - "image": "https://raw.githubusercontent.com/bybit-web3/bybit-web3.github.io/main/docs/images/bybit-logo.png", - "about_url": "https://www.bybit.com/web3", - "universal_url": "https://app.bybit.com/ton-connect", - "deepLink": "bybitapp://", - "bridge": [ - { - "type": "js", - "key": "bybitTonWallet" - }, - { - "type": "sse", - "url": "https://api-node.bybit.com/spot/api/web3/bridge/ton/bridge" - } - ], - "platforms": ["ios", "android", "chrome"] } ] From 53ce97beaf5bf52a75b34a8989e6de4950c84256 Mon Sep 17 00:00:00 2001 From: thekiba Date: Tue, 12 Nov 2024 20:49:00 +0400 Subject: [PATCH 28/33] feat: reorganize wallets list based on usage analytics --- wallets-v2.json | 160 ++++++++++++++++++++++++------------------------ 1 file changed, 80 insertions(+), 80 deletions(-) diff --git a/wallets-v2.json b/wallets-v2.json index d5f0031..1ec9d26 100644 --- a/wallets-v2.json +++ b/wallets-v2.json @@ -60,35 +60,56 @@ ] }, { - "app_name": "openmask", - "name": "OpenMask", - "image": "https://raw.githubusercontent.com/OpenProduct/openmask-extension/main/public/openmask-logo-288.png", - "about_url": "https://www.openmask.app/", + "app_name": "bitgetTonWallet", + "name": "Bitget Wallet", + "image": "https://raw.githubusercontent.com/bitkeepwallet/download/main/logo/png/bitget_wallet_logo_0_gas_fee.png", + "about_url": "https://web3.bitget.com", + "deepLink": "bitkeep://", "bridge": [ { "type": "js", - "key": "openmask" + "key": "bitgetTonWallet" + }, + { + "type": "sse", + "url": "https://ton-connect-bridge.bgwapi.io/bridge" } ], - "platforms": ["chrome"] + "platforms": ["ios", "android", "chrome"], + "universal_url": "https://bkcode.vip/ton-connect" }, { - "app_name": "tonhub", - "name": "Tonhub", - "image": "https://tonhub.com/tonconnect_logo.png", - "about_url": "https://tonhub.com", - "universal_url": "https://tonhub.com/ton-connect", + "app_name": "binanceWeb3TonWallet", + "name": "Binance Web3 Wallet", + "image": "https://public.bnbstatic.com/static/binance-w3w/ton-provider/binancew3w.png", + "about_url": "https://www.binance.com/en/web3wallet", + "deepLink": "bnc://app.binance.com/cedefi/ton-connect", "bridge": [ { "type": "js", - "key": "tonhub" + "key": "binancew3w" }, { "type": "sse", - "url": "https://connect.tonhubapi.com/tonconnect" + "url": "https://wallet.binance.com/tonbridge/bridge" } ], - "platforms": ["ios", "android"] + "platforms": ["ios", "android", "macos", "windows", "linux"], + "universal_url": "https://app.binance.com/cedefi/ton-connect" + }, + { + "app_name": "fintopio-tg", + "name": "Fintopio", + "image": "https://fintopio.com/tonconnect-icon.png", + "about_url": "https://fintopio.com", + "universal_url": "https://t.me/fintopio?attach=wallet", + "bridge": [ + { + "type": "sse", + "url": "https://wallet-bridge.fintopio.com/bridge" + } + ], + "platforms": ["ios", "android", "macos", "windows", "linux"] }, { "app_name": "dewallet", @@ -105,71 +126,70 @@ "platforms": ["ios", "android", "macos", "windows", "linux"] }, { - "app_name": "xtonwallet", - "name": "XTONWallet", - "image": "https://xtonwallet.com/assets/img/icon-256-back.png", - "about_url": "https://xtonwallet.com", + "app_name": "safepalwallet", + "name": "SafePal", + "image": "https://s.pvcliping.com/web/public_image/SafePal_x288.png", + "tondns": "", + "about_url": "https://www.safepal.com", + "universal_url": "https://link.safepal.io/ton-connect", + "deepLink": "safepal-tc://", "bridge": [ { - "type": "js", - "key": "xtonwallet" + "type": "sse", + "url": "https://ton-bridge.safepal.com/tonbridge/v1/bridge" + }, + { + "type": "js", + "key": "safepalwallet" } ], - "platforms": ["chrome", "firefox"] + "platforms": ["ios", "android", "chrome", "firefox"] }, { - "app_name": "tonwallet", - "name": "TON Wallet", - "image": "https://wallet.ton.org/assets/ui/qr-logo.png", - "about_url": "https://chrome.google.com/webstore/detail/ton-wallet/nphplpgoakhhjchkkhmiggakijnkhfnd", + "app_name": "openmask", + "name": "OpenMask", + "image": "https://raw.githubusercontent.com/OpenProduct/openmask-extension/main/public/openmask-logo-288.png", + "about_url": "https://www.openmask.app/", "bridge": [ { "type": "js", - "key": "tonwallet" + "key": "openmask" } ], "platforms": ["chrome"] }, { - "app_name": "bitgetTonWallet", - "name": "Bitget Wallet", - "image": "https://raw.githubusercontent.com/bitkeepwallet/download/main/logo/png/bitget_wallet_logo_0_gas_fee.png", - "about_url": "https://web3.bitget.com", - "deepLink": "bitkeep://", + "app_name": "tonhub", + "name": "Tonhub", + "image": "https://tonhub.com/tonconnect_logo.png", + "about_url": "https://tonhub.com", + "universal_url": "https://tonhub.com/ton-connect", "bridge": [ { "type": "js", - "key": "bitgetTonWallet" + "key": "tonhub" }, { "type": "sse", - "url": "https://ton-connect-bridge.bgwapi.io/bridge" + "url": "https://connect.tonhubapi.com/tonconnect" } ], - "platforms": ["ios", "android", "chrome"], - "universal_url": "https://bkcode.vip/ton-connect" + "platforms": ["ios", "android"] }, { - "app_name": "safepalwallet", - "name": "SafePal", - "image": "https://s.pvcliping.com/web/public_image/SafePal_x288.png", - "tondns": "", - "about_url": "https://www.safepal.com", - "universal_url": "https://link.safepal.io/ton-connect", - "deepLink": "safepal-tc://", - "bridge": [ - { - "type": "sse", - "url": "https://ton-bridge.safepal.com/tonbridge/v1/bridge" - }, - { + "app_name": "xtonwallet", + "name": "XTONWallet", + "image": "https://xtonwallet.com/assets/img/icon-256-back.png", + "about_url": "https://xtonwallet.com", + "bridge": [ + { "type": "js", - "key": "safepalwallet" - } - ], - "platforms": ["ios", "android", "chrome", "firefox"] - }, - { + "key": "xtonwallet" + } + ], + "platforms": ["chrome", "firefox"] + }, + { "app_name": "okxTonWallet", "name": "OKX Wallet", "image": "https://static.okx.com/cdn/assets/imgs/247/58E63FEA47A2B7D7.png", @@ -257,36 +277,16 @@ "universal_url": "https://gateio.go.link/gateio/web3?adj_t=1ff8khdw_1fu4ccc7" }, { - "app_name": "binanceWeb3TonWallet", - "name": "Binance Web3 Wallet", - "image": "https://public.bnbstatic.com/static/binance-w3w/ton-provider/binancew3w.png", - "about_url": "https://www.binance.com/en/web3wallet", - "deepLink": "bnc://app.binance.com/cedefi/ton-connect", + "app_name": "tonwallet", + "name": "TON Wallet", + "image": "https://wallet.ton.org/assets/ui/qr-logo.png", + "about_url": "https://chrome.google.com/webstore/detail/ton-wallet/nphplpgoakhhjchkkhmiggakijnkhfnd", "bridge": [ { "type": "js", - "key": "binancew3w" - }, - { - "type": "sse", - "url": "https://wallet.binance.com/tonbridge/bridge" - } - ], - "platforms": ["ios", "android", "macos", "windows", "linux"], - "universal_url": "https://app.binance.com/cedefi/ton-connect" - }, - { - "app_name": "fintopio-tg", - "name": "Fintopio", - "image": "https://fintopio.com/tonconnect-icon.png", - "about_url": "https://fintopio.com", - "universal_url": "https://t.me/fintopio?attach=wallet", - "bridge": [ - { - "type": "sse", - "url": "https://wallet-bridge.fintopio.com/bridge" + "key": "tonwallet" } ], - "platforms": ["ios", "android", "macos", "windows", "linux"] + "platforms": ["chrome"] } ] From a985342730b3a52a829a9b7af0b353104d21ba90 Mon Sep 17 00:00:00 2001 From: "armend (bitget)" Date: Fri, 15 Nov 2024 14:27:55 +0800 Subject: [PATCH 29/33] bitget web3 --- wallets-v2.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/wallets-v2.json b/wallets-v2.json index 1ec9d26..554a925 100644 --- a/wallets-v2.json +++ b/wallets-v2.json @@ -288,5 +288,19 @@ } ], "platforms": ["chrome"] + }, + { + "app_name": "BitgetWeb3", + "name": "BitgetWeb3", + "image": "https://img.bitgetimg.com/image/third/1731638059795.png", + "about_url": "​https://www.bitget.com", + "universal_url": "https://t.me/BitgetOfficialBot?attach=wallet", + "bridge": [ + { + "type": "sse", + "url": "https://ton-connect-bridge.bgwapi.io/bridge" + } + ], + "platforms": ["ios", "android", "windows", "macos", "linux"] } ] From b015132467497f7f95785048678bf9fa266fa121 Mon Sep 17 00:00:00 2001 From: Reactive Fox Date: Mon, 18 Nov 2024 14:55:22 +0400 Subject: [PATCH 30/33] feat: remove `mode=compact` from wallet's universal link temporarily --- wallets-v2.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wallets-v2.json b/wallets-v2.json index 554a925..95cdb68 100644 --- a/wallets-v2.json +++ b/wallets-v2.json @@ -4,7 +4,7 @@ "name": "Wallet", "image": "https://wallet.tg/images/logo-288.png", "about_url": "https://wallet.tg/", - "universal_url": "https://t.me/wallet?attach=wallet&mode=compact", + "universal_url": "https://t.me/wallet?attach=wallet", "bridge": [ { "type": "sse", From 36882803d6ae60873ab0c333372a21d040fc324e Mon Sep 17 00:00:00 2001 From: dungle Date: Tue, 19 Nov 2024 15:44:28 +0700 Subject: [PATCH 31/33] feat: add Tobi wallet --- wallets-v2.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/wallets-v2.json b/wallets-v2.json index 95cdb68..f708c19 100644 --- a/wallets-v2.json +++ b/wallets-v2.json @@ -302,5 +302,25 @@ } ], "platforms": ["ios", "android", "windows", "macos", "linux"] + }, + { + "app_name": "tobi", + "name": "Tobi", + "image": "https://app.tobiwallet.app/icons/logo.png", + "about_url": "https://tobi.fun", + "universal_url": "https://t.me/TobiCopilotBot?attach=wallet", + "bridge": [ + { + "type": "sse", + "url": "https://ton-bridge.tobiwallet.app/bridge" + } + ], + "platforms": [ + "ios", + "android", + "macos", + "windows", + "linux" + ] } ] From b55728b2ea53203bb911832b9560d94ae5d7f0b3 Mon Sep 17 00:00:00 2001 From: Reactive Fox Date: Tue, 19 Nov 2024 14:21:37 +0400 Subject: [PATCH 32/33] feat: use alternative bridge url for ton space temporarily --- wallets-v2.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wallets-v2.json b/wallets-v2.json index 95cdb68..0ab9def 100644 --- a/wallets-v2.json +++ b/wallets-v2.json @@ -8,7 +8,7 @@ "bridge": [ { "type": "sse", - "url": "https://bridge.ton.space/bridge" + "url": "https://walletbot.me/tonconnect-bridge/bridge" } ], "platforms": ["ios", "android", "macos", "windows", "linux"] From 31cc8e7c1db11ed0a857c6a72af6e832af78f5d1 Mon Sep 17 00:00:00 2001 From: Dung1312091 Date: Sat, 23 Nov 2024 08:20:24 +0700 Subject: [PATCH 33/33] Update Tobi image size --- wallets-v2.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wallets-v2.json b/wallets-v2.json index f708c19..e97fe04 100644 --- a/wallets-v2.json +++ b/wallets-v2.json @@ -306,7 +306,7 @@ { "app_name": "tobi", "name": "Tobi", - "image": "https://app.tobiwallet.app/icons/logo.png", + "image": "https://app.tobiwallet.app/icons/logo-288.png", "about_url": "https://tobi.fun", "universal_url": "https://t.me/TobiCopilotBot?attach=wallet", "bridge": [