Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
simlecode committed Apr 24, 2022
1 parent 90b6a65 commit aeb7605
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build/params_testground.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ var (
MinimumBaseFee = int64(100)
BlockDelaySecs = uint64(builtin2.EpochDurationSeconds)
PropagationDelaySecs = uint64(6)
SupportedProofTypes = []abi.RegisteredSealProof{
abi.RegisteredSealProof_StackedDrg32GiBV1,
abi.RegisteredSealProof_StackedDrg64GiBV1,
}
ConsensusMinerMinPower = abi.NewStoragePower(10 << 40)
PreCommitChallengeDelay = abi.ChainEpoch(150)

AllowableClockDriftSecs = uint64(1)

Expand Down

0 comments on commit aeb7605

Please sign in to comment.