Skip to content

Commit

Permalink
fix(node): Typo fix spelling EXECUTION .env and yml files (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusWentz authored Aug 15, 2023
1 parent 569592a commit d5f46aa
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
8 changes: 4 additions & 4 deletions .env.sample
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
CHAIN_ID=167005

# Exposed ports
PORT_L2_EXECTION_ENGINE_HTTP=8547
PORT_L2_EXECTION_ENGINE_WS=8548
PORT_L2_EXECTION_ENGINE_METRICS=6060
PORT_L2_EXECTION_ENGINE_P2P=30306
PORT_L2_EXECUTION_ENGINE_HTTP=8547
PORT_L2_EXECUTION_ENGINE_WS=8548
PORT_L2_EXECUTION_ENGINE_METRICS=6060
PORT_L2_EXECUTION_ENGINE_P2P=30306
PORT_PROMETHEUS=9091
PORT_GRAFANA=3001

Expand Down
8 changes: 4 additions & 4 deletions .env.sample.l3
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
CHAIN_ID=167006

# Exposed ports
PORT_L3_EXECTION_ENGINE_HTTP=8549
PORT_L3_EXECTION_ENGINE_WS=8550
PORT_L3_EXECTION_ENGINE_METRICS=6061
PORT_L3_EXECTION_ENGINE_P2P=30307
PORT_L3_EXECUTION_ENGINE_HTTP=8549
PORT_L3_EXECUTION_ENGINE_WS=8550
PORT_L3_EXECUTION_ENGINE_METRICS=6061
PORT_L3_EXECUTION_ENGINE_P2P=30307
PORT_PROMETHEUS=9092
PORT_GRAFANA=3002

Expand Down
10 changes: 5 additions & 5 deletions docker-compose.l3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ services:
volumes:
- l3_execution_engine_data:/data/taiko-geth
ports:
- "${PORT_L3_EXECTION_ENGINE_METRICS}:6060"
- "${PORT_L3_EXECTION_ENGINE_HTTP}:8545"
- "${PORT_L3_EXECTION_ENGINE_WS}:8546"
- "${PORT_L3_EXECTION_ENGINE_P2P}:30303"
- "${PORT_L3_EXECTION_ENGINE_P2P}:30303/udp"
- "${PORT_L3_EXECUTION_ENGINE_METRICS}:6060"
- "${PORT_L3_EXECUTION_ENGINE_HTTP}:8545"
- "${PORT_L3_EXECUTION_ENGINE_WS}:8546"
- "${PORT_L3_EXECUTION_ENGINE_P2P}:30303"
- "${PORT_L3_EXECUTION_ENGINE_P2P}:30303/udp"
command:
- --taiko
- --networkid
Expand Down
10 changes: 5 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ services:
volumes:
- l2_execution_engine_data:/data/taiko-geth
ports:
- "${PORT_L2_EXECTION_ENGINE_METRICS}:6060"
- "${PORT_L2_EXECTION_ENGINE_HTTP}:8545"
- "${PORT_L2_EXECTION_ENGINE_WS}:8546"
- "${PORT_L2_EXECTION_ENGINE_P2P}:30303"
- "${PORT_L2_EXECTION_ENGINE_P2P}:30303/udp"
- "${PORT_L2_EXECUTION_ENGINE_METRICS}:6060"
- "${PORT_L2_EXECUTION_ENGINE_HTTP}:8545"
- "${PORT_L2_EXECUTION_ENGINE_WS}:8546"
- "${PORT_L2_EXECUTION_ENGINE_P2P}:30303"
- "${PORT_L2_EXECUTION_ENGINE_P2P}:30303/udp"
command:
- --taiko
- --networkid
Expand Down

0 comments on commit d5f46aa

Please sign in to comment.