diff --git a/wallets-v2.json b/wallets-v2.json index b8b933f..6a3e242 100644 --- a/wallets-v2.json +++ b/wallets-v2.json @@ -350,5 +350,35 @@ } ], "platforms": ["ios", "android", "macos", "windows", "linux"] - } + }, + { + "app_name": "walletverse", + "name": "Walletverse", + "image": "https://bridge.walletverse.io/logo.png", + "about_url": "https://walletverse.io", + "universal_url": "https://bridge.walletverse.io/tonconnect", + "deepLink": "walletverse-tc://", + "bridge": [ + { + "type": "sse", + "url": "https://connect.ton.org/bridge" + }, + { + "type": "js", + "key": "walletverse" + } + ], + "features": [ + { + "name": "SendTransaction", + "maxMessages": 4, + "extraCurrencySupported": false + }, + { + "name": "SignData", + "types": ["text", "binary", "cell"] + } + ], + "platforms": ["ios", "android"] + } ]