Skip to content

Instantly share code, notes, and snippets.

@siandreev
Last active May 10, 2023 08:02
Show Gist options
  • Save siandreev/8043a167d4e44f9ae1cc9622038ea57d to your computer and use it in GitHub Desktop.
Save siandreev/8043a167d4e44f9ae1cc9622038ea57d to your computer and use it in GitHub Desktop.
Wallets list
[
{
"name": "Tonkeeper",
"image": "https://tonkeeper.com/assets/tonconnect-icon.png",
"tondns": "tonkeeper.ton",
"about_url": "https://tonkeeper.com",
"universal_url": "https://app.tonkeeper.com/ton-connect",
"bridge": [
{
"type": "sse",
"url": "https://bridge01.subgroup.org/bridge/events "
},
{
"type": "js",
"key": "tonkeeper"
}
]
},
{
"name": "MyTonWallet",
"image": "https://mytonwallet.io/icon-256.png",
"about_url": "https://mytonwallet.io",
"bridge": [
{
"type": "js",
"key": "mytonwallet"
}
]
},
{
"name": "TonSafe",
"image": "https://app.tonsafe.net/images/tonsafe-prime-300x300.png",
"about_url": "https://tonsafe.net/about",
"universal_url": "https://app.tonsafe.net/ton-connect",
"bridge": [
{
"type": "sse",
"url": "https://bridge.tonapi.io/bridge"
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment