Skip to content

Commit

Permalink
test devnet reward more
Browse files Browse the repository at this point in the history
  • Loading branch information
liam.lai committed Mar 11, 2025
1 parent a9317ab commit cc63105
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion params/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ var (
ProtectorReward: 4000,
ObserverReward: 1000,
},
2052900: {
2053800: {
MaxMasternodes: 10,
MaxProtectorNodes: 3,
SwitchRound: 2053800,
Expand All @@ -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{
Expand Down

0 comments on commit cc63105

Please sign in to comment.