Skip to content

Commit cacf142

Browse files
authored
Merge pull request #1252 from thusaras-vc/patch-3
Fix typo for ENV version of the flag l1.beacon.ignore
2 parents 556cc13 + 3d36097 commit cacf142

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/builders/node-operators/configuration/consensus-config.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ When false, halts op-node startup if the healthcheck to the Beacon-node endpoint
8686
<Tabs items={['Syntax', 'Example', 'Environment Variable']}>
8787
<Tabs.Tab>`--l1.beacon.ignore=<boolean>`</Tabs.Tab>
8888
<Tabs.Tab>`--l1.beacon.ignore=false`</Tabs.Tab>
89-
<Tabs.Tab>`OP_NODE_L1_BEACON=false`</Tabs.Tab>
89+
<Tabs.Tab>`OP_NODE_L1_BEACON_IGNORE=false`</Tabs.Tab>
9090
</Tabs>
9191

9292
### l1.epoch-poll-interval

0 commit comments

Comments
 (0)