Skip to content

Commit

Permalink
fix: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
simlecode committed Feb 29, 2024
1 parent bd05275 commit 6e8629a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ func newDefaultNetworkParamsConfig() *NetworkParamsConfig {
abi.RegisteredSealProof_StackedDrg32GiBV1,
abi.RegisteredSealProof_StackedDrg64GiBV1,
},
DrandSchedule: map[abi.ChainEpoch]DrandEnum{0: 5, -1: 1},
DrandSchedule: map[abi.ChainEpoch]DrandEnum{0: DrandMainnet, defaultParams.UpgradePhoenixHeight: DrandQuicknet},
ForkUpgradeParam: &defaultParams,
PropagationDelaySecs: 10,
AllowableClockDriftSecs: 1,
Expand Down

0 comments on commit 6e8629a

Please sign in to comment.