Skip to content

Commit

Permalink
fix: Add missing safedb.path op-node config option
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldowman committed Oct 7, 2024
1 parent 6150418 commit ab9a144
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pages/builders/node-operators/configuration/consensus-config.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -723,6 +723,16 @@ RPC listening port. Default is `9545`.
<Tabs.Tab>`OP_NODE_RPC_PORT=9545`</Tabs.Tab>
</Tabs>

### safedb.path

File path used to persist safe head update data. Disabled if not set.

<Tabs items={['Syntax', 'Example', 'Environment Variable']}>
<Tabs.Tab>`--safedb.path=<value>`</Tabs.Tab>
<Tabs.Tab>`--safedb.path=/db`</Tabs.Tab>
<Tabs.Tab>`SAFEDB_PATH=/db`</Tabs.Tab>
</Tabs>

### sequencer.enabled

Enable sequencing of new L2 blocks. A separate batch submitter has to be deployed to publish the data for verifiers. Default is `false`.
Expand Down

0 comments on commit ab9a144

Please sign in to comment.