Skip to content

Commit

Permalink
07/2023 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
ericlee42 committed Jul 13, 2023
1 parent c6979b9 commit 91e4cd5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions docker-compose-mainnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3"

services:
dtl:
image: metisdao/mvm-andromeda:dtl@sha256:d0b7419f7443510a58d073403fc4add4657ba5b58d41e4c89e41bfbff86c571f
image: metisdao/data-transport-layer:20230713210754
restart: unless-stopped
stop_grace_period: 30s
environment:
Expand Down Expand Up @@ -31,14 +31,13 @@ services:
max-file: "10"

l2geth:
image: metisdao/l2geth:d9a74998e8f711be67ce9bd9b0d732b0243b7c33
image: metisdao/l2geth:20230713220744
entrypoint: [ "sh", "/scripts/geth.sh" ]
restart: unless-stopped
stop_grace_period: 2m
env_file:
- ./geth.env
environment:
ROLLUP_BACKEND: l2
URL: https://metis-us-east-2-mainnet-json.s3.us-east-2.amazonaws.com/addresses.json
L2GETH_GENESIS_URL: https://metis-us-east-2-mainnet-json.s3.us-east-2.amazonaws.com/state-dump.latest.json
ROLLUP_CLIENT_HTTP: http://dtl:7878
Expand Down
5 changes: 2 additions & 3 deletions docker-compose-testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3"

services:
dtl:
image: metisdao/mvm-develop:goerli-dtl@sha256:a3e0f5cadead0a204b0fb1c55935865f052a55c29aa51edbfc85414d783834f5
image: metisdao/data-transport-layer:20230713210754
restart: unless-stopped
stop_grace_period: 30s
environment:
Expand Down Expand Up @@ -31,7 +31,7 @@ services:
max-file: "10"

l2geth:
image: metisdao/l2geth:d9a74998e8f711be67ce9bd9b0d732b0243b7c33
image: metisdao/l2geth:20230713220744
entrypoint: [ "sh", "/scripts/geth.sh" ]
restart: unless-stopped
stop_grace_period: 2m
Expand All @@ -40,7 +40,6 @@ services:
environment:
CHAIN_ID: 599
NETWORK_ID: 599
ROLLUP_BACKEND: l2
URL: https://metis-us-east-2-goerli.s3.us-east-2.amazonaws.com/addresses.json
L2GETH_GENESIS_URL: https://metis-us-east-2-goerli.s3.us-east-2.amazonaws.com/state-dump.latest.json
ROLLUP_CLIENT_HTTP: http://dtl:7878
Expand Down

0 comments on commit 91e4cd5

Please sign in to comment.