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:
- 10877:10877
- 10877:10877/udp
- 12877:12877
- 12877:12877/udp
expose:
- 8545
- 8551
@@ -34,7 +34,7 @@ services:
- --gcmode=archive
- --maxpeers=50
- --nat=extip:${IP}
- --port=10877
- --port=12877
- --rpc.gascap=600000000
- --rpc.txfeecap=0
- --state.scheme=hash
@@ -74,8 +74,8 @@ services:
manta-pacific-mainnet-archive-node:
image: ${MANTA_PACIFIC_NODE_IMAGE:-public.ecr.aws/i6b2w2n6/op-node}:${MANTA_PACIFIC_MAINNET_NODE_VERSION:-celestia-3.0.0-dencun}
ports:
- 15877:15877
- 15877:15877/udp
- 17877:17877
- 17877:17877/udp
environment:
- OP_NODE_L1_BEACON=${ETHEREUM_MAINNET_BEACON_REST}
- OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_MAINNET_BEACON_ARCHIVER}
@@ -91,8 +91,8 @@ services:
- OP_NODE_NETWORK=manta-pacific-mainnet
- OP_NODE_P2P_ADVERTISE_IP=${IP}
- OP_NODE_P2P_LISTEN_IP=0.0.0.0
- OP_NODE_P2P_LISTEN_TCP_PORT=15877
- OP_NODE_P2P_LISTEN_UDP_PORT=15877
- OP_NODE_P2P_LISTEN_TCP_PORT=17877
- OP_NODE_P2P_LISTEN_UDP_PORT=17877
- OP_NODE_P2P_STATIC_PEERS=/ip4/35.82.210.70/tcp/9003/p2p/16Uiu2HAmL4fvgBQi5jcuiEYDaNcg4hpGqCmyAv4DZuSM8f2USYwQ
- OP_NODE_RPC_ADDR=0.0.0.0
- OP_NODE_RPC_PORT=8545