Skip to content

Commit d81684d

Browse files
Mention --rollkit.da_block_time as a tip in celestia and avail tuts
1 parent ffc8644 commit d81684d

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

tutorials/avail-da.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,10 @@ Now we're prepared to initiate our rollup and establish a connection with the Av
7070
- `--rollkit.da_start_height`
7171
- `--rollkit.da_address`
7272

73+
::: tip
74+
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.
75+
:::
76+
7377
Let's determine what to provide for each of them.
7478

7579
First, let's query the DA Layer start height using an RPC endpoint provided by Avail Labs. For local, it would be - [https://localhost:8000/v1/latest_block]( https://localhost:8000/v1/latest_block ), and for Turing Testnet - [https://avail-turing-rpc.publicnode.com]( https://avail-turing-rpc.publicnode.com )

tutorials/celestia-da.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,10 @@ Now we're prepared to initiate our rollup and establish a connection with the Ce
8383
- `--rollkit.da_auth_token`
8484
- `--rollkit.da_namespace`
8585

86+
::: tip
87+
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.
88+
:::
89+
8690
Let's determine what to provide for each of them.
8791

8892
First, let's query the DA Layer start height using an RPC endpoint provided by Celestia Labs. For Mocha testnet it would be - [https://rpc-mocha.pops.one/block](https://rpc-mocha.pops.one/block), and for mainnet beta - [https://rpc.lunaroasis.net/block](https://rpc.lunaroasis.net/block)

0 commit comments

Comments
 (0)