From b55728b2ea53203bb911832b9560d94ae5d7f0b3 Mon Sep 17 00:00:00 2001
From: Reactive Fox
Date: Tue, 19 Nov 2024 14:21:37 +0400
Subject: [PATCH] feat: use alternative bridge url for ton space temporarily
---
wallets-v2.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/wallets-v2.json b/wallets-v2.json
index 95cdb68..0ab9def 100644
--- a/wallets-v2.json
+++ b/wallets-v2.json
@@ -8,7 +8,7 @@
"bridge": [
{
"type": "sse",
- "url": "https://bridge.ton.space/bridge"
+ "url": "https://walletbot.me/tonconnect-bridge/bridge"
}
],
"platforms": ["ios", "android", "macos", "windows", "linux"]