forked from ArkEcosystem/deployer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
63 lines (63 loc) · 1.58 KB
/
config.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
{
"coreIp": "8.9.15.21",
"p2pPort": 4102,
"apiPort": 4103,
"webhookPort": 4104,
"jsonRpcPort": 8080,
"explorerIp": "8.9.15.21",
"explorerPort": 4200,
"chainName": "chrowdchance",
"token": "CCH",
"cliAlias": "TOKEN",
"databaseHost": "localhost",
"databasePort": 5432,
"databaseName": "core_bridgechain",
"symbol": "Ȼ",
"mainnetPeers": [],
"devnetPeers": [],
"mainnetPrefix": "M",
"devnetPrefix": "D",
"testnetPrefix": "T",
"fees": {
"static": {
"transfer": 10000000,
"vote": 100000000,
"secondSignature": 500000000,
"delegateRegistration": 2500000000,
"multiSignature": 500000000,
"ipfs": 500000000,
"multiPayment": 10000000,
"delegateResignation": 2500000000
},
"dynamic": {
"enabled": false,
"minFeePool": 3000,
"minFeeBroadcast": 3000,
"addonBytes": {
"transfer": 100,
"secondSignature": 250,
"delegateRegistration": 400000,
"vote": 100,
"multiSignature": 500,
"ipfs": 250,
"multiPayment": 500,
"delegateResignation": 400000
}
}
},
"forgers": 53,
"blocktime": 8,
"transactionsPerBlock": 50,
"totalPremine": 10000000,
"rewardHeightStart": 1,
"rewardPerBlock": 0,
"vendorFieldLength": 255,
"bridgechainPath": "$HOME/core-bridgechain",
"explorerPath": "$HOME/core-explorer",
"gitCoreCommit": true,
"gitCoreOrigin": "https://github.com/lostlink/ark-core",
"gitExplorerCommit": true,
"gitExplorerOrigin": "https://github.com/lostlink/ark-explorer",
"licenseName": null,
"licenseEmail": null
}