forked from dedust-io/wallets-list
-
Notifications
You must be signed in to change notification settings - Fork 0
/
wallets.json
57 lines (57 loc) · 1.25 KB
/
wallets.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
[
{
"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://bridge.tonapi.io/bridge"
},
{
"type": "js",
"key": "tonkeeper"
}
]
},
{
"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"
}
]
},
{
"name": "MyTonWallet",
"image": "https://mytonwallet.io/icon-256.png",
"about_url": "https://mytonwallet.io",
"bridge": [
{
"type": "js",
"key": "mytonwallet"
}
]
},
{
"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"
}
]
}
]