-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathdefault.coins.testnet.json
62 lines (62 loc) · 1.4 KB
/
default.coins.testnet.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
{
"version": 2,
"coins": [
{
"title": "Bitcoin",
"code": "BTC",
"decimal": 8,
"type": "bitcoin"
},
{
"title": "Litecoin",
"code": "LTC",
"decimal": 8,
"type": "litecoin"
},
{
"title": "Ethereum",
"code": "ETH",
"decimal": 18,
"type": "ethereum"
},
{
"title": "Bitcoin Cash",
"code": "BCH",
"decimal": 8,
"type": "bitcoinCash"
},
{
"title": "Dash",
"code": "DASH",
"decimal": 8,
"type": "dash"
},
{
"title": "Binance Chain",
"code": "BNB",
"decimal": 8,
"type": "bep2",
"symbol": "BNB"
},
{
"title": "Zcash",
"code": "ZEC",
"decimal": 8,
"type": "zcash"
},
{
"title": "Dai",
"code": "DAI",
"decimal": 18,
"type": "erc20",
"address": "0xad6d458402f60fd3bd25163575031acdce07538d"
},
{
"title": "WEENUS",
"code": "WEENUS",
"decimal": 18,
"type": "erc20",
"address": "0x101848D5C5bbca18E6b4431eedf6b95e9adf82fa"
}
]
}