no more reth.toml for base

This commit is contained in:
goldsquid
2025-10-09 17:54:15 +07:00
parent 9c04d278b0
commit 4e7768f85f
8 changed files with 0 additions and 109 deletions

View File

@@ -56,7 +56,6 @@ services:
entrypoint: [op-reth, node]
command:
- --chain=base
- --config=/config/reth/reth.toml
- --datadir=/root/.local/share/reth
- --engine.cross-block-cache-size=${BASE_MAINNET_RETH_STATE_CACHE:-4096}
- --max-inbound-peers=50
@@ -89,7 +88,6 @@ services:
- chains
volumes:
- ${BASE_MAINNET_OP_RETH_ARCHIVE_TRACE_DATA:-base-mainnet-op-reth-archive-trace}:/root/.local/share/reth
- ./op/base/mainnet:/config
- .jwtsecret:/jwtsecret:ro
- /slowdisk:/slowdisk
logging: *logging-defaults
@@ -145,7 +143,6 @@ services:
networks:
- chains
volumes:
- ./op/base/mainnet:/config
- .jwtsecret:/jwtsecret:ro
logging: *logging-defaults
labels:

View File

@@ -56,7 +56,6 @@ services:
entrypoint: [op-reth, node]
command:
- --chain=base
- --config=/config/reth/reth.toml
- --datadir=/root/.local/share/reth
- --engine.cross-block-cache-size=${BASE_MAINNET_RETH_STATE_CACHE:-4096}
- --max-inbound-peers=50
@@ -89,7 +88,6 @@ services:
- chains
volumes:
- ${BASE_MAINNET_OP_RETH_MINIMAL_TRACE_DATA:-base-mainnet-op-reth-minimal-trace}:/root/.local/share/reth
- ./op/base/mainnet:/config
- .jwtsecret:/jwtsecret:ro
- /slowdisk:/slowdisk
logging: *logging-defaults
@@ -145,7 +143,6 @@ services:
networks:
- chains
volumes:
- ./op/base/mainnet:/config
- .jwtsecret:/jwtsecret:ro
logging: *logging-defaults
labels:

View File

@@ -56,7 +56,6 @@ services:
entrypoint: [op-reth, node]
command:
- --chain=base
- --config=/config/reth/reth.toml
- --datadir=/root/.local/share/reth
- --engine.cross-block-cache-size=${BASE_MAINNET_RETH_STATE_CACHE:-4096}
- --full
@@ -90,7 +89,6 @@ services:
- chains
volumes:
- ${BASE_MAINNET_OP_RETH_PRUNED_TRACE_DATA:-base-mainnet-op-reth-pruned-trace}:/root/.local/share/reth
- ./op/base/mainnet:/config
- .jwtsecret:/jwtsecret:ro
- /slowdisk:/slowdisk
logging: *logging-defaults
@@ -146,7 +144,6 @@ services:
networks:
- chains
volumes:
- ./op/base/mainnet:/config
- .jwtsecret:/jwtsecret:ro
logging: *logging-defaults
labels: