Skip to content

Commit b3202ab

Browse files
authored
Merge pull request #32 from cloudstruct/chore/preprod-respin
chore: updated configuration for preprod respin
2 parents 5289a74 + cd94e17 commit b3202ab

File tree

2 files changed

+28
-27
lines changed

2 files changed

+28
-27
lines changed

config/preprod-config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,12 @@
1212
"Protocol": "Cardano",
1313
"RequiresNetworkMagic": "RequiresMagic",
1414
"ShelleyGenesisFile": "/opt/cardano/config/preprod-shelley-genesis.json",
15-
"ShelleyGenesisHash": "90c8bae45d3cb34ef25d84171a74f6e8a4a8f4615fbe289d5a1b21eb6896ac0b",
15+
"ShelleyGenesisHash": "162d29c4e1cf6b8a84f2d692e67a3ac6bc7851bc3e6e4afe64d15778bed8bd86",
1616
"TargetNumberOfActivePeers": 20,
1717
"TargetNumberOfEstablishedPeers": 50,
1818
"TargetNumberOfKnownPeers": 100,
1919
"TargetNumberOfRootPeers": 100,
20+
"TestEnableDevelopmentNetworkProtocols": true,
2021
"TraceAcceptPolicy": true,
2122
"TraceBlockFetchClient": false,
2223
"TraceBlockFetchDecisions": false,
Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"activeSlotsCoeff": 5.0e-2,
2+
"activeSlotsCoeff": 0.05,
33
"epochLength": 432000,
44
"genDelegs": {
55
"637f2e950b0fd8f8e3e811c5fbeb19e411e7a2bf37272b84b29c1a0b": {
@@ -32,41 +32,41 @@
3232
}
3333
},
3434
"initialFunds": {},
35-
"maxKESEvolutions": 120,
35+
"maxKESEvolutions": 62,
3636
"maxLovelaceSupply": 45000000000000000,
3737
"networkId": "Testnet",
3838
"networkMagic": 1,
3939
"protocolParams": {
40-
"a0": 0.1,
41-
"decentralisationParam": 1.0,
42-
"eMax": 18,
43-
"extraEntropy": {
44-
"tag": "NeutralNonce"
45-
},
46-
"keyDeposit": 400000,
47-
"maxBlockBodySize": 65536,
48-
"maxBlockHeaderSize": 1100,
49-
"maxTxSize": 16384,
50-
"minFeeA": 44,
51-
"minFeeB": 155381,
52-
"minPoolCost": 0,
53-
"minUTxOValue": 0,
54-
"nOpt": 50,
55-
"poolDeposit": 500000000,
56-
"protocolVersion": {
57-
"major": 2,
58-
"minor": 0
59-
},
60-
"rho": 1.78650067e-3,
61-
"tau": 0.1
40+
"protocolVersion": {
41+
"minor": 0,
42+
"major": 2
43+
},
44+
"decentralisationParam": 1,
45+
"eMax": 18,
46+
"extraEntropy": {
47+
"tag": "NeutralNonce"
48+
},
49+
"maxTxSize": 16384,
50+
"maxBlockBodySize": 65536,
51+
"maxBlockHeaderSize": 1100,
52+
"minFeeA": 44,
53+
"minFeeB": 155381,
54+
"minUTxOValue": 1000000,
55+
"poolDeposit": 500000000,
56+
"minPoolCost": 340000000,
57+
"keyDeposit": 2000000,
58+
"nOpt": 150,
59+
"rho": 0.003,
60+
"tau": 0.20,
61+
"a0": 0.3
6262
},
6363
"securityParam": 2160,
6464
"slotLength": 1,
65-
"slotsPerKESPeriod": 86400,
65+
"slotsPerKESPeriod": 129600,
6666
"staking": {
6767
"pools": {},
6868
"stake": {}
6969
},
7070
"systemStart": "2022-06-01T00:00:00Z",
7171
"updateQuorum": 5
72-
}
72+
}

0 commit comments

Comments
 (0)