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 Oct 16, 2024
1 parent f6de079 commit 2659d6b
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 @@ -308,7 +308,7 @@ var (
CrossShardXferPrecompileEpoch: big.NewInt(1),
AllowlistEpoch: EpochTBD,
LeaderRotationInternalValidatorsEpoch: big.NewInt(5),
LeaderRotationExternalValidatorsEpoch: big.NewInt(5),
LeaderRotationExternalValidatorsEpoch: big.NewInt(6),
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(5),
IsRotationEachBlockEpoch: big.NewInt(5),
IsOneSecondEpoch: big.NewInt(6),
IsRotationEachBlockEpoch: big.NewInt(6),
}

// AllProtocolChanges ...
Expand Down

0 comments on commit 2659d6b

Please sign in to comment.