devnet deployment issue (#395)

Co-authored-by: Liam Lai <liamlai@Liams-Laptop.local>
This commit is contained in:
Liam 2024-01-17 23:07:13 +08:00 committed by GitHub
parent c36df9f01b
commit a76c885774
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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{