Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion op-service/eth/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -613,8 +613,9 @@ type SystemConfig struct {
EIP1559Params Bytes8 `json:"eip1559Params"`
// OperatorFeeParams identifies the operator fee parameters.
OperatorFeeParams Bytes32 `json:"operatorFeeParams"`
// More fields can be added for future SystemConfig versions.
// MinBaseFee identifies the minimum base fee.
MinBaseFee uint64 `json:"minBaseFee"`
// More fields can be added for future SystemConfig versions.

// MarshalPreHolocene indicates whether or not this struct should be
// marshaled in the pre-Holocene format. The pre-Holocene format does
Expand Down