diff --git a/wallets-v2.json b/wallets-v2.json index 89e6630..dac8881 100644 --- a/wallets-v2.json +++ b/wallets-v2.json @@ -575,5 +575,26 @@ } ], "platforms": ["ios", "android", "macos", "windows", "linux"] + }, + { + "app_name": "tongate", + "name": "TonGate", + "image": "https://tongate.app/assets/images/tongate_icon.png", + "about_url": "https://tongate.app", + "universal_url": "https://tongate.app/connect", + "bridge": [ + { + "type": "sse", + "url": "https://bridge.tonapi.io/bridge" + } + ], + "platforms": ["ios", "android"], + "features": [ + { + "name": "SendTransaction", + "maxMessages": 4, + "extraCurrencySupported": false + } + ] } ] \ No newline at end of file diff --git a/wallets.json b/wallets.json index 5b59f14..b361c4b 100644 --- a/wallets.json +++ b/wallets.json @@ -118,5 +118,19 @@ } ], "platforms": ["chrome"] + }, + { + "app_name": "tongate", + "name": "TonGate", + "image": "https://tongate.app/assets/images/tongate_icon.png", + "about_url": "https://tongate.app", + "universal_url": "https://tongate.app/connect", + "bridge": [ + { + "type": "sse", + "url": "https://bridge.tonapi.io/bridge" + } + ], + "platforms": ["ios", "android"] } ]