fix
This commit is contained in:
@@ -19,7 +19,7 @@ services:
|
|||||||
- "10463:10463"
|
- "10463:10463"
|
||||||
- "10463:10463/udp"
|
- "10463:10463/udp"
|
||||||
env_file:
|
env_file:
|
||||||
- /config/env
|
- ./zircuit_config/env
|
||||||
entrypoint: ["/bin/sh", "-c", "[ ! -d /data/geth ] && geth init /config/genesis.json; exec geth \"$@\""]
|
entrypoint: ["/bin/sh", "-c", "[ ! -d /data/geth ] && geth init /config/genesis.json; exec geth \"$@\""]
|
||||||
command:
|
command:
|
||||||
- --http
|
- --http
|
||||||
@@ -68,7 +68,7 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
env_file:
|
env_file:
|
||||||
- /config/env
|
- ./zircuit_config/env
|
||||||
environment:
|
environment:
|
||||||
OP_NODE_L1_ETH_RPC: ${ETHEREUM_MAINNET_EXECUTION_RPC}
|
OP_NODE_L1_ETH_RPC: ${ETHEREUM_MAINNET_EXECUTION_RPC}
|
||||||
OP_NODE_L2_ENGINE_RPC: http://zircuit-mainnet-archive:8551
|
OP_NODE_L2_ENGINE_RPC: http://zircuit-mainnet-archive:8551
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ services:
|
|||||||
- "10359:10359"
|
- "10359:10359"
|
||||||
- "10359:10359/udp"
|
- "10359:10359/udp"
|
||||||
env_file:
|
env_file:
|
||||||
- /config/env
|
- ./zircuit_config/env
|
||||||
entrypoint: ["/bin/sh", "-c", "[ ! -d /data/geth ] && geth init /config/genesis.json; exec geth \"$@\""]
|
entrypoint: ["/bin/sh", "-c", "[ ! -d /data/geth ] && geth init /config/genesis.json; exec geth \"$@\""]
|
||||||
command:
|
command:
|
||||||
- --http
|
- --http
|
||||||
@@ -68,7 +68,7 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
env_file:
|
env_file:
|
||||||
- /config/env
|
- ./zircuit_config/env
|
||||||
environment:
|
environment:
|
||||||
OP_NODE_L1_ETH_RPC: ${ETHEREUM_MAINNET_EXECUTION_RPC}
|
OP_NODE_L1_ETH_RPC: ${ETHEREUM_MAINNET_EXECUTION_RPC}
|
||||||
OP_NODE_L2_ENGINE_RPC: http://zircuit-mainnet:8551
|
OP_NODE_L2_ENGINE_RPC: http://zircuit-mainnet:8551
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ services:
|
|||||||
- "10095:10095"
|
- "10095:10095"
|
||||||
- "10095:10095/udp"
|
- "10095:10095/udp"
|
||||||
env_file:
|
env_file:
|
||||||
- /config/env
|
- ./zircuit_testnet_config/env
|
||||||
entrypoint: ["/bin/sh", "-c", "[ ! -d /data/geth ] && geth init /config/genesis.json; exec geth \"$@\""]
|
entrypoint: ["/bin/sh", "-c", "[ ! -d /data/geth ] && geth init /config/genesis.json; exec geth \"$@\""]
|
||||||
command:
|
command:
|
||||||
- --http
|
- --http
|
||||||
@@ -68,7 +68,7 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
env_file:
|
env_file:
|
||||||
- /config/env
|
- ./zircuit_testnet_config/env
|
||||||
environment:
|
environment:
|
||||||
OP_NODE_L1_ETH_RPC: ${ETHEREUM_SEPOLIA_EXECUTION_RPC}
|
OP_NODE_L1_ETH_RPC: ${ETHEREUM_SEPOLIA_EXECUTION_RPC}
|
||||||
OP_NODE_L2_ENGINE_RPC: http://zircuit-testnet-archive:8551
|
OP_NODE_L2_ENGINE_RPC: http://zircuit-testnet-archive:8551
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ services:
|
|||||||
- "10804:10804"
|
- "10804:10804"
|
||||||
- "10804:10804/udp"
|
- "10804:10804/udp"
|
||||||
env_file:
|
env_file:
|
||||||
- /config/env
|
- ./zircuit_testnet_config/env
|
||||||
entrypoint: ["/bin/sh", "-c", "[ ! -d /data/geth ] && geth init /config/genesis.json; exec geth \"$@\""]
|
entrypoint: ["/bin/sh", "-c", "[ ! -d /data/geth ] && geth init /config/genesis.json; exec geth \"$@\""]
|
||||||
command:
|
command:
|
||||||
- --http
|
- --http
|
||||||
@@ -68,7 +68,7 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
env_file:
|
env_file:
|
||||||
- /config/env
|
- ./zircuit_testnet_config/env
|
||||||
environment:
|
environment:
|
||||||
OP_NODE_L1_ETH_RPC: ${ETHEREUM_SEPOLIA_EXECUTION_RPC}
|
OP_NODE_L1_ETH_RPC: ${ETHEREUM_SEPOLIA_EXECUTION_RPC}
|
||||||
OP_NODE_L2_ENGINE_RPC: http://zircuit-testnet:8551
|
OP_NODE_L2_ENGINE_RPC: http://zircuit-testnet:8551
|
||||||
|
|||||||
Reference in New Issue
Block a user