From dc650533fb0aa737d8cdf86e37645e88f150e10d Mon Sep 17 00:00:00 2001 From: brianjambo Date: Mon, 14 Oct 2024 15:24:01 +0700 Subject: [PATCH 1/3] Add Jambo Wallet Config --- wallets-v2.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/wallets-v2.json b/wallets-v2.json index 6dfdc50..fad9c6b 100644 --- a/wallets-v2.json +++ b/wallets-v2.json @@ -284,5 +284,24 @@ ], "platforms": ["ios", "android", "macos", "windows", "linux"], "universal_url": "https://app.binance.com/cedefi/ton-connect" + }, + { + "app_name": "jambo", + "name": "Jambo", + "image": "https://cdn-prod.jambotechnology.xyz/content/jambo_288x288_02da416a6c.png", + "about_url": "https://www.jambo.technology/", + "deepLink": "tonconnect://", + "universal_url": "https://jamboapp.com/tonconnect", + "bridge": [ + { + "type": "js", + "key": "jambo" + }, + { + "type": "sse", + "url": "https://api.jambotechnology.xyz/bridge/" + } + ], + "platforms": ["android"] } ] From 8edbc9f90bef7525025ae82caeeded307fa75b70 Mon Sep 17 00:00:00 2001 From: brianjambo Date: Tue, 29 Oct 2024 06:04:26 +0700 Subject: [PATCH 2/3] Change deeplink --- wallets-v2.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wallets-v2.json b/wallets-v2.json index 9323a76..f86fd2b 100644 --- a/wallets-v2.json +++ b/wallets-v2.json @@ -304,7 +304,7 @@ "name": "Jambo", "image": "https://cdn-prod.jambotechnology.xyz/content/jambo_288x288_02da416a6c.png", "about_url": "https://www.jambo.technology/", - "deepLink": "tonconnect://", + "deepLink": "jambotc://", "universal_url": "https://jamboapp.com/tonconnect", "bridge": [ { From 5f1a73ef14be419d12e2567e9450a7895b4bf58c Mon Sep 17 00:00:00 2001 From: brianjambo Date: Tue, 29 Oct 2024 06:42:34 +0700 Subject: [PATCH 3/3] Update universal link --- wallets-v2.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wallets-v2.json b/wallets-v2.json index f86fd2b..00a44ee 100644 --- a/wallets-v2.json +++ b/wallets-v2.json @@ -305,15 +305,15 @@ "image": "https://cdn-prod.jambotechnology.xyz/content/jambo_288x288_02da416a6c.png", "about_url": "https://www.jambo.technology/", "deepLink": "jambotc://", - "universal_url": "https://jamboapp.com/tonconnect", + "universal_url": "https://jambophone.xyz/", "bridge": [ { "type": "js", - "key": "jambo" + "key": "jambowallet" }, { "type": "sse", - "url": "https://api.jambotechnology.xyz/bridge/" + "url": "https://bridge.tonapi.io/bridge" } ], "platforms": ["android"]