fix
This commit is contained in:
@@ -19,8 +19,8 @@ services:
|
||||
nofile: 1048576 # Max open files (for RPC/WS connections)
|
||||
user: root
|
||||
ports:
|
||||
- 10370:10370
|
||||
- 10370:10370/udp
|
||||
- 11370:11370
|
||||
- 11370:11370/udp
|
||||
expose:
|
||||
- 8545
|
||||
- 8551
|
||||
@@ -39,7 +39,7 @@ services:
|
||||
- --gcmode=archive
|
||||
- --maxpeers=50
|
||||
- --nat=extip:${IP}
|
||||
- --port=10370
|
||||
- --port=11370
|
||||
- --rpc.gascap=600000000
|
||||
- --rpc.txfeecap=0
|
||||
- --state.scheme=hash
|
||||
@@ -79,8 +79,8 @@ services:
|
||||
fraxtal-testnet-archive-node:
|
||||
image: ${FRAXTAL_NODE_IMAGE:-ghcr.io/fraxfinance/fraxtal-node}:${FRAXTAL_TESTNET_NODE_VERSION:-v1.12.2-frax-1.1.0}
|
||||
ports:
|
||||
- 15370:15370
|
||||
- 15370:15370/udp
|
||||
- 16370:16370
|
||||
- 16370:16370/udp
|
||||
environment:
|
||||
- OP_NODE_L1_BEACON=${ETHEREUM_SEPOLIA_BEACON_REST}
|
||||
- OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_SEPOLIA_BEACON_ARCHIVER}
|
||||
@@ -97,8 +97,8 @@ services:
|
||||
- OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400
|
||||
- OP_NODE_P2P_ADVERTISE_IP=${IP}
|
||||
- OP_NODE_P2P_LISTEN_IP=0.0.0.0
|
||||
- OP_NODE_P2P_LISTEN_TCP_PORT=15370
|
||||
- OP_NODE_P2P_LISTEN_UDP_PORT=15370
|
||||
- OP_NODE_P2P_LISTEN_TCP_PORT=16370
|
||||
- OP_NODE_P2P_LISTEN_UDP_PORT=16370
|
||||
- OP_NODE_RPC_ADDR=0.0.0.0
|
||||
- OP_NODE_RPC_PORT=8545
|
||||
- OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log
|
||||
|
||||
Reference in New Issue
Block a user