Skip to content

Commit

Permalink
superchain: Add optional fork PectraBlobSchedule (#533)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianst authored Mar 6, 2025
1 parent ebfc2a5 commit 3a8a214
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions superchain/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ type HardforkConfig struct {
HoloceneTime *uint64 `toml:"holocene_time"`
IsthmusTime *uint64 `toml:"isthmus_time"`
JovianTime *uint64 `toml:"jovian_time"`

// Optional Forks
PectraBlobScheduleTime *uint64 `toml:"pectra_blob_schedule_time,omitempty"`
}

type OptimismConfig struct {
Expand Down

0 comments on commit 3a8a214

Please sign in to comment.