Activate external rotation devnet. (#4596)

pull/4450/merge
Konstantin 11 months ago committed by GitHub
parent 556444cea5
commit d6690ed7b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      internal/params/config.go

@ -203,7 +203,7 @@ var (
CrossShardXferPrecompileEpoch: big.NewInt(5),
AllowlistEpoch: EpochTBD,
LeaderRotationInternalValidatorsEpoch: big.NewInt(2379),
LeaderRotationExternalValidatorsEpoch: EpochTBD,
LeaderRotationExternalValidatorsEpoch: big.NewInt(3153),
FeeCollectEpoch: big.NewInt(5),
ValidatorCodeFixEpoch: big.NewInt(5),
HIP30Epoch: big.NewInt(7),

Loading…
Cancel
Save