Skip to content
This repository has been archived by the owner on Dec 5, 2021. It is now read-only.

Commit

Permalink
Update docker-compose-local.env.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CAPtheorem committed May 27, 2021
1 parent 1ececdc commit 164ced8
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions packages/omgx/fraud-prover/docker-compose-local.env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,6 @@ services:
- DATA_TRANSPORT_LAYER__SERVER_HOSTNAME=0.0.0.0
- DATA_TRANSPORT_LAYER__ADDRESS_MANAGER=
- RETRIES=100
- L1_BLOCK_OFFSET=0
- L2_BLOCK_OFFSET=0

geth_l2:
environment:
Expand Down Expand Up @@ -103,8 +101,6 @@ services:
- GCMODE=archive
- NO_DISCOVER=true
- RETRIES=100
- L1_BLOCK_OFFSET=0
- L2_BLOCK_OFFSET=0

batch_submitter:
environment:
Expand All @@ -129,15 +125,11 @@ services:
- SAFE_MINIMUM_ETHER_BALANCE=0
- CLEAR_PENDING_TXS=false
- RETRIES=100
- L1_BLOCK_OFFSET=0
- L2_BLOCK_OFFSET=0

l1_chain:
environment:
- ETH1_HTTP_PORT=9545
- MNEMONIC=abandon abandon abandon abandon abandon abandon abandon abandon abandon abandon abandon about
- L1_BLOCK_OFFSET=0
- L2_BLOCK_OFFSET=0

deployer:
environment:
Expand All @@ -155,8 +147,6 @@ services:
- *RELAY_L1_WALLET_PRIV_KEY
- *ADDRESS_MANAGER_ADDRESS
- RETRIES=100
- L1_BLOCK_OFFSET=0
- L2_BLOCK_OFFSET=0

verifier:
environment:
Expand Down Expand Up @@ -191,8 +181,7 @@ services:
- GCMODE=archive
- NO_DISCOVER=true
- RETRIES=60
- L1_BLOCK_OFFSET=0
- L2_BLOCK_OFFSET=0


fraud_prover:
environment:
Expand Down

0 comments on commit 164ced8

Please sign in to comment.