You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tutorials/da/celestia-da.md
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ import constants from '../../.vitepress/constants/constants.js'
9
9
10
10
This tutorial serves as a comprehensive guide for deploying your rollup on Celestia's data availability (DA) network. From the Rollkit perspective, there's no difference in posting blocks to Celestia's testnets or Mainnet Beta.
11
11
12
-
Before proceeding, ensure that you have completed the [quick start](/tutorials/quick-start) tutorial, which covers installing the rollkit CLI and running a rollup against a local DA network.
12
+
Before proceeding, ensure that you have completed the [gm-world](/tutorials/gm-world) tutorial, which covers installing the Testapp CLI and running a rollup against a local DA network.
13
13
14
14
## 🪶 Running a Celestia light node
15
15
@@ -44,18 +44,18 @@ After successfully starting a light node, it's time to start posting the batches
44
44
45
45
## 🏗️ Prerequisites {#prerequisites}
46
46
47
-
-`rollkit` CLI installed from the [quick start](/tutorials/quick-start) tutorial.
47
+
-`gmd` CLI installed from the [gm-world](/tutorials/gm-world) tutorial.
48
48
49
49
## 🛠️ Configuring flags for DA
50
50
51
51
Now that we are posting to the Celestia DA instead of the local DA, the `rollkit start` command requires three DA configuration flags:
52
52
53
-
-`--rollkit.da_start_height`
54
-
-`--rollkit.da_auth_token`
55
-
-`--rollkit.da_namespace`
53
+
-`--rollkit.da.start_height`
54
+
-`--rollkit.da.auth_token`
55
+
-`--rollkit.da.namespace`
56
56
57
57
:::tip
58
-
Optionally, you could also set the `--rollkit.da_block_time` flag. This should be set to the finality time of the DA layer, not its actual block time, as Rollkit does not handle reorganization logic. The default value is 15 seconds.
58
+
Optionally, you could also set the `--rollkit.da.block_time` flag. This should be set to the finality time of the DA layer, not its actual block time, as Rollkit does not handle reorganization logic. The default value is 15 seconds.
59
59
:::
60
60
61
61
Let's determine which values to provide for each of them.
0 commit comments