Skip to content

Commit cc6ccd7

Browse files
add warning to other bit
1 parent 8aae35a commit cc6ccd7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/cdk/erigon/deploy-cdk-erigon.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,10 @@ In order to enable the `zkevm_ namespace`, add `zkevm` to the [`http.api`](#conf
137137

138138
It can also run as a sequencer. To enable the sequencer, set the `CDK_ERIGON_SEQUENCER` environment variable to `1` and start the node.
139139

140+
!!! warning "Work in progress"
141+
- Sequencer is production ready from `v2.x.x` onwards.
142+
- Please check the [roadmap](releases.md#roadmap) for more information.
143+
140144
`cdk-erigon` supports migrating a node from being an RPC node to a sequencer and vice versa. To do this, stop the node, set the `CDK_ERIGON_SEQUENCER` environment variable to the desired value and restart the node. Please ensure that you do include the sequencer specific flags found below when running as a sequencer. You can include these flags when running as an RPC to keep a consistent configuration between the two run modes.
141145

142146
### Docker (DockerHub)

0 commit comments

Comments
 (0)