Skip to content

Commit

Permalink
devnet deployment issue (ethereum#395)
Browse files Browse the repository at this point in the history
Co-authored-by: Liam Lai <[email protected]>
  • Loading branch information
liam-lai and Liam Lai authored Jan 17, 2024
1 parent c36df9f commit a76c885
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions params/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,22 @@ var (
TimeoutPeriod: 30,
MinePeriod: 2,
},
7956000: { // 2024.01.17 Devnet Deplyment Issue
MaxMasternodes: 108,
SwitchRound: 7956000,
CertThreshold: 0.4,
TimeoutSyncThreshold: 3,
TimeoutPeriod: 30,
MinePeriod: 2,
},
7974000: {
MaxMasternodes: 108,
SwitchRound: 7974000,
CertThreshold: 0.667,
TimeoutSyncThreshold: 3,
TimeoutPeriod: 30,
MinePeriod: 2,
},
}

UnitTestV2Configs = map[uint64]*V2Config{
Expand Down

0 comments on commit a76c885

Please sign in to comment.