File tree 1 file changed +2
-2
lines changed
cardano-testnet/src/Testnet
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -179,8 +179,8 @@ babbageTestnet testnetOptions H.Conf {..} = do
179
179
H. rewriteJsonFile (tempAbsPath </> " genesis/shelley/genesis.json" ) $ J. rewriteObject
180
180
( HM. insert " slotLength" (toJSON @ Double 0.1 )
181
181
. HM. insert " activeSlotsCoeff" (toJSON @ Double 0.1 )
182
- . HM. insert " securityParam" (toJSON @ Int 10 ) -- TODO: USE config parameter
183
- . HM. insert " epochLength" (toJSON @ Int 500 )
182
+ . HM. insert " securityParam" (toJSON @ Int 6 ) -- TODO: USE config parameter
183
+ . HM. insert " epochLength" (toJSON @ Int 600 ) -- Should be "10 * k / f" where "k = securityParam, f = activeSlotsCoeff"
184
184
. HM. insert " maxLovelaceSupply" (toJSON @ Int 1000000000000 )
185
185
. HM. insert " minFeeA" (toJSON @ Int 44 )
186
186
. HM. insert " minFeeB" (toJSON @ Int 155381 )
You can’t perform that action at this time.
0 commit comments