From 61f793ff7fead106d4a5f025fb63c69542e8c0a4 Mon Sep 17 00:00:00 2001 From: Frankie Date: Mon, 28 Oct 2024 08:36:23 +0700 Subject: [PATCH] Add u2u wallet --- wallets-v2.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/wallets-v2.json b/wallets-v2.json index 4a2cb80..421df0b 100644 --- a/wallets-v2.json +++ b/wallets-v2.json @@ -322,5 +322,21 @@ "windows", "linux" ] + }, + { + "app_name": "u2uWallet", + "name": "U2U Wallet", + "image": "https://u2-images.s3.ap-southeast-1.amazonaws.com/hdw/logo.jpg", + "about_url": "https://u2u.xyz/ecosystem", + "deepLink": "u2wallet-tc://", + "universal_url": "https://u2u-wallet-app.uniultra.xyz/ton-connect", + "bridge": [ + { + "type": "sse", + "url": "https://ton-bridge.uniultra.xyz/bridge" + } + + ], + "platforms": ["ios", "android"] } ]