fix
This commit is contained in:
@@ -19,8 +19,8 @@ services:
|
||||
nofile: 1048576 # Max open files (for RPC/WS connections)
|
||||
user: root
|
||||
ports:
|
||||
- 10083:10083
|
||||
- 10083:10083/udp
|
||||
- 11083:11083
|
||||
- 11083:11083/udp
|
||||
expose:
|
||||
- 8545
|
||||
- 8551
|
||||
@@ -37,7 +37,7 @@ services:
|
||||
- --l1.endpoint=${ETHEREUM_MAINNET_EXECUTION_RPC}
|
||||
- --maxpeers=50
|
||||
- --nat=extip:${IP}
|
||||
- --port=10083
|
||||
- --port=11083
|
||||
- --rollup.verify
|
||||
- --rpc.gascap=600000000
|
||||
- --rpc.txfeecap=0
|
||||
|
||||
@@ -19,8 +19,8 @@ services:
|
||||
nofile: 1048576 # Max open files (for RPC/WS connections)
|
||||
user: root
|
||||
ports:
|
||||
- 10455:10455
|
||||
- 10455:10455/udp
|
||||
- 11455:11455
|
||||
- 11455:11455/udp
|
||||
expose:
|
||||
- 8545
|
||||
- 8551
|
||||
@@ -39,7 +39,7 @@ services:
|
||||
- --l1.endpoint=${ETHEREUM_SEPOLIA_EXECUTION_RPC}
|
||||
- --maxpeers=50
|
||||
- --nat=extip:${IP}
|
||||
- --port=10455
|
||||
- --port=11455
|
||||
- --rollup.verify
|
||||
- --rpc.gascap=600000000
|
||||
- --rpc.txfeecap=0
|
||||
|
||||
Reference in New Issue
Block a user