This commit is contained in:
Para Dox
2025-04-13 17:52:13 +07:00
parent 4b14f4b589
commit 6df1ca59d5
173 changed files with 1256 additions and 1256 deletions

View File

@@ -19,8 +19,8 @@ services:
nofile: 1048576 # Max open files (for RPC/WS connections)
user: root
ports:
- 10869:10869
- 10869:10869/udp
- 11869:11869
- 11869:11869/udp
expose:
- 8545
- 8551
@@ -34,7 +34,7 @@ services:
- --gcmode=full
- --maxpeers=50
- --nat=extip:${IP}
- --port=10869
- --port=11869
- --rpc.gascap=600000000
- --rpc.txfeecap=0
- --state.scheme=path
@@ -73,8 +73,8 @@ services:
ink-sepolia-node:
image: ${INK_NODE_IMAGE:-us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node}:${INK_SEPOLIA_NODE_VERSION:-v1.13.1}
ports:
- 15869:15869
- 15869:15869/udp
- 16869:16869
- 16869:16869/udp
environment:
- OP_NODE_L1_BEACON=${ETHEREUM_SEPOLIA_BEACON_REST}
- OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_SEPOLIA_BEACON_ARCHIVER}
@@ -91,8 +91,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=15869
- OP_NODE_P2P_LISTEN_UDP_PORT=15869
- OP_NODE_P2P_LISTEN_TCP_PORT=16869
- OP_NODE_P2P_LISTEN_UDP_PORT=16869
- OP_NODE_RPC_ADDR=0.0.0.0
- OP_NODE_RPC_PORT=8545
- OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log