Skip to content

Commit

Permalink
chore: ensure correct sequencer libp2p settings are filled in overrid…
Browse files Browse the repository at this point in the history
…e defaults script
  • Loading branch information
anomit committed Jul 17, 2024
1 parent b6d2e90 commit 62aeead
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions _override_defaults.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,7 @@ if [ -z "$OVERRIDE_DEFAULTS" ]; then
export PROST_RPC_URL="https://rpc-prost1h-proxy.powerloom.io"
export PROTOCOL_STATE_CONTRACT="0x10c5E2ee14006B3860d4FdF6B173A30553ea6333"
export PROST_CHAIN_ID="11165"
export SEQUENCER_ID="QmdJbNsbHpFseUPKC9vLt4vMsfdxA4dyHPzsAWuzYz3Yxx"
export RELAYER_RENDEZVOUS_POINT="Relayer_POP_test_simulation_phase_1"
export CLIENT_RENDEZVOUS_POINT="POP_Client_simulation_test_alpha"
fi

0 comments on commit 62aeead

Please sign in to comment.