mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-19 21:31:37 +00:00
devnet deployment issue (#395)
Co-authored-by: Liam Lai <liamlai@Liams-Laptop.local>
This commit is contained in:
parent
c36df9f01b
commit
a76c885774
1 changed files with 16 additions and 0 deletions
|
|
@ -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{
|
||||
|
|
|
|||
Loading…
Reference in a new issue