Skip to content

Commit

Permalink
Remove batch type in docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
boyuan-chen authored and InoMurko committed Jun 15, 2022
1 parent 18f2109 commit d83b935
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ops/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -323,8 +323,6 @@ services:
#aliases are setup, check seed.yml
BATCH_SUBMITTER_SEQUENCER_KEY_ID: "0x70997970c51812dc3a010c7d01b50e0d17dc79c8"
BATCH_SUBMITTER_PROPOSER_KEY_ID: "0x3c44cdddb6a900fa2b585dd299e03d12fa4293bc"
# calldata compression
BATCH_SUBMITTER_SEQUENCER_BATCH_TYPE: ${BATCH_SUBMITTER_SEQUENCER_BATCH_TYPE:-brotli}

integration_tests:
image: bobanetwork/integration-tests:latest
Expand All @@ -348,8 +346,6 @@ services:
<< : *integration_pk
<< : *integration_2_pk
<< : *integration_3_pk
# calldata compression
BATCH_SUBMITTER_SEQUENCER_BATCH_TYPE: ${BATCH_SUBMITTER_SEQUENCER_BATCH_TYPE:-brotli}

replica:
depends_on:
Expand Down

0 comments on commit d83b935

Please sign in to comment.