Skip to content

Commit

Permalink
Added config InitializeAnchorStateRegistry
Browse files Browse the repository at this point in the history
  • Loading branch information
jcortejoso committed Nov 12, 2024
1 parent 87b1b4a commit a842705
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions op-chain-ops/genesis/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -666,6 +666,9 @@ type FaultProofDeployConfig struct {
// UseFaultProofs is a flag that indicates if the system is using fault
// proofs instead of the older output oracle mechanism.
UseFaultProofs bool `json:"useFaultProofs"`
// InitializeAnchorStateRegistry is a flag that indicates if the system should
// initialize the AnchorStateRegistry when running Deploy.s.sol run() function.
InitializeAnchorStateRegistry bool `json:"initializeAnchorStateRegistry"`
// FaultGameAbsolutePrestate is the absolute prestate of Cannon. This is computed
// by generating a proof from the 0th -> 1st instruction and grabbing the prestate from
// the output JSON. All honest challengers should agree on the setup state of the program.
Expand Down

0 comments on commit a842705

Please sign in to comment.