Skip to content

Commit

Permalink
make seq0 state peer for seq3
Browse files Browse the repository at this point in the history
  • Loading branch information
imabdulbasit committed Dec 1, 2024
1 parent 6054b29 commit 6e9d79c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions data/genesis/demo-marketplace.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ number = 0

[[upgrade]]
version = "0.3"
start_proposing_view = 5
stop_proposing_view = 15
start_proposing_view = 10
stop_proposing_view = 60

[upgrade.marketplace]
[upgrade.marketplace.chain_config]
Expand Down
2 changes: 1 addition & 1 deletion process-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ processes:
- ESPRESSO_SEQUENCER_API_PORT=$ESPRESSO_SEQUENCER3_API_PORT
- ESPRESSO_SEQUENCER_LIBP2P_BIND_ADDRESS=0.0.0.0:$ESPRESSO_DEMO_SEQUENCER_LIBP2P_PORT_3
- ESPRESSO_SEQUENCER_LIBP2P_ADVERTISE_ADDRESS=localhost:$ESPRESSO_DEMO_SEQUENCER_LIBP2P_PORT_3
- ESPRESSO_SEQUENCER_STATE_PEERS=http://localhost:$ESPRESSO_SEQUENCER4_API_PORT
- ESPRESSO_SEQUENCER_STATE_PEERS=http://localhost:$ESPRESSO_SEQUENCER_API_PORT
- ESPRESSO_SEQUENCER_STORAGE_PATH=$ESPRESSO_BASE_STORAGE_PATH/seq3
- ESPRESSO_SEQUENCER_PRIVATE_STAKING_KEY=$ESPRESSO_DEMO_SEQUENCER_STAKING_PRIVATE_KEY_3
- ESPRESSO_SEQUENCER_PRIVATE_STATE_KEY=$ESPRESSO_DEMO_SEQUENCER_STATE_PRIVATE_KEY_3
Expand Down

0 comments on commit 6e9d79c

Please sign in to comment.