From c85fe8423027ea44b9cb56e29967004bfa138b96 Mon Sep 17 00:00:00 2001 From: onidev1 Date: Thu, 22 May 2025 15:26:04 +0300 Subject: [PATCH] Update wallets-v2.json --- wallets-v2.json | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/wallets-v2.json b/wallets-v2.json index db05449..c78621a 100644 --- a/wallets-v2.json +++ b/wallets-v2.json @@ -598,5 +598,30 @@ "extraCurrencySupported": true } ] - } + }, + { + "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", + "universal_url": "https://t.me/kolo?attach=wallet", + "bridge": [ + { + "type": "js", + "key": "koloWeb3Wallet" + }, + { + "type": "sse", + "url": "https://web3-bridge.kolo.in/" + } + ], + "platforms": ["ios", "android", "macos", "windows", "linux"], + "features": [ + { + "name": "SendTransaction", + "maxMessages": 255, + "extraCurrencySupported": false + } + ] +} ]