fix
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
---
|
||||
# use at your own risk
|
||||
|
||||
services:
|
||||
@@ -27,41 +28,31 @@ services:
|
||||
- 10390:10390/udp
|
||||
volumes:
|
||||
- ${BASE_SEPOLIA_OP_RETH_ARCHIVE_TRACE_DATA:-base-sepolia-op-reth-archive-trace}:/root/.local/share/reth
|
||||
- /slowdisk:/slowdisk
|
||||
|
||||
- .jwtsecret:/jwtsecret:ro
|
||||
|
||||
- /slowdisk:/slowdisk
|
||||
entrypoint: [op-reth, node]
|
||||
command:
|
||||
- --authrpc.addr=0.0.0.0
|
||||
- --authrpc.jwtsecret=/jwtsecret
|
||||
- --chain=base-sepolia
|
||||
- --datadir=/root/.local/share/reth
|
||||
- --port=10390
|
||||
- --nat=extip:${IP}
|
||||
- --http
|
||||
- --http.port=8545
|
||||
|
||||
- --http.corsdomain=*
|
||||
- --max-outbound-peers=50
|
||||
- --max-inbound-peers=50
|
||||
|
||||
- --ws
|
||||
- --ws.port=8545
|
||||
- --ws.origins=*
|
||||
- --ws.addr=0.0.0.0
|
||||
- --ws.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev
|
||||
|
||||
- --http.addr=0.0.0.0
|
||||
- --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev
|
||||
|
||||
- --rpc.max-logs-per-response=1100000
|
||||
- --rpc.gascap=600000000
|
||||
|
||||
- --authrpc.addr=0.0.0.0
|
||||
|
||||
- --authrpc.jwtsecret=/jwtsecret
|
||||
|
||||
- --chain=base-sepolia
|
||||
- --http.corsdomain=*
|
||||
- --http.port=8545
|
||||
- --max-inbound-peers=50
|
||||
- --max-outbound-peers=50
|
||||
- --nat=extip:${IP}
|
||||
- --port=10390
|
||||
- --rollup.sequencer-http=https://sepolia-sequencer.base.org
|
||||
|
||||
- --rpc.gascap=600000000
|
||||
- --rpc.max-logs-per-response=1100000
|
||||
- --ws
|
||||
- --ws.addr=0.0.0.0
|
||||
- --ws.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev
|
||||
- --ws.origins=*
|
||||
- --ws.port=8545
|
||||
networks:
|
||||
- chains
|
||||
restart: unless-stopped
|
||||
@@ -82,27 +73,27 @@ services:
|
||||
- 15390:15390
|
||||
- 15390:15390/udp
|
||||
environment:
|
||||
- OP_NODE_NETWORK=base-sepolia
|
||||
- OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC}
|
||||
- OP_NODE_L2_ENGINE_RPC=http://base-sepolia-archive:8551
|
||||
- OP_NODE_P2P_LISTEN_TCP_PORT=15390
|
||||
- OP_NODE_P2P_LISTEN_UDP_PORT=15390
|
||||
- OP_NODE_P2P_ADVERTISE_IP=${IP}
|
||||
- OP_NODE_L1_RPC_KIND=${ETHEREUM_SEPOLIA_EXECUTION_KIND:-basic}
|
||||
- OP_NODE_L1_TRUST_RPC=${ETHEREUM_SEPOLIA_EXECUTION_TRUST:-false}
|
||||
- OP_NODE_L1_BEACON=${ETHEREUM_SEPOLIA_BEACON_REST}
|
||||
- OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_SEPOLIA_BEACON_ARCHIVER}
|
||||
- OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400
|
||||
- OP_NODE_SYNCMODE=consensus-layer
|
||||
- OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC}
|
||||
- OP_NODE_L1_RPC_KIND=${ETHEREUM_SEPOLIA_EXECUTION_KIND:-basic}
|
||||
- OP_NODE_L1_TRUST_RPC=${ETHEREUM_SEPOLIA_EXECUTION_TRUST:-false}
|
||||
- OP_NODE_L2_ENGINE_AUTH=/jwtsecret
|
||||
- OP_NODE_L2_ENGINE_RPC=http://base-sepolia-archive:8551
|
||||
- OP_NODE_LOG_LEVEL=info
|
||||
- OP_NODE_METRICS_ADDR=0.0.0.0
|
||||
- OP_NODE_METRICS_ENABLED=true
|
||||
- OP_NODE_METRICS_PORT=7300
|
||||
- OP_NODE_NETWORK=base-sepolia
|
||||
- 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=15390
|
||||
- OP_NODE_P2P_LISTEN_UDP_PORT=15390
|
||||
- OP_NODE_RPC_ADDR=0.0.0.0
|
||||
- OP_NODE_RPC_PORT=8545
|
||||
- OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log
|
||||
- OP_NODE_SYNCMODE=consensus-layer
|
||||
- OP_NODE_VERIFIER_L1_CONFS=0
|
||||
entrypoint: [op-node]
|
||||
networks:
|
||||
@@ -110,7 +101,6 @@ services:
|
||||
|
||||
volumes:
|
||||
- .jwtsecret:/jwtsecret:ro
|
||||
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
base-sepolia-op-reth-archive-trace:
|
||||
@@ -129,4 +119,5 @@ x-upstreams:
|
||||
disabled:
|
||||
- name: eth_maxPriorityFeePerGas
|
||||
enabled:
|
||||
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||
...
|
||||
Reference in New Issue
Block a user