This commit is contained in:
Para Dox
2025-04-28 16:46:40 +07:00
parent f23b099659
commit 7c66e91f2c
3 changed files with 3 additions and 0 deletions

View File

@@ -30,6 +30,7 @@ services:
- --fast-sync-min-peers=1 - --fast-sync-min-peers=1
- --host-allowlist=* - --host-allowlist=*
- --network=mainnet - --network=mainnet
- --p2p-host=${IP}
- --p2p-port=14038 - --p2p-port=14038
- --rpc-http-api=ETH,NET,WEB3,DEBUG,ADMIN,TXPOOL - --rpc-http-api=ETH,NET,WEB3,DEBUG,ADMIN,TXPOOL
- --rpc-http-enabled=true - --rpc-http-enabled=true

View File

@@ -33,6 +33,7 @@ services:
- --fast-sync-min-peers=1 - --fast-sync-min-peers=1
- --genesis-file=/config/genesis.json - --genesis-file=/config/genesis.json
- --host-allowlist=* - --host-allowlist=*
- --p2p-host=${IP}
- --p2p-port=14816 - --p2p-port=14816
- --plugin-linea-l1-rpc-endpoint=${ETHEREUM_MAINNET_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

View File

@@ -33,6 +33,7 @@ services:
- --fast-sync-min-peers=1 - --fast-sync-min-peers=1
- --genesis-file=/config/genesis.json - --genesis-file=/config/genesis.json
- --host-allowlist=* - --host-allowlist=*
- --p2p-host=${IP}
- --p2p-port=14691 - --p2p-port=14691
- --plugin-linea-l1-rpc-endpoint=${ETHEREUM_SEPOLIA_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