Skip to content

Commit cc61126

Browse files
authored
config: update chainids (#42)
1 parent 042c0b5 commit cc61126

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docker-compose.ci.env

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ TARGET_GAS_LIMIT
1414
VOLUME_PATH=/mnt/l2-node/l2
1515
HOSTNAME=geth_l2
1616
PORT=8545
17-
NETWORK_ID=108
17+
NETWORK_ID=420
1818

1919

2020
######### MICROSERVICES #########

docker-compose.dev.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ services:
1616
- VOLUME_PATH=/mnt/l2-node/l2
1717
- HOSTNAME=geth_l2
1818
- PORT=8545
19-
- NETWORK_ID=108
19+
- NETWORK_ID=420
2020
ports:
2121
- 8545:8545
2222

2323
volumes:
24-
l2-node-data:
24+
l2-node-data:

docker-compose.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ services:
1313
- VOLUME_PATH=/mnt/l2-node/l2
1414
- HOSTNAME=geth_l2
1515
- PORT=8545
16-
- NETWORK_ID=108
16+
- NETWORK_ID=420
1717
ports:
1818
- 8545:8545
1919

2020
volumes:
21-
l2-node-data:
21+
l2-node-data:

0 commit comments

Comments
 (0)