Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Commit 2642346

Browse files
committed
move warning to top of the page
1 parent 20700cf commit 2642346

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

guides/cometbft-to-rollkit.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ import constants from '../.vitepress/constants/constants.js'
1010

1111
This guide assumes you have a CometBFT app set up and [Ignite CLI](https://docs.ignite.com) installed.
1212

13+
:::warning
14+
This tutorial is being currently update to reflect the latest changes using the rollkit ignite app.
15+
Please check back later for the updated version.
16+
:::
17+
1318
## Install Rollkit {#install-rollkit}
1419

1520
You need to install Rollkit in your CometBFT app. Open a terminal in the directory where your app is located and run the following command:
@@ -36,10 +41,6 @@ Run the following command to initialize Rollkit:
3641
ignite rollkit init
3742
```
3843

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-
:::
4344

4445
<!-- TODO: update
4546

0 commit comments

Comments
 (0)