-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcoinConfig.json
53 lines (52 loc) · 1.22 KB
/
coinConfig.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
{
"xmr": {
"funcFile": "./lib/coins/xmr.js",
"paymentFile": "./payment_systems/xmr.js",
"sigDigits": 1000000000000,
"shapeshift": "xmr_btc",
"xmrTo": true,
"name": "Monero",
"mixIn": 4,
"shortCode": "XMR"
},
"krb": {
"funcFile": "./lib/coins/krb.js",
"paymentFile": "./payment_systems/krb.js",
"sigDigits": 1000000000000,
"name": "Karbowanec",
"mixIn": 4,
"shortCode": "KRB"
},
"aeon": {
"funcFile": "./lib/coins/aeon.js",
"paymentFile": "./payment_systems/aeon.js",
"sigDigits": 1000000000000,
"name": "Aeon Coin",
"mixIn": 4,
"shortCode": "AEON"
},
"itns142": {
"funcFile": "./lib/coins/itns142.js",
"paymentFile": "./payment_systems/itns142.js",
"sigDigits": 100000000,
"name": "Intense Coin",
"mixIn": 3,
"shortCode": "ITNS"
},
"itns": {
"funcFile": "./lib/coins/itns.js",
"paymentFile": "./payment_systems/itns.js",
"sigDigits": 100000000,
"name": "Intense Coin",
"mixIn": 4,
"shortCode": "ITNS"
},
"xao": {
"funcFile": "./lib/coins/xao.js",
"paymentFile": "./payment_systems/xao.js",
"sigDigits": 1000000000000,
"name": "Alloy",
"mixIn": 1,
"shortCode": "XAO"
}
}