test devnet reward more

This commit is contained in:
liam.lai 2025-03-10 19:23:46 -07:00
parent a9317abcd1
commit cc63105314

View file

@ -121,7 +121,7 @@ var (
ProtectorReward: 4000,
ObserverReward: 1000,
},
2052900: {
2053800: {
MaxMasternodes: 10,
MaxProtectorNodes: 3,
SwitchRound: 2053800,
@ -134,6 +134,19 @@ var (
ProtectorReward: 2000,
ObserverReward: 1000,
},
2084400: {
MaxMasternodes: 10,
MaxProtectorNodes: 0,
SwitchRound: 2084400,
CertThreshold: 0.667,
TimeoutSyncThreshold: 3,
TimeoutPeriod: 5,
MinePeriod: 2,
ExpTimeoutConfig: ExpTimeoutConfig{Base: 2.0, MaxExponent: 5},
MasternodeReward: 5000,
ProtectorReward: 4000,
ObserverReward: 1000,
},
}
UnitTestV2Configs = map[uint64]*V2Config{