From 19f7d1651c67c5750438cce326f849cd07bc7d42 Mon Sep 17 00:00:00 2001 From: onidev1 Date: Tue, 1 Apr 2025 16:42:10 +0300 Subject: [PATCH 1/3] Update wallets-v2.json --- wallets-v2.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/wallets-v2.json b/wallets-v2.json index de89cd8..8491152 100644 --- a/wallets-v2.json +++ b/wallets-v2.json @@ -540,5 +540,26 @@ "extraCurrencySupported": false } ] + }, + { + "app_name": "kolo", + "name": "Kolo", + "image": "https://raw.githubusercontent.com/onidev1/tc-assets/refs/heads/main/kolo_logo_288.png", + "about_url": "https://kolo.xyz", + "universal_url": "https://t.me/kolo/app?attach=wallet", + "bridge": [ + { + "type": "sse", + "url": "https://web3-bridge.kolo.in/" + } + ], + "platforms": ["ios", "android", "macos", "windows", "linux"], + "features": [ + { + "name": "SendTransaction", + "maxMessages": 4, + "extraCurrencySupported": false + } + ] } ] From 4115e38a413da36c9bea15c205e39e639edb2ffb Mon Sep 17 00:00:00 2001 From: onidev1 Date: Tue, 22 Apr 2025 12:21:00 +0300 Subject: [PATCH 2/3] Updated bridge url --- wallets-v2.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wallets-v2.json b/wallets-v2.json index 8491152..9fa105b 100644 --- a/wallets-v2.json +++ b/wallets-v2.json @@ -550,7 +550,7 @@ "bridge": [ { "type": "sse", - "url": "https://web3-bridge.kolo.in/" + "url": "https://web3-bridge.kolo.in/bridge" } ], "platforms": ["ios", "android", "macos", "windows", "linux"], From 5c1aa21a99a0351c98814b245bb6feaa50f24646 Mon Sep 17 00:00:00 2001 From: onidev1 Date: Tue, 22 Apr 2025 12:23:10 +0300 Subject: [PATCH 3/3] 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 9fa105b..8669667 100644 --- a/wallets-v2.json +++ b/wallets-v2.json @@ -542,7 +542,7 @@ ] }, { - "app_name": "kolo", + "app_name": "koloWeb3Wallet", "name": "Kolo", "image": "https://raw.githubusercontent.com/onidev1/tc-assets/refs/heads/main/kolo_logo_288.png", "about_url": "https://kolo.xyz",