Skip to content

Commit

Permalink
fix: ping pong test
Browse files Browse the repository at this point in the history
  • Loading branch information
Westlad committed Apr 17, 2024
1 parent 3a8fe30 commit b38ae4d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/docker-compose.multiproposer-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ services:
OPTIMIST_WS_PORT: 8080
PROPOSER_HOST: localhost
PROPOSER_PORT: 8093
PROPOSER_KEY: ${PROPOSER_KEY:-0xcbbf1d0686738a444cf9f66fdc96289035c384c4e8d26768f94fa81f3ab6596a}
PROPOSER_KEY: ${PROPOSER_KEY:-0x4bbbf85ce3377467afe5d46f804f221813b2bb87f24d81f60f1fcdbf7cbf4356}
DEPLOYER_HOST: ${DEPLOYER_HOST:-deployer}
GAS_ESTIMATE_ENDPOINT: ${GAS_ESTIMATE_ENDPOINT}
networks:
Expand Down Expand Up @@ -342,7 +342,7 @@ services:
OPTIMIST_WS_PORT: 8080
PROPOSER_HOST: localhost
PROPOSER_PORT: 8094
PROPOSER_KEY: ${PROPOSER2_KEY:-0xabf4ed9f30bd1e4a290310d726c7bbdf39cd75a25eebd9a3a4874e10b4a0c4ce}
PROPOSER_KEY: ${PROPOSER2_KEY:-0x47e179ec197488593b187f80a00eb0da91f1b9d0b13f8733639f19c30a34926a}
DEPLOYER_HOST: ${DEPLOYER_HOST:-deployer}
GAS_ESTIMATE_ENDPOINT: ${GAS_ESTIMATE_ENDPOINT}
networks:
Expand Down Expand Up @@ -373,7 +373,7 @@ services:
OPTIMIST_PORT: 80
OPTIMIST_WS_PORT: 8080
CHALLENGER_PORT: 8192
CHALLENGER_KEY: ${CHALLENGER_KEY:-0xd42905d0582c476c4b74757be6576ec323d715a0c7dcff231b6348b7ab0190eb}
CHALLENGER_KEY: ${CHALLENGER_KEY:-0x5de4111afa1a4b94908f83103eb1f1706367c2e68ca870fc3fb9a804cdab365a}
DEPLOYER_HOST: ${DEPLOYER_HOST:-deployer}
GAS_ESTIMATE_ENDPOINT: ${GAS_ESTIMATE_ENDPOINT}
networks:
Expand Down

0 comments on commit b38ae4d

Please sign in to comment.