-
Notifications
You must be signed in to change notification settings - Fork 10
/
wallet-database.json
69 lines (61 loc) · 1.34 KB
/
wallet-database.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
[
{
"id": "trust",
"name": "Trust Wallet",
"homepage": "https://trustwallet.com/",
"blockchains": ["ethereum", "binance"],
"install": {
"ios": "https://...",
"android": "https://...",
},
"operations": {
"walletConnect": true,
"web3": false,
},
},
{
"id": "walleth",
"name": "WallETH",
"homepage": "https://walleth.org/",
"blockchains": ["ethereum"],
"install": {
"ios": null,
"android": "https://...",
},
"operations": {
"walletConnect": true,
"web3": false,
},
},
{
"id": "metamask",
"name": "MetaMask",
"homepage": "https://metamask.io/",
"blockchains": ["ethereum"],
"install": {
"chrome": "https://...",,
"firefox": "https://...",,
"ios": null,
"android": "https://...",
},
},
{
"id": "brave",
"name": "Brave",
"homepage": "https://brave.com/",
"blockchains": ["ethereum"],
"install": {
"desktop": "https://brave.com/",
},
},
{
"id": "opera",
"name": "Opera",
"homepage": "https://www.opera.com/",
"blockchains": ["ethereum"],
"install": {
"desktop": "https://www.opera.com/",
"android": "https://...",
},
},
]