We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd89484 commit dd4b159Copy full SHA for dd4b159
internal/params/config.go
@@ -308,7 +308,7 @@ var (
308
CrossShardXferPrecompileEpoch: big.NewInt(1),
309
AllowlistEpoch: EpochTBD,
310
LeaderRotationInternalValidatorsEpoch: big.NewInt(5),
311
- LeaderRotationExternalValidatorsEpoch: big.NewInt(5),
+ LeaderRotationExternalValidatorsEpoch: big.NewInt(6),
312
FeeCollectEpoch: big.NewInt(2),
313
ValidatorCodeFixEpoch: big.NewInt(2),
314
HIP30Epoch: EpochTBD,
@@ -317,8 +317,8 @@ var (
317
MaxRateEpoch: EpochTBD,
318
DevnetExternalEpoch: EpochTBD,
319
TestnetExternalEpoch: EpochTBD,
320
- IsOneSecondEpoch: big.NewInt(5),
321
- IsRotationEachBlockEpoch: big.NewInt(5),
+ IsOneSecondEpoch: big.NewInt(6),
+ IsRotationEachBlockEpoch: big.NewInt(6),
322
}
323
324
// AllProtocolChanges ...
0 commit comments