-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwallets.json
More file actions
103 lines (102 loc) · 2.91 KB
/
wallets.json
File metadata and controls
103 lines (102 loc) · 2.91 KB
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
[
{
"name": "Metamask",
"emoji": "🦊",
"chainType": "EVM",
"links": {
"website": "https://metamask.io/download",
"chromeExtension": "https://chromewebstore.google.com/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn",
"mobileApp": "https://metamask.io/download.html"
}
},
{
"name": "OKX Wallet",
"emoji": "🆗",
"chainType": "EVM",
"links": {
"website": "https://www.okx.com/web3",
"chromeExtension": "https://chromewebstore.google.com/detail/okx-wallet/mcohilncbfahbmgdjkbpemcciiolgcge",
"mobileApp": "https://www.okx.com/download"
}
},
{
"name": "Phantom",
"emoji": "👻",
"chainType": "Solana",
"links": {
"website": "https://phantom.app/",
"chromeExtension": "https://chromewebstore.google.com/detail/phantom/bfnaelmomeimhlpmgjnjophhpkkoljpa",
"mobileApp": "https://phantom.app/download"
}
},
{
"name": "Solflare",
"emoji": "🔥",
"chainType": "Solana",
"links": {
"website": "https://solflare.com/",
"chromeExtension": "https://chromewebstore.google.com/detail/solflare-wallet/bhhhlbepdkbapadjdnnojkbgioiodbic",
"mobileApp": "https://solflare.com/download"
}
},
{
"name": "Coinbase Wallet",
"emoji": "🟡",
"chainType": "EVM",
"links": {
"website": "https://www.coinbase.com/wallet",
"chromeExtension": "https://chromewebstore.google.com/detail/coinbase-wallet-extension/hnfanknocfeofbddgcijnmhnfnkdnaad",
"mobileApp": "https://www.coinbase.com/wallet/downloads"
}
},
{
"name": "Unisat",
"emoji": "🟠",
"chainType": "Bitcoin",
"links": {
"website": "https://unisat.io/",
"chromeExtension": "https://chromewebstore.google.com/detail/unisat-wallet/ppbibelpcjmhbdihakflkdcoccbgbkpo",
"mobileApp": "https://unisat.io/download"
}
},
{
"name": "Electrum",
"emoji": "⚡",
"chainType": "Bitcoin",
"links": {
"website": "https://electrum.org/",
"desktopApp": "https://electrum.org/#download"
}
},
{
"name": "Mutiny Wallet",
"emoji": "🩷",
"chainType": "Bitcoin",
"links": {
"website": [
"https://signet-app.mutinywallet.com/",
"https://app.mutinywallet.com/"
]
}
},
{
"name": "Keplr Wallet",
"emoji": "🪐",
"chainType": "Cosmos",
"links": {
"website": "https://keplr.app/",
"chromeExtension": "https://chromewebstore.google.com/detail/keplr/dmkamcknogkgcdfhhbddcghachkejeap",
"mobileApp": "https://www.keplr.app/download"
}
},
{
"name": "Slush Wallet",
"emoji": "❄️",
"chainType": "Sui",
"links": {
"website": "https://slush.app//",
"chromeExtension": "https://chromewebstore.google.com/detail/slush-%E2%80%94-a-sui-wallet/opcgpfmipidbgpenhmajoajpbobppdil",
"mobileApp": ""
}
}
]