Skip to content

Commit

Permalink
Fixed config to pass tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Frozen committed Dec 18, 2024
1 parent c0060ce commit 647cb9b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions internal/params/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ var (
CrossShardXferPrecompileEpoch: big.NewInt(1),
AllowlistEpoch: EpochTBD,
LeaderRotationInternalValidatorsEpoch: big.NewInt(5),
LeaderRotationExternalValidatorsEpoch: big.NewInt(5),
LeaderRotationExternalValidatorsEpoch: big.NewInt(6),
LeaderRotationV2Epoch: EpochTBD,
FeeCollectEpoch: big.NewInt(2),
ValidatorCodeFixEpoch: big.NewInt(2),
Expand All @@ -323,8 +323,8 @@ var (
MaxRateEpoch: EpochTBD,
DevnetExternalEpoch: EpochTBD,
TestnetExternalEpoch: EpochTBD,
IsOneSecondEpoch: big.NewInt(5),
IsRotationEachBlockEpoch: big.NewInt(5),
IsOneSecondEpoch: big.NewInt(6),
IsRotationEachBlockEpoch: big.NewInt(6),
}

// AllProtocolChanges ...
Expand Down

0 comments on commit 647cb9b

Please sign in to comment.