We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 042c0b5 commit cc61126Copy full SHA for cc61126
docker-compose.ci.env
@@ -14,7 +14,7 @@ TARGET_GAS_LIMIT
14
VOLUME_PATH=/mnt/l2-node/l2
15
HOSTNAME=geth_l2
16
PORT=8545
17
-NETWORK_ID=108
+NETWORK_ID=420
18
19
20
######### MICROSERVICES #########
docker-compose.dev.yml
@@ -16,9 +16,9 @@ services:
- VOLUME_PATH=/mnt/l2-node/l2
- HOSTNAME=geth_l2
- PORT=8545
- - NETWORK_ID=108
+ - NETWORK_ID=420
ports:
21
- 8545:8545
22
23
volumes:
24
- l2-node-data:
+ l2-node-data:
docker-compose.yml
@@ -13,9 +13,9 @@ services:
13
0 commit comments