Skip to content

Commit dd4b159

Browse files
committed
Fixed config to pass tests.
1 parent cd89484 commit dd4b159

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: internal/params/config.go

+3-3
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ var (
308308
CrossShardXferPrecompileEpoch: big.NewInt(1),
309309
AllowlistEpoch: EpochTBD,
310310
LeaderRotationInternalValidatorsEpoch: big.NewInt(5),
311-
LeaderRotationExternalValidatorsEpoch: big.NewInt(5),
311+
LeaderRotationExternalValidatorsEpoch: big.NewInt(6),
312312
FeeCollectEpoch: big.NewInt(2),
313313
ValidatorCodeFixEpoch: big.NewInt(2),
314314
HIP30Epoch: EpochTBD,
@@ -317,8 +317,8 @@ var (
317317
MaxRateEpoch: EpochTBD,
318318
DevnetExternalEpoch: EpochTBD,
319319
TestnetExternalEpoch: EpochTBD,
320-
IsOneSecondEpoch: big.NewInt(5),
321-
IsRotationEachBlockEpoch: big.NewInt(5),
320+
IsOneSecondEpoch: big.NewInt(6),
321+
IsRotationEachBlockEpoch: big.NewInt(6),
322322
}
323323

324324
// AllProtocolChanges ...

0 commit comments

Comments
 (0)