forked from Asphere-xyz/bas-devnet-setup
-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.json
36 lines (36 loc) · 1.3 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
{
"chainId": $CHAIN_ID,
"validators": [
"0x08fae3885e299c24ff9841478eb946f41023ac69",
"0x751aaca849b09a3e347bbfe125cf18423cc24b40",
"0xa6ff33e3250cc765052ac9d7f7dfebda183c4b9b",
"0x49c0f7c8c11a4c80dc6449efe1010bb166818da8",
"0x8e1ea6eaa09c3b40f4a51fcd056a031870a0549a"
],
"systemTreasury": {
"0x00a601f45688dba8a070722073b015277cf36725": 9000,
"0x100dd6c27454cb1DAdd1391214A344C6208A8C80": 1000
},
"consensusParams": {
"activeValidatorsLength": 25,
"epochBlockInterval": 1200,
"misdemeanorThreshold": 50,
"felonyThreshold": 150,
"validatorJailEpochLength": 7,
"undelegatePeriod": 6,
"minValidatorStakeAmount": "0xde0b6b3a7640000",
"minStakingAmount": "0xde0b6b3a7640000"
},
"initialStakes": {
"0x08fae3885e299c24ff9841478eb946f41023ac69": "0x3635c9adc5dea00000",
"0x751aaca849b09a3e347bbfe125cf18423cc24b40": "0x3635c9adc5dea00000",
"0xa6ff33e3250cc765052ac9d7f7dfebda183c4b9b": "0x3635c9adc5dea00000",
"0x49c0f7c8c11a4c80dc6449efe1010bb166818da8": "0x3635c9adc5dea00000",
"0x8e1ea6eaa09c3b40f4a51fcd056a031870a0549a": "0x3635c9adc5dea00000"
},
"votingPeriod": 60,
"faucet": {
"0x00a601f45688dba8a070722073b015277cf36725": "0x21e19e0c9bab2400000",
"0xb891fe7b38f857f53a7b5529204c58d5c487280b": "0x52b7d2dcc80cd2e4000000"
}
}