classic names
This commit is contained in:
@@ -67,7 +67,7 @@ services:
|
||||
- --metrics.port=6060
|
||||
- --nat=extip:${IP}
|
||||
- --port=13399
|
||||
- --rollup.historicalrpc=${OP_MAINNET_CLASSIC_ARCHIVE_RPC}
|
||||
- --rollup.historicalrpc=${OP_MAINNET_CLASSIC_ARCHIVE_RPC:-http://op-mainnet-l2geth-archive:8545}
|
||||
- --rpc.gascap=600000000
|
||||
- --rpc.txfeecap=0
|
||||
- --state.scheme=hash
|
||||
@@ -87,6 +87,8 @@ services:
|
||||
- --authrpc.vhosts=*
|
||||
restart: unless-stopped
|
||||
stop_grace_period: 5m
|
||||
depends_on:
|
||||
- op-mainnet-l2geth-archive
|
||||
networks:
|
||||
- chains
|
||||
volumes:
|
||||
@@ -153,7 +155,7 @@ services:
|
||||
- prometheus-scrape.port=7300
|
||||
- prometheus-scrape.path=/metrics
|
||||
|
||||
op-mainnet-l2geth-archive-classic:
|
||||
op-mainnet-l2geth-archive:
|
||||
image: ${OP_L2GETH_IMAGE:-ethereumoptimism/l2geth}:${OP_MAINNET_L2GETH_VERSION:-0.5.31}
|
||||
sysctls:
|
||||
# TCP Performance
|
||||
|
||||
Reference in New Issue
Block a user