diff --git a/berachain/reth/berachain-bartio-reth-archive-trace.yml b/berachain/reth/berachain-bartio-reth-archive-trace.yml index 817d7e0e..736cf8e7 100644 --- a/berachain/reth/berachain-bartio-reth-archive-trace.yml +++ b/berachain/reth/berachain-bartio-reth-archive-trace.yml @@ -77,9 +77,7 @@ services: - --engine.cross-block-cache-size=${BERACHAIN_BARTIO_RETH_STATE_CACHE:-4096} - --max-inbound-peers=50 - --max-outbound-peers=50 - - --metrics - - --metrics.addr=0.0.0.0 - - --metrics.port=9001 + - --metrics=0.0.0.0:9001 - --nat=extip:${IP} - --port=10527 - --rpc-cache.max-blocks=10000 diff --git a/berachain/reth/berachain-bartio-reth-pruned-trace.yml b/berachain/reth/berachain-bartio-reth-pruned-trace.yml index e411a53f..6a02aec1 100644 --- a/berachain/reth/berachain-bartio-reth-pruned-trace.yml +++ b/berachain/reth/berachain-bartio-reth-pruned-trace.yml @@ -78,9 +78,7 @@ services: - --full - --max-inbound-peers=50 - --max-outbound-peers=50 - - --metrics - - --metrics.addr=0.0.0.0 - - --metrics.port=9001 + - --metrics=0.0.0.0:9001 - --nat=extip:${IP} - --port=14467 - --rpc-cache.max-blocks=10000 diff --git a/berachain/reth/berachain-bepolia-reth-archive-trace.yml b/berachain/reth/berachain-bepolia-reth-archive-trace.yml index 5da6738e..21708d0c 100644 --- a/berachain/reth/berachain-bepolia-reth-archive-trace.yml +++ b/berachain/reth/berachain-bepolia-reth-archive-trace.yml @@ -77,9 +77,7 @@ services: - --engine.cross-block-cache-size=${BERACHAIN_BEPOLIA_RETH_STATE_CACHE:-4096} - --max-inbound-peers=50 - --max-outbound-peers=50 - - --metrics - - --metrics.addr=0.0.0.0 - - --metrics.port=9001 + - --metrics=0.0.0.0:9001 - --nat=extip:${IP} - --port=11347 - --rpc-cache.max-blocks=10000 diff --git a/berachain/reth/berachain-bepolia-reth-pruned-trace.yml b/berachain/reth/berachain-bepolia-reth-pruned-trace.yml index 808db1fd..1509ccd6 100644 --- a/berachain/reth/berachain-bepolia-reth-pruned-trace.yml +++ b/berachain/reth/berachain-bepolia-reth-pruned-trace.yml @@ -78,9 +78,7 @@ services: - --full - --max-inbound-peers=50 - --max-outbound-peers=50 - - --metrics - - --metrics.addr=0.0.0.0 - - --metrics.port=9001 + - --metrics=0.0.0.0:9001 - --nat=extip:${IP} - --port=12274 - --rpc-cache.max-blocks=10000 diff --git a/berachain/reth/berachain-mainnet-reth-archive-trace.yml b/berachain/reth/berachain-mainnet-reth-archive-trace.yml index db64fc9d..927cac40 100644 --- a/berachain/reth/berachain-mainnet-reth-archive-trace.yml +++ b/berachain/reth/berachain-mainnet-reth-archive-trace.yml @@ -77,9 +77,7 @@ services: - --engine.cross-block-cache-size=${BERACHAIN_MAINNET_RETH_STATE_CACHE:-4096} - --max-inbound-peers=50 - --max-outbound-peers=50 - - --metrics - - --metrics.addr=0.0.0.0 - - --metrics.port=9001 + - --metrics=0.0.0.0:9001 - --nat=extip:${IP} - --port=12881 - --rpc-cache.max-blocks=10000 diff --git a/berachain/reth/berachain-mainnet-reth-pruned-trace.yml b/berachain/reth/berachain-mainnet-reth-pruned-trace.yml index 85ebecc5..a739d7e9 100644 --- a/berachain/reth/berachain-mainnet-reth-pruned-trace.yml +++ b/berachain/reth/berachain-mainnet-reth-pruned-trace.yml @@ -78,9 +78,7 @@ services: - --full - --max-inbound-peers=50 - --max-outbound-peers=50 - - --metrics - - --metrics.addr=0.0.0.0 - - --metrics.port=9001 + - --metrics=0.0.0.0:9001 - --nat=extip:${IP} - --port=10900 - --rpc-cache.max-blocks=10000 diff --git a/ethereum/reth/ethereum-holesky-reth-archive-trace.yml b/ethereum/reth/ethereum-holesky-reth-archive-trace.yml index f027bf57..cf6fffd9 100644 --- a/ethereum/reth/ethereum-holesky-reth-archive-trace.yml +++ b/ethereum/reth/ethereum-holesky-reth-archive-trace.yml @@ -61,9 +61,7 @@ services: - --engine.cross-block-cache-size=${ETHEREUM_HOLESKY_RETH_STATE_CACHE:-4096} - --max-inbound-peers=50 - --max-outbound-peers=50 - - --metrics - - --metrics.addr=0.0.0.0 - - --metrics.port=9001 + - --metrics=0.0.0.0:9001 - --nat=extip:${IP} - --port=13752 - --rpc-cache.max-blocks=10000 diff --git a/ethereum/reth/ethereum-holesky-reth-pruned-trace.yml b/ethereum/reth/ethereum-holesky-reth-pruned-trace.yml index 0f64a36b..ced7c605 100644 --- a/ethereum/reth/ethereum-holesky-reth-pruned-trace.yml +++ b/ethereum/reth/ethereum-holesky-reth-pruned-trace.yml @@ -62,9 +62,7 @@ services: - --full - --max-inbound-peers=50 - --max-outbound-peers=50 - - --metrics - - --metrics.addr=0.0.0.0 - - --metrics.port=9001 + - --metrics=0.0.0.0:9001 - --nat=extip:${IP} - --port=11849 - --rpc-cache.max-blocks=10000 diff --git a/ethereum/reth/ethereum-mainnet-reth-archive-trace--lighthouse-pruned-blobs.yml b/ethereum/reth/ethereum-mainnet-reth-archive-trace--lighthouse-pruned-blobs.yml index ff738b52..797f310e 100644 --- a/ethereum/reth/ethereum-mainnet-reth-archive-trace--lighthouse-pruned-blobs.yml +++ b/ethereum/reth/ethereum-mainnet-reth-archive-trace--lighthouse-pruned-blobs.yml @@ -61,9 +61,7 @@ services: - --engine.cross-block-cache-size=${ETHEREUM_MAINNET_RETH_STATE_CACHE:-4096} - --max-inbound-peers=50 - --max-outbound-peers=50 - - --metrics - - --metrics.addr=0.0.0.0 - - --metrics.port=9001 + - --metrics=0.0.0.0:9001 - --nat=extip:${IP} - --port=14563 - --rpc-cache.max-blocks=10000 diff --git a/ethereum/reth/ethereum-mainnet-reth-archive-trace--nimbus.yml b/ethereum/reth/ethereum-mainnet-reth-archive-trace--nimbus.yml index aa3da048..65fbcf3a 100644 --- a/ethereum/reth/ethereum-mainnet-reth-archive-trace--nimbus.yml +++ b/ethereum/reth/ethereum-mainnet-reth-archive-trace--nimbus.yml @@ -61,9 +61,7 @@ services: - --engine.cross-block-cache-size=${ETHEREUM_MAINNET_RETH_STATE_CACHE:-4096} - --max-inbound-peers=50 - --max-outbound-peers=50 - - --metrics - - --metrics.addr=0.0.0.0 - - --metrics.port=9001 + - --metrics=0.0.0.0:9001 - --nat=extip:${IP} - --port=14563 - --rpc-cache.max-blocks=10000 diff --git a/ethereum/reth/ethereum-mainnet-reth-archive-trace.yml b/ethereum/reth/ethereum-mainnet-reth-archive-trace.yml index ffc60625..1bf0dc3c 100644 --- a/ethereum/reth/ethereum-mainnet-reth-archive-trace.yml +++ b/ethereum/reth/ethereum-mainnet-reth-archive-trace.yml @@ -61,9 +61,7 @@ services: - --engine.cross-block-cache-size=${ETHEREUM_MAINNET_RETH_STATE_CACHE:-4096} - --max-inbound-peers=50 - --max-outbound-peers=50 - - --metrics - - --metrics.addr=0.0.0.0 - - --metrics.port=9001 + - --metrics=0.0.0.0:9001 - --nat=extip:${IP} - --port=14563 - --rpc-cache.max-blocks=10000 diff --git a/ethereum/reth/ethereum-mainnet-reth-minimal-trace--blsync.yml b/ethereum/reth/ethereum-mainnet-reth-minimal-trace--blsync.yml index 6beca0c5..61c5bea8 100644 --- a/ethereum/reth/ethereum-mainnet-reth-minimal-trace--blsync.yml +++ b/ethereum/reth/ethereum-mainnet-reth-minimal-trace--blsync.yml @@ -65,9 +65,7 @@ services: - --full - --max-inbound-peers=50 - --max-outbound-peers=50 - - --metrics - - --metrics.addr=0.0.0.0 - - --metrics.port=9001 + - --metrics=0.0.0.0:9001 - --nat=extip:${IP} - --port=14286 - --rpc-cache.max-blocks=10000 diff --git a/ethereum/reth/ethereum-mainnet-reth-minimal-trace--nimbus.yml b/ethereum/reth/ethereum-mainnet-reth-minimal-trace--nimbus.yml index 1ac29c5b..2b7c5d7c 100644 --- a/ethereum/reth/ethereum-mainnet-reth-minimal-trace--nimbus.yml +++ b/ethereum/reth/ethereum-mainnet-reth-minimal-trace--nimbus.yml @@ -65,9 +65,7 @@ services: - --full - --max-inbound-peers=50 - --max-outbound-peers=50 - - --metrics - - --metrics.addr=0.0.0.0 - - --metrics.port=9001 + - --metrics=0.0.0.0:9001 - --nat=extip:${IP} - --port=14286 - --rpc-cache.max-blocks=10000 diff --git a/ethereum/reth/ethereum-mainnet-reth-pruned-trace--nimbus.yml b/ethereum/reth/ethereum-mainnet-reth-pruned-trace--nimbus.yml index 6b728245..49b9e8ad 100644 --- a/ethereum/reth/ethereum-mainnet-reth-pruned-trace--nimbus.yml +++ b/ethereum/reth/ethereum-mainnet-reth-pruned-trace--nimbus.yml @@ -62,9 +62,7 @@ services: - --full - --max-inbound-peers=50 - --max-outbound-peers=50 - - --metrics - - --metrics.addr=0.0.0.0 - - --metrics.port=9001 + - --metrics=0.0.0.0:9001 - --nat=extip:${IP} - --port=10150 - --rpc-cache.max-blocks=10000 diff --git a/ethereum/reth/ethereum-mainnet-reth-pruned-trace.yml b/ethereum/reth/ethereum-mainnet-reth-pruned-trace.yml index b01146c3..05f77066 100644 --- a/ethereum/reth/ethereum-mainnet-reth-pruned-trace.yml +++ b/ethereum/reth/ethereum-mainnet-reth-pruned-trace.yml @@ -62,9 +62,7 @@ services: - --full - --max-inbound-peers=50 - --max-outbound-peers=50 - - --metrics - - --metrics.addr=0.0.0.0 - - --metrics.port=9001 + - --metrics=0.0.0.0:9001 - --nat=extip:${IP} - --port=10150 - --rpc-cache.max-blocks=10000 diff --git a/ethereum/reth/ethereum-sepolia-reth-archive-trace.yml b/ethereum/reth/ethereum-sepolia-reth-archive-trace.yml index 09b43668..d27bcaf1 100644 --- a/ethereum/reth/ethereum-sepolia-reth-archive-trace.yml +++ b/ethereum/reth/ethereum-sepolia-reth-archive-trace.yml @@ -61,9 +61,7 @@ services: - --engine.cross-block-cache-size=${ETHEREUM_SEPOLIA_RETH_STATE_CACHE:-4096} - --max-inbound-peers=50 - --max-outbound-peers=50 - - --metrics - - --metrics.addr=0.0.0.0 - - --metrics.port=9001 + - --metrics=0.0.0.0:9001 - --nat=extip:${IP} - --port=14330 - --rpc-cache.max-blocks=10000 diff --git a/ethereum/reth/ethereum-sepolia-reth-pruned-trace.yml b/ethereum/reth/ethereum-sepolia-reth-pruned-trace.yml index ac197b4d..9a24c840 100644 --- a/ethereum/reth/ethereum-sepolia-reth-pruned-trace.yml +++ b/ethereum/reth/ethereum-sepolia-reth-pruned-trace.yml @@ -62,9 +62,7 @@ services: - --full - --max-inbound-peers=50 - --max-outbound-peers=50 - - --metrics - - --metrics.addr=0.0.0.0 - - --metrics.port=9001 + - --metrics=0.0.0.0:9001 - --nat=extip:${IP} - --port=12150 - --rpc-cache.max-blocks=10000 diff --git a/op/reth/base-mainnet-op-reth-archive-trace.yml b/op/reth/base-mainnet-op-reth-archive-trace.yml index 9b389a47..89948c8b 100644 --- a/op/reth/base-mainnet-op-reth-archive-trace.yml +++ b/op/reth/base-mainnet-op-reth-archive-trace.yml @@ -60,9 +60,7 @@ services: - --engine.cross-block-cache-size=${BASE_MAINNET_RETH_STATE_CACHE:-4096} - --max-inbound-peers=50 - --max-outbound-peers=50 - - --metrics - - --metrics.addr=0.0.0.0 - - --metrics.port=9001 + - --metrics=0.0.0.0:9001 - --nat=extip:${IP} - --port=14221 - --rollup.sequencer-http=https://mainnet-sequencer.base.org diff --git a/op/reth/base-mainnet-op-reth-minimal-trace--benchmark.yml b/op/reth/base-mainnet-op-reth-minimal-trace--benchmark.yml index 6a50f75e..675a5d4e 100644 --- a/op/reth/base-mainnet-op-reth-minimal-trace--benchmark.yml +++ b/op/reth/base-mainnet-op-reth-minimal-trace--benchmark.yml @@ -60,9 +60,7 @@ services: - --engine.cross-block-cache-size=${BASE_MAINNET_RETH_STATE_CACHE:-4096} - --max-inbound-peers=50 - --max-outbound-peers=50 - - --metrics - - --metrics.addr=0.0.0.0 - - --metrics.port=9001 + - --metrics=0.0.0.0:9001 - --nat=extip:${IP} - --port=11240 - --rollup.sequencer-http=https://mainnet-sequencer.base.org diff --git a/op/reth/base-mainnet-op-reth-minimal-trace.yml b/op/reth/base-mainnet-op-reth-minimal-trace.yml index 47889a04..5e79fa89 100644 --- a/op/reth/base-mainnet-op-reth-minimal-trace.yml +++ b/op/reth/base-mainnet-op-reth-minimal-trace.yml @@ -60,9 +60,7 @@ services: - --engine.cross-block-cache-size=${BASE_MAINNET_RETH_STATE_CACHE:-4096} - --max-inbound-peers=50 - --max-outbound-peers=50 - - --metrics - - --metrics.addr=0.0.0.0 - - --metrics.port=9001 + - --metrics=0.0.0.0:9001 - --nat=extip:${IP} - --port=11240 - --rollup.sequencer-http=https://mainnet-sequencer.base.org diff --git a/op/reth/base-mainnet-op-reth-pruned-trace--benchmark.yml b/op/reth/base-mainnet-op-reth-pruned-trace--benchmark.yml index d5b66abe..5eaca854 100644 --- a/op/reth/base-mainnet-op-reth-pruned-trace--benchmark.yml +++ b/op/reth/base-mainnet-op-reth-pruned-trace--benchmark.yml @@ -61,9 +61,7 @@ services: - --full - --max-inbound-peers=50 - --max-outbound-peers=50 - - --metrics - - --metrics.addr=0.0.0.0 - - --metrics.port=9001 + - --metrics=0.0.0.0:9001 - --nat=extip:${IP} - --port=14759 - --rollup.sequencer-http=https://mainnet-sequencer.base.org diff --git a/op/reth/base-mainnet-op-reth-pruned-trace.yml b/op/reth/base-mainnet-op-reth-pruned-trace.yml index abe8fd3b..9f49429a 100644 --- a/op/reth/base-mainnet-op-reth-pruned-trace.yml +++ b/op/reth/base-mainnet-op-reth-pruned-trace.yml @@ -61,9 +61,7 @@ services: - --full - --max-inbound-peers=50 - --max-outbound-peers=50 - - --metrics - - --metrics.addr=0.0.0.0 - - --metrics.port=9001 + - --metrics=0.0.0.0:9001 - --nat=extip:${IP} - --port=14759 - --rollup.sequencer-http=https://mainnet-sequencer.base.org diff --git a/op/reth/base-sepolia-op-reth-archive-trace.yml b/op/reth/base-sepolia-op-reth-archive-trace.yml index 58843b72..5aa00b7c 100644 --- a/op/reth/base-sepolia-op-reth-archive-trace.yml +++ b/op/reth/base-sepolia-op-reth-archive-trace.yml @@ -60,9 +60,7 @@ services: - --engine.cross-block-cache-size=${BASE_SEPOLIA_RETH_STATE_CACHE:-4096} - --max-inbound-peers=50 - --max-outbound-peers=50 - - --metrics - - --metrics.addr=0.0.0.0 - - --metrics.port=9001 + - --metrics=0.0.0.0:9001 - --nat=extip:${IP} - --port=11390 - --rollup.sequencer-http=https://sepolia-sequencer.base.org diff --git a/op/reth/base-sepolia-op-reth-minimal-trace.yml b/op/reth/base-sepolia-op-reth-minimal-trace.yml index 38c38d91..b6a74977 100644 --- a/op/reth/base-sepolia-op-reth-minimal-trace.yml +++ b/op/reth/base-sepolia-op-reth-minimal-trace.yml @@ -60,9 +60,7 @@ services: - --engine.cross-block-cache-size=${BASE_SEPOLIA_RETH_STATE_CACHE:-4096} - --max-inbound-peers=50 - --max-outbound-peers=50 - - --metrics - - --metrics.addr=0.0.0.0 - - --metrics.port=9001 + - --metrics=0.0.0.0:9001 - --nat=extip:${IP} - --port=12165 - --rollup.sequencer-http=https://sepolia-sequencer.base.org diff --git a/op/reth/base-sepolia-op-reth-pruned-trace.yml b/op/reth/base-sepolia-op-reth-pruned-trace.yml index 66bcf6fe..f1b7e650 100644 --- a/op/reth/base-sepolia-op-reth-pruned-trace.yml +++ b/op/reth/base-sepolia-op-reth-pruned-trace.yml @@ -61,9 +61,7 @@ services: - --full - --max-inbound-peers=50 - --max-outbound-peers=50 - - --metrics - - --metrics.addr=0.0.0.0 - - --metrics.port=9001 + - --metrics=0.0.0.0:9001 - --nat=extip:${IP} - --port=11147 - --rollup.sequencer-http=https://sepolia-sequencer.base.org diff --git a/op/reth/lisk-mainnet-op-reth-archive-trace.yml b/op/reth/lisk-mainnet-op-reth-archive-trace.yml index 96543f2e..16692a00 100644 --- a/op/reth/lisk-mainnet-op-reth-archive-trace.yml +++ b/op/reth/lisk-mainnet-op-reth-archive-trace.yml @@ -61,9 +61,7 @@ services: - --engine.cross-block-cache-size=${LISK_MAINNET_RETH_STATE_CACHE:-4096} - --max-inbound-peers=50 - --max-outbound-peers=50 - - --metrics - - --metrics.addr=0.0.0.0 - - --metrics.port=9001 + - --metrics=0.0.0.0:9001 - --nat=extip:${IP} - --port=10598 - --rollup.sequencer-http=https://rpc.api.lisk.com diff --git a/op/reth/lisk-mainnet-op-reth-pruned-trace.yml b/op/reth/lisk-mainnet-op-reth-pruned-trace.yml index 7b03dd7e..a120021b 100644 --- a/op/reth/lisk-mainnet-op-reth-pruned-trace.yml +++ b/op/reth/lisk-mainnet-op-reth-pruned-trace.yml @@ -62,9 +62,7 @@ services: - --full - --max-inbound-peers=50 - --max-outbound-peers=50 - - --metrics - - --metrics.addr=0.0.0.0 - - --metrics.port=9001 + - --metrics=0.0.0.0:9001 - --nat=extip:${IP} - --port=12812 - --rollup.sequencer-http=https://rpc.api.lisk.com diff --git a/op/reth/op-mainnet-op-reth-archive-trace.yml b/op/reth/op-mainnet-op-reth-archive-trace.yml index 9f63f57c..619457c0 100644 --- a/op/reth/op-mainnet-op-reth-archive-trace.yml +++ b/op/reth/op-mainnet-op-reth-archive-trace.yml @@ -60,9 +60,7 @@ services: - --engine.cross-block-cache-size=${OP_MAINNET_RETH_STATE_CACHE:-4096} - --max-inbound-peers=50 - --max-outbound-peers=50 - - --metrics - - --metrics.addr=0.0.0.0 - - --metrics.port=9001 + - --metrics=0.0.0.0:9001 - --nat=extip:${IP} - --port=11114 - --rollup.sequencer-http=https://mainnet-sequencer.optimism.io diff --git a/op/reth/op-mainnet-op-reth-minimal-trace.yml b/op/reth/op-mainnet-op-reth-minimal-trace.yml index 786fee51..ebf77049 100644 --- a/op/reth/op-mainnet-op-reth-minimal-trace.yml +++ b/op/reth/op-mainnet-op-reth-minimal-trace.yml @@ -60,9 +60,7 @@ services: - --engine.cross-block-cache-size=${OP_MAINNET_RETH_STATE_CACHE:-4096} - --max-inbound-peers=50 - --max-outbound-peers=50 - - --metrics - - --metrics.addr=0.0.0.0 - - --metrics.port=9001 + - --metrics=0.0.0.0:9001 - --nat=extip:${IP} - --port=11845 - --rollup.sequencer-http=https://mainnet-sequencer.optimism.io diff --git a/op/reth/op-mainnet-op-reth-pruned-trace.yml b/op/reth/op-mainnet-op-reth-pruned-trace.yml index a46c73f6..f76238ef 100644 --- a/op/reth/op-mainnet-op-reth-pruned-trace.yml +++ b/op/reth/op-mainnet-op-reth-pruned-trace.yml @@ -61,9 +61,7 @@ services: - --full - --max-inbound-peers=50 - --max-outbound-peers=50 - - --metrics - - --metrics.addr=0.0.0.0 - - --metrics.port=9001 + - --metrics=0.0.0.0:9001 - --nat=extip:${IP} - --port=13985 - --rollup.sequencer-http=https://mainnet-sequencer.optimism.io diff --git a/op/reth/op-sepolia-op-reth-archive-trace.yml b/op/reth/op-sepolia-op-reth-archive-trace.yml index fbcf3d76..2148a8e4 100644 --- a/op/reth/op-sepolia-op-reth-archive-trace.yml +++ b/op/reth/op-sepolia-op-reth-archive-trace.yml @@ -60,9 +60,7 @@ services: - --engine.cross-block-cache-size=${OP_SEPOLIA_RETH_STATE_CACHE:-4096} - --max-inbound-peers=50 - --max-outbound-peers=50 - - --metrics - - --metrics.addr=0.0.0.0 - - --metrics.port=9001 + - --metrics=0.0.0.0:9001 - --nat=extip:${IP} - --port=12326 - --rollup.sequencer-http=https://sepolia-sequencer.optimism.io diff --git a/op/reth/op-sepolia-op-reth-minimal-trace.yml b/op/reth/op-sepolia-op-reth-minimal-trace.yml index e56f20ea..fce07f35 100644 --- a/op/reth/op-sepolia-op-reth-minimal-trace.yml +++ b/op/reth/op-sepolia-op-reth-minimal-trace.yml @@ -60,9 +60,7 @@ services: - --engine.cross-block-cache-size=${OP_SEPOLIA_RETH_STATE_CACHE:-4096} - --max-inbound-peers=50 - --max-outbound-peers=50 - - --metrics - - --metrics.addr=0.0.0.0 - - --metrics.port=9001 + - --metrics=0.0.0.0:9001 - --nat=extip:${IP} - --port=14859 - --rollup.sequencer-http=https://sepolia-sequencer.optimism.io diff --git a/op/reth/op-sepolia-op-reth-pruned-trace.yml b/op/reth/op-sepolia-op-reth-pruned-trace.yml index fb9b2b4a..881fe440 100644 --- a/op/reth/op-sepolia-op-reth-pruned-trace.yml +++ b/op/reth/op-sepolia-op-reth-pruned-trace.yml @@ -61,9 +61,7 @@ services: - --full - --max-inbound-peers=50 - --max-outbound-peers=50 - - --metrics - - --metrics.addr=0.0.0.0 - - --metrics.port=9001 + - --metrics=0.0.0.0:9001 - --nat=extip:${IP} - --port=14442 - --rollup.sequencer-http=https://sepolia-sequencer.optimism.io