From 3511a41e045e32d2a51d17a01617c37adfdeef68 Mon Sep 17 00:00:00 2001 From: Max Revitt Date: Thu, 3 Oct 2024 09:03:43 +0100 Subject: [PATCH] docs(readme): flag, zkevm.l1-first-block explanation --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 55b567116ab..09bcf3b0b7c 100644 --- a/README.md +++ b/README.md @@ -189,6 +189,7 @@ For a full explanation of the config options, see below: - `zkevm.l2-datastreamer-url`: URL for the L2 data streamer. - `zkevm.l1-chain-id`: Chain ID for the L1 network. - `zkevm.l1-rpc-url`: L1 Ethereum RPC URL. +- `zkevm.l1-first-block`: The first block on L1 from which we begin syncing (where the rollup begins on the L1). NB: for AggLayer networks this must be the L1 block where the GER Manager contract was deployed. - `zkevm.address-sequencer`: The contract address for the sequencer - `zkevm.address-zkevm`: The address for the zkevm contract - `zkevm.address-rollup`: The address for the rollup contract