Skip to content

Commit

Permalink
Note that the bedrock block is the cel2 block
Browse files Browse the repository at this point in the history
  • Loading branch information
piersy authored and karlb committed Oct 7, 2024
1 parent 5115867 commit c4b4dba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions params/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -427,6 +427,8 @@ type ChainConfig struct {
PragueTime *uint64 `json:"pragueTime,omitempty"` // Prague switch time (nil = no fork, 0 = already on prague)
VerkleTime *uint64 `json:"verkleTime,omitempty"` // Verkle switch time (nil = no fork, 0 = already on verkle)

// Note that the bedrock block is also the first block of the celo L2, because it must be set for the celo l2 to
// function correctly and it can't be set before we migrate to the L2.
BedrockBlock *big.Int `json:"bedrockBlock,omitempty"` // Bedrock switch block (nil = no fork, 0 = already on optimism bedrock)
RegolithTime *uint64 `json:"regolithTime,omitempty"` // Regolith switch time (nil = no fork, 0 = already on optimism regolith)
CanyonTime *uint64 `json:"canyonTime,omitempty"` // Canyon switch time (nil = no fork, 0 = already on optimism canyon)
Expand Down

0 comments on commit c4b4dba

Please sign in to comment.