This commit is contained in:
Para Dox
2025-04-28 16:40:24 +07:00
parent 3b90a9bbde
commit 15f9691b37
3 changed files with 6 additions and 6 deletions

View File

@@ -30,12 +30,12 @@ services:
- --host-allowlist=*
- --network=mainnet
- --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-host=0.0.0.0
- --rpc-http-max-active-connections=20000
- --rpc-http-port=8545
- --rpc-ws-api=[eth,net,web3,debug,admin,txpool]
- --rpc-ws-api=ETH,NET,WEB3,DEBUG,ADMIN,TXPOOL
- --rpc-ws-enabled=true
- --rpc-ws-host=0.0.0.0
- --rpc-ws-port=8545

View File

@@ -34,12 +34,12 @@ services:
- --host-allowlist=*
- --p2p-port=14816
- --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-host=0.0.0.0
- --rpc-http-max-active-connections=20000
- --rpc-http-port=8545
- --rpc-ws-api=[eth,net,web3,debug,trace,txpool,linea]
- --rpc-ws-api=ETH,NET,WEB3,DEBUG,TRACE,TXPOOL,LINEA
- --rpc-ws-enabled=true
- --rpc-ws-host=0.0.0.0
- --rpc-ws-port=8545

View File

@@ -34,12 +34,12 @@ services:
- --host-allowlist=*
- --p2p-port=14691
- --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-host=0.0.0.0
- --rpc-http-max-active-connections=20000
- --rpc-http-port=8545
- --rpc-ws-api=[eth,net,web3,debug,trace,txpool,linea]
- --rpc-ws-api=ETH,NET,WEB3,DEBUG,TRACE,TXPOOL,LINEA
- --rpc-ws-enabled=true
- --rpc-ws-host=0.0.0.0
- --rpc-ws-port=8545