This commit is contained in:
Para Dox
2025-04-28 16:08:13 +07:00
parent c7d8a6e534
commit ba1f06506d
2 changed files with 2 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ services:
- --genesis-file=/config/genesis.json - --genesis-file=/config/genesis.json
- --host-allowlist=* - --host-allowlist=*
- --p2p-port=14816 - --p2p-port=14816
- --plugin-linea-l1-rpc-endpoint=${ETHEREUM__EXECUTION_RPC} - --plugin-linea-l1-rpc-endpoint=${ETHEREUM_MAINNET_EXECUTION_RPC}
- --rpc-http-api=eth,net,web3,debug,trace,txpool,linea - --rpc-http-api=eth,net,web3,debug,trace,txpool,linea
- --rpc-http-enabled=true - --rpc-http-enabled=true
- --rpc-http-host=0.0.0.0 - --rpc-http-host=0.0.0.0

View File

@@ -33,7 +33,7 @@ services:
- --genesis-file=/config/genesis.json - --genesis-file=/config/genesis.json
- --host-allowlist=* - --host-allowlist=*
- --p2p-port=14691 - --p2p-port=14691
- --plugin-linea-l1-rpc-endpoint=${ETHEREUM__EXECUTION_RPC} - --plugin-linea-l1-rpc-endpoint=${ETHEREUM_SEPOLIA_EXECUTION_RPC}
- --rpc-http-api=eth,net,web3,debug,trace,txpool,linea - --rpc-http-api=eth,net,web3,debug,trace,txpool,linea
- --rpc-http-enabled=true - --rpc-http-enabled=true
- --rpc-http-host=0.0.0.0 - --rpc-http-host=0.0.0.0