diff --git a/pages/builders/node-operators/configuration/consensus-config.mdx b/pages/builders/node-operators/configuration/consensus-config.mdx index 38e720412..79a2cd79c 100644 --- a/pages/builders/node-operators/configuration/consensus-config.mdx +++ b/pages/builders/node-operators/configuration/consensus-config.mdx @@ -723,6 +723,16 @@ RPC listening port. Default is `9545`. `OP_NODE_RPC_PORT=9545` +### safedb.path + +File path used to persist safe head update data. Disabled if not set. + + + `--safedb.path=` + `--safedb.path=/db` + `SAFEDB_PATH=/db` + + ### 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`.