From b9cdbab02906976cadd674526684476277403bc2 Mon Sep 17 00:00:00 2001
From: thekiba
Date: Tue, 19 Nov 2024 15:10:54 +0400
Subject: [PATCH] feat: adding ton space wallet config
---
src/App.tsx | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/src/App.tsx b/src/App.tsx
index a481844..6af9d84 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -13,6 +13,15 @@ function App() {
uiPreferences={{ theme: THEME.DARK }}
walletsListConfiguration={{
includeWallets: [
+ {
+ appName: "telegram-wallet",
+ name: "Wallet",
+ imageUrl: "https://wallet.tg/images/logo-288.png",
+ aboutUrl: "https://wallet.tg/",
+ universalLink: "https://t.me/wallet?attach=wallet",
+ bridgeUrl: "https://bridge.ton.space/bridge",
+ platforms: ["ios", "android", "macos", "windows", "linux"]
+ },
{
appName: "tonwallet",
name: "TON Wallet",