Skip to content

Commit 4498cc1

Browse files
committed
comment the not-updated part of the tutorial and leave a warning
1 parent 3fd834d commit 4498cc1

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

guides/cometbft-to-rollkit.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,13 @@ Run the following command to initialize Rollkit:
3636
ignite rollkit init
3737
```
3838

39+
:::warning
40+
This tutorial is being currently update to reflect the latest changes using the rollkit ignite app.
41+
Please check back later for the updated version.
42+
:::
43+
44+
<!-- TODO: update
45+
3946
## Initialize Rollkit CLI Configuration {#initialize-rollkit-cli-configuration}
4047
4148
Next, you'll need to initialize the Rollkit CLI configuration by generating the `rollkit.toml` file. This file is crucial for Rollkit to understand the structure of your rollup.
@@ -61,3 +68,5 @@ rollkit start --rollkit.aggregator <insert your flags>
6168
By following this guide, you've successfully converted your CometBFT app into a Rollkit app.
6269
6370
To learn more about how to config your DA, Sequencing, and Execution, please check out those tutorial sections.
71+
72+
-->

0 commit comments

Comments
 (0)