We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6150418 commit ab9a144Copy full SHA for ab9a144
pages/builders/node-operators/configuration/consensus-config.mdx
@@ -723,6 +723,16 @@ RPC listening port. Default is `9545`.
723
<Tabs.Tab>`OP_NODE_RPC_PORT=9545`</Tabs.Tab>
724
</Tabs>
725
726
+### safedb.path
727
+
728
+File path used to persist safe head update data. Disabled if not set.
729
730
+<Tabs items={['Syntax', 'Example', 'Environment Variable']}>
731
+ <Tabs.Tab>`--safedb.path=<value>`</Tabs.Tab>
732
+ <Tabs.Tab>`--safedb.path=/db`</Tabs.Tab>
733
+ <Tabs.Tab>`SAFEDB_PATH=/db`</Tabs.Tab>
734
+</Tabs>
735
736
### sequencer.enabled
737
738
Enable sequencing of new L2 blocks. A separate batch submitter has to be deployed to publish the data for verifiers. Default is `false`.
0 commit comments