Skip to content

Commit

Permalink
fix(sequencer): fix just run-cometbft command (astriaorg#1119)
Browse files Browse the repository at this point in the history
## Summary
 fix `just run-cometbft` command in justfile

## Background
astria-sequencer-utils changed with a recent PR

## Changes
-  fix `just run-cometbft` command

## Testing
i ran the command
  • Loading branch information
noot authored May 29, 2024
1 parent 494bebd commit 51acfc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/astria-sequencer/justfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ run:

run-cometbft:
cometbft init
../../target/debug/astria-sequencer-utils --genesis-app-state-file=test-genesis-app-state.json --destination-genesis-file=$HOME/.cometbft/config/genesis.json --chain-id=astria
../../target/debug/astria-sequencer-utils copy-genesis-state --genesis-app-state-file=test-genesis-app-state.json --destination-genesis-file=$HOME/.cometbft/config/genesis.json --chain-id=astria
sed -i'.bak' 's/timeout_commit = "1s"/timeout_commit = "2s"/g' ~/.cometbft/config/config.toml
cometbft node

Expand Down

0 comments on commit 51acfc6

Please sign in to comment.