-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathton.providers.config.json
78 lines (78 loc) · 2.95 KB
/
ton.providers.config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{"providers": [
{
"appName": "tonwallet",
"name": "TON Wallet",
"imageUrl": "https://wallet.ton.org/assets/ui/qr-logo.png",
"aboutUrl": "https://chrome.google.com/webstore/detail/ton-wallet/nphplpgoakhhjchkkhmiggakijnkhfnd",
"universalLink": "https://wallet.ton.org/ton-connect",
"jsBridgeKey": "tonwallet",
"bridgeUrl": "https://bridge.tonapi.io/bridge",
"platforms": ["chrome", "android"]
},
{
"appName": "nicegramWallet",
"name": "Nicegram Wallet",
"imageUrl": "https://static.nicegram.app/icon.png",
"aboutUrl": "https://nicegram.app",
"universalLink": "https://nicegram.app/tc",
"deepLink": "nicegram-tc://",
"jsBridgeKey": "nicegramWallet",
"bridgeUrl": "https://bridge.tonapi.io/bridge",
"platforms": ["ios", "android"]
},
{
"appName": "tokenpocket",
"name": "TokenPocket",
"imageUrl": "https://hk.tpstatic.net/logo/tokenpocket.png",
"aboutUrl": "https://tokenpocket.pro",
"jsBridgeKey": "tokenpocket",
"platforms": ["ios", "android"]
},
{
"appName": "dewallet",
"name": "DeWallet",
"imageUrl": "https://raw.githubusercontent.com/delab-team/manifests-images/main/WalletAvatar.png",
"aboutUrl": "https://delabwallet.com",
"universalLink": "https://t.me/dewallet?attach=wallet",
"bridgeUrl": "https://bridge.dewallet.pro/bridge",
"platforms": ["ios", "android", "macos", "windows", "linux"]
},
{
"appName": "BitgetWeb3",
"name": "BitgetWeb3",
"imageUrl": "https://img.bitgetimg.com/image/third/1723701408284.png",
"aboutUrl": "https://www.bitget.com",
"universalLink": "https://t.me/BitgetOfficialBot?attach=wallet",
"bridgeUrl": "https://ton-connect-bridge.bgwapi.io/bridge",
"platforms": ["ios", "android", "windows", "macos", "linux"]
},
{
"appName": "cdcTonWallet",
"name": "Crypto.com DeFi Wallet",
"imageUrl": "https://apro-ncw-api-file.crypto.com/wallet/logo",
"aboutUrl": "https://crypto.com/defi-wallet",
"universalLink": "https://wallet.crypto.com/deeplink/ton-connect",
"deepLink": "dfw://",
"jsBridgeKey": "cdcTonWallet",
"bridgeUrl": "https://wallet.crypto.com/sse/tonbridge",
"platforms": ["ios", "android", "chrome"]
},
{
"appName": "tobi",
"name": "Tobi",
"imageUrl": "https://app.tobiwallet.app/icons/logo.png",
"aboutUrl": "https://tobi.fun",
"universalLink": "https://t.me/TobiWalletBot?attach=wallet",
"bridgeUrl": "https://bridge.tonapi.io/bridge",
"platforms": ["ios", "android", "macos", "windows", "linux"]
},
{
"appName": "trustwalletTon",
"name": "Trust",
"imageUrl": "https://assets-cdn.trustwallet.com/dapps/trust.logo.png",
"aboutUrl": "https://trustwallet.com/about-us",
"bridgeUrl": "https://tonconnect.trustwallet.com/",
"jsBridgeKey": "trustwalletTon",
"platforms": ["chrome", "ios", "android"]
}
]}