Skip to content

Commit

Permalink
reduce the epoch time for devnet to 30 min (#4522)
Browse files Browse the repository at this point in the history
  • Loading branch information
diego1q2w authored Oct 6, 2023
1 parent 171e612 commit abf9dba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/configs/sharding/partner.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ var feeCollectorsDevnet = []FeeCollectors{
type partnerSchedule struct{}

const (
// 12 hours per epoch (at 2s/block)
partnerBlocksPerEpoch = 21600
// 30 min per epoch (at 2s/block)
partnerBlocksPerEpoch = 900

partnerVdfDifficulty = 10000 // This takes about 20s to finish the vdf

Expand Down

0 comments on commit abf9dba

Please sign in to comment.