Skip to content

Commit

Permalink
Set activation epoch 5.
Browse files Browse the repository at this point in the history
  • Loading branch information
Frozen committed Oct 14, 2024
1 parent 1372510 commit bce2a8d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions internal/params/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -307,8 +307,8 @@ var (
SlotsLimitedEpoch: EpochTBD, // epoch to enable HIP-16
CrossShardXferPrecompileEpoch: big.NewInt(1),
AllowlistEpoch: EpochTBD,
LeaderRotationInternalValidatorsEpoch: big.NewInt(2),
LeaderRotationExternalValidatorsEpoch: big.NewInt(2),
LeaderRotationInternalValidatorsEpoch: big.NewInt(5),
LeaderRotationExternalValidatorsEpoch: big.NewInt(5),
FeeCollectEpoch: big.NewInt(2),
ValidatorCodeFixEpoch: big.NewInt(2),
HIP30Epoch: EpochTBD,
Expand All @@ -317,8 +317,8 @@ var (
MaxRateEpoch: EpochTBD,
DevnetExternalEpoch: EpochTBD,
TestnetExternalEpoch: EpochTBD,
IsOneSecondEpoch: big.NewInt(2),
IsRotationEachBlockEpoch: big.NewInt(2),
IsOneSecondEpoch: big.NewInt(5),
IsRotationEachBlockEpoch: big.NewInt(5),
}

// AllProtocolChanges ...
Expand Down

0 comments on commit bce2a8d

Please sign in to comment.