From 30fe2ae284008b14c720bd20660ee341059213ba Mon Sep 17 00:00:00 2001 From: Wayne Date: Mon, 22 Jul 2024 16:20:33 +0800 Subject: [PATCH 1/4] add Crypto.com DeFi Wallet --- wallets-v2.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/wallets-v2.json b/wallets-v2.json index 84c783c..41cbfe5 100644 --- a/wallets-v2.json +++ b/wallets-v2.json @@ -210,5 +210,20 @@ "ios", "android" ] + }, + { + "app_name": "cdcTonWallet", + "name": "Crypto.com DeFi Wallet", + "image": "https://apro-ncw-api-file.crypto.com/wallet/logo", + "about_url": "https://crypto.com/defi-wallet", + "universal_url": "https://wallet.crypto.com/deeplink/ton-connect", + "deepLink": "dfw://", + "bridge": [ + { + "type": "js", + "key": "cdcTonWallet" + } + ], + "platforms": ["ios", "android", "chrome"] } ] From fa153c86cc135c8ec6aaab00ed1e7db308cdfc46 Mon Sep 17 00:00:00 2001 From: Wayne Date: Mon, 22 Jul 2024 16:34:23 +0800 Subject: [PATCH 2/4] add sse bridge info --- wallets-v2.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/wallets-v2.json b/wallets-v2.json index 41cbfe5..6cff1c8 100644 --- a/wallets-v2.json +++ b/wallets-v2.json @@ -222,6 +222,10 @@ { "type": "js", "key": "cdcTonWallet" + }, + { + "type": "sse", + "url": "https://bridge.tonapi.io/bridge" } ], "platforms": ["ios", "android", "chrome"] From ada6e638bb522319b8d9655ca898932e62a94319 Mon Sep 17 00:00:00 2001 From: Wayne <73575470+WayneLaw-Crypto@users.noreply.github.com> Date: Mon, 9 Sep 2024 15:17:17 +0800 Subject: [PATCH 3/4] 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 1701aaa..3ce61c7 100644 --- a/wallets-v2.json +++ b/wallets-v2.json @@ -246,7 +246,7 @@ "url": "https://api-node.bybit.com/spot/api/web3/bridge/ton/bridge" } ], - "platforms": ["ios", "android"] + "platforms": ["ios", "android", "chrome"] }, { "app_name": "cdcTonWallet", @@ -267,4 +267,4 @@ ], "platforms": ["ios", "android", "chrome"] } -] \ No newline at end of file +] From 142fa233edd351e04cd6a3ca8647c205135f2467 Mon Sep 17 00:00:00 2001 From: Wayne <73575470+WayneLaw-Crypto@users.noreply.github.com> Date: Wed, 11 Sep 2024 11:07:56 +0800 Subject: [PATCH 4/4] 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 3ce61c7..165e520 100644 --- a/wallets-v2.json +++ b/wallets-v2.json @@ -251,7 +251,7 @@ { "app_name": "cdcTonWallet", "name": "Crypto.com DeFi Wallet", - "image": "https://apro-ncw-api-file.crypto.com/wallet/logo", + "image": "https://apro-ncw-api-file.crypto.com/wallet/logo.png", "about_url": "https://crypto.com/defi-wallet", "universal_url": "https://wallet.crypto.com/deeplink/ton-connect", "deepLink": "dfw://",