forked from ton-blockchain/wallets-list
-
Notifications
You must be signed in to change notification settings - Fork 0
/
wallets-v2.json
172 lines (172 loc) · 4.29 KB
/
wallets-v2.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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
[
{
"app_name": "telegram-wallet",
"name": "Wallet",
"image": "https://wallet.tg/images/logo-288.png",
"about_url": "https://wallet.tg/",
"universal_url": "https://t.me/wallet?attach=wallet",
"bridge": [
{
"type": "sse",
"url": "https://bridge.ton.space/bridge"
}
],
"platforms": ["ios", "android", "macos", "windows", "linux"]
},
{
"app_name": "tonkeeper",
"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",
"deepLink": "tonkeeper-tc://",
"bridge": [
{
"type": "sse",
"url": "https://bridge.tonapi.io/bridge"
},
{
"type": "js",
"key": "tonkeeper"
}
],
"platforms": ["ios", "android", "chrome", "firefox", "macos"]
},
{
"app_name": "mytonwallet",
"name": "MyTonWallet",
"image": "https://mytonwallet.io/icon-256.png",
"about_url": "https://mytonwallet.io",
"universal_url": "https://connect.mytonwallet.org",
"bridge": [
{
"type": "js",
"key": "mytonwallet"
},
{
"type": "sse",
"url": "https://tonconnectbridge.mytonwallet.org/bridge/"
}
],
"platforms": [
"chrome",
"windows",
"macos",
"linux",
"ios",
"android",
"firefox"
]
},
{
"app_name": "openmask",
"name": "OpenMask",
"image": "https://raw.githubusercontent.com/OpenProduct/openmask-extension/main/public/openmask-logo-288.png",
"about_url": "https://www.openmask.app/",
"bridge": [
{
"type": "js",
"key": "openmask"
}
],
"platforms": ["chrome"]
},
{
"app_name": "tonhub",
"name": "Tonhub",
"image": "https://tonhub.com/tonconnect_logo.png",
"about_url": "https://tonhub.com",
"universal_url": "https://tonhub.com/ton-connect",
"bridge": [
{
"type": "js",
"key": "tonhub"
},
{
"type": "sse",
"url": "https://connect.tonhubapi.com/tonconnect"
}
],
"platforms": ["ios", "android"]
},
{
"app_name": "dewallet",
"name": "DeWallet",
"image": "https://raw.githubusercontent.com/delab-team/manifests-images/main/WalletAvatar.png",
"about_url": "https://delabwallet.com",
"universal_url": "https://t.me/dewallet?attach=wallet",
"bridge": [
{
"type": "sse",
"url": "https://sse-bridge.delab.team/bridge"
}
],
"platforms": ["ios", "android"]
},
{
"app_name": "xtonwallet",
"name": "XTONWallet",
"image": "https://xtonwallet.com/assets/img/icon-256-back.png",
"about_url": "https://xtonwallet.com",
"bridge": [
{
"type": "js",
"key": "xtonwallet"
}
],
"platforms": ["chrome", "firefox"]
},
{
"app_name": "tonwallet",
"name": "TON Wallet",
"image": "https://wallet.ton.org/assets/ui/qr-logo.png",
"about_url": "https://chrome.google.com/webstore/detail/ton-wallet/nphplpgoakhhjchkkhmiggakijnkhfnd",
"bridge": [
{
"type": "js",
"key": "tonwallet"
}
],
"platforms": ["chrome"]
},
{
"app_name": "bitgetTonWallet",
"name": "Bitget Wallet",
"image": "https://raw.githubusercontent.com/bitkeepwallet/download/main/logo/png/bitget%20wallet_logo_iOS.png",
"about_url": "https://web3.bitget.com",
"deepLink": "bitkeep://",
"bridge": [
{
"type": "js",
"key": "bitgetTonWallet"
},
{
"type": "sse",
"url": "https://bridge.tonapi.io/bridge"
}
],
"platforms": ["ios", "android", "chrome"],
"universal_url": "https://bkcode.vip/ton-connect"
},
{
"app_name": "safepalwallet",
"name": "SafePal",
"image": "https://s.pvcliping.com/web/public_image/SafePal_x288.png",
"tondns": "",
"about_url": "https://www.safepal.com",
"universal_url": "https://link.safepal.io/ton-connect",
"deepLink": "safepal-tc://",
"bridge": [
{
"type": "sse",
"url": "https://ton-bridge.safepal.com/tonbridge/v1/bridge"
},
{
"type": "js",
"key": "safepalwallet"
}
],
"platforms": ["ios", "android", "chrome", "firefox"]
}
]