Skip to content

Commit

Permalink
Merge pull request #153 from drdelphi/main
Browse files Browse the repository at this point in the history
added RoundsPerEpoch to NetworkConfig
  • Loading branch information
andreibancioiu authored Nov 29, 2023
2 parents bbb2cc7 + 0fdb623 commit ff8bb19
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions data/networkConfig.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,6 @@ type NetworkConfig struct {
StartTime int64 `json:"erd_start_time"`
Adaptivity bool `json:"erd_adaptivity,string"`
Hysteresys float32 `json:"erd_hysteresis,string"`
RoundsPerEpoch uint32 `json:"erd_rounds_per_epoch"`
ExtraGasLimitGuardedTx uint64 `json:"erd_extra_gas_limit_guarded_tx"`
}

0 comments on commit ff8bb19

Please sign in to comment.