Example
As an example, the prologue stage of thekona-client program runs through several steps:
- Pull in the boot information over the Preimage Oracle ABI, containing:
- The L1 head hash containing all data required to reproduce the L2 safe chain at the claimed block height.
- The latest finalized L2 output root.
- The L2 output root claim.
- The block number of the L2 output root claim.
- The L2 chain ID.
- Pull in the
RollupConfigandL2ChainConfigcorresponding to the passed L2 chain ID. - Validate these values.
- Pass the boot information to the execution phase.