Skip to content
This repository has been archived by the owner on Jun 9, 2024. It is now read-only.

Commit

Permalink
feat: Update entrypoint.sh to change block time from 1s to 2s (#1484)
Browse files Browse the repository at this point in the history
Due to clashing timestamps mentioned in
rollkit/rollkit#1529

Signed-off-by: Josh Stein <[email protected]>
  • Loading branch information
jcstein committed Feb 7, 2024
1 parent 83a2747 commit 820dd2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/testapp/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -120,4 +120,4 @@ DA_BLOCK_HEIGHT=$(curl http://0.0.0.0:26657/block | jq -r '.result.block.header.
echo $DA_BLOCK_HEIGHT

# Start the node (remove the --pruning=nothing flag if historical queries are not needed)
./build/bin/polard start --pruning=nothing "$TRACE" --log_level $LOGLEVEL --api.enabled-unsafe-cors --api.enable --api.swagger --minimum-gas-prices=0.0001abera --home "$HOMEDIR" --rollkit.aggregator true --rollkit.da_start_height $DA_BLOCK_HEIGHT
./build/bin/polard start --pruning=nothing "$TRACE" --log_level $LOGLEVEL --api.enabled-unsafe-cors --api.enable --api.swagger --minimum-gas-prices=0.0001abera --home "$HOMEDIR" --rollkit.aggregator true --rollkit.da_start_height $DA_BLOCK_HEIGHT --rollkit.da_block_time 2s

0 comments on commit 820dd2b

Please sign in to comment.