Skip to content

Commit

Permalink
config: update chainids (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
tynes committed Sep 29, 2020
1 parent 042c0b5 commit cc61126
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docker-compose.ci.env
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ TARGET_GAS_LIMIT
VOLUME_PATH=/mnt/l2-node/l2
HOSTNAME=geth_l2
PORT=8545
NETWORK_ID=108
NETWORK_ID=420


######### MICROSERVICES #########
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ services:
- VOLUME_PATH=/mnt/l2-node/l2
- HOSTNAME=geth_l2
- PORT=8545
- NETWORK_ID=108
- NETWORK_ID=420
ports:
- 8545:8545

volumes:
l2-node-data:
l2-node-data:
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ services:
- VOLUME_PATH=/mnt/l2-node/l2
- HOSTNAME=geth_l2
- PORT=8545
- NETWORK_ID=108
- NETWORK_ID=420
ports:
- 8545:8545

volumes:
l2-node-data:
l2-node-data:

0 comments on commit cc61126

Please sign in to comment.