[testnet] disable leader rotation

pull/4088/merge
MaxMustermann2 2 years ago committed by Max
parent a5db207617
commit bd6d7ca7db
  1. 2
      internal/params/config.go

@ -109,7 +109,7 @@ var (
ChainIdFixEpoch: big.NewInt(0),
CrossShardXferPrecompileEpoch: big.NewInt(2),
AllowlistEpoch: big.NewInt(2),
LeaderRotationEpoch: big.NewInt(295),
LeaderRotationEpoch: EpochTBD,
LeaderRotationBlocksCount: 64,
FeeCollectEpoch: EpochTBD,
}

Loading…
Cancel
Save