diff --git a/op/reth/base-mainnet-op-reth-archive-trace.yml b/op/reth/base-mainnet-op-reth-archive-trace.yml index 35be1461..da19fd5e 100644 --- a/op/reth/base-mainnet-op-reth-archive-trace.yml +++ b/op/reth/base-mainnet-op-reth-archive-trace.yml @@ -74,7 +74,8 @@ services: - --rpc.max-blocks-per-filter=0 - --rpc.max-connections=50000 - --rpc.max-logs-per-response=0 - - --rpc.max-trace-filter-blocks=10000 + - --rpc.max-response-size=${BASE_MAINNET_RETH_MAX_RESPONSE_SIZE:-160} + - --rpc.max-trace-filter-blocks=${BASE_MAINNET_RETH_TRACE_FILTER_BLOCKS:-10000} - --http - --http.addr=0.0.0.0 - --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev diff --git a/op/reth/base-mainnet-op-reth-minimal-trace.yml b/op/reth/base-mainnet-op-reth-minimal-trace.yml index e0f7fb81..8e79efb2 100644 --- a/op/reth/base-mainnet-op-reth-minimal-trace.yml +++ b/op/reth/base-mainnet-op-reth-minimal-trace.yml @@ -74,7 +74,8 @@ services: - --rpc.max-blocks-per-filter=0 - --rpc.max-connections=50000 - --rpc.max-logs-per-response=0 - - --rpc.max-trace-filter-blocks=10000 + - --rpc.max-response-size=${BASE_MAINNET_RETH_MAX_RESPONSE_SIZE:-160} + - --rpc.max-trace-filter-blocks=${BASE_MAINNET_RETH_TRACE_FILTER_BLOCKS:-10000} - --http - --http.addr=0.0.0.0 - --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev diff --git a/op/reth/base-mainnet-op-reth-pruned-trace.yml b/op/reth/base-mainnet-op-reth-pruned-trace.yml index b4653fb5..3bf19965 100644 --- a/op/reth/base-mainnet-op-reth-pruned-trace.yml +++ b/op/reth/base-mainnet-op-reth-pruned-trace.yml @@ -75,7 +75,8 @@ services: - --rpc.max-blocks-per-filter=0 - --rpc.max-connections=50000 - --rpc.max-logs-per-response=0 - - --rpc.max-trace-filter-blocks=10000 + - --rpc.max-response-size=${BASE_MAINNET_RETH_MAX_RESPONSE_SIZE:-160} + - --rpc.max-trace-filter-blocks=${BASE_MAINNET_RETH_TRACE_FILTER_BLOCKS:-10000} - --http - --http.addr=0.0.0.0 - --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev diff --git a/op/reth/base-sepolia-op-reth-archive-trace.yml b/op/reth/base-sepolia-op-reth-archive-trace.yml index db1c1e41..bc98bf0d 100644 --- a/op/reth/base-sepolia-op-reth-archive-trace.yml +++ b/op/reth/base-sepolia-op-reth-archive-trace.yml @@ -74,7 +74,8 @@ services: - --rpc.max-blocks-per-filter=0 - --rpc.max-connections=50000 - --rpc.max-logs-per-response=0 - - --rpc.max-trace-filter-blocks=10000 + - --rpc.max-response-size=${BASE_SEPOLIA_RETH_MAX_RESPONSE_SIZE:-160} + - --rpc.max-trace-filter-blocks=${BASE_SEPOLIA_RETH_TRACE_FILTER_BLOCKS:-10000} - --http - --http.addr=0.0.0.0 - --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev diff --git a/op/reth/base-sepolia-op-reth-minimal-trace.yml b/op/reth/base-sepolia-op-reth-minimal-trace.yml index f571b40b..f4b9ccfb 100644 --- a/op/reth/base-sepolia-op-reth-minimal-trace.yml +++ b/op/reth/base-sepolia-op-reth-minimal-trace.yml @@ -74,7 +74,8 @@ services: - --rpc.max-blocks-per-filter=0 - --rpc.max-connections=50000 - --rpc.max-logs-per-response=0 - - --rpc.max-trace-filter-blocks=10000 + - --rpc.max-response-size=${BASE_SEPOLIA_RETH_MAX_RESPONSE_SIZE:-160} + - --rpc.max-trace-filter-blocks=${BASE_SEPOLIA_RETH_TRACE_FILTER_BLOCKS:-10000} - --http - --http.addr=0.0.0.0 - --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev diff --git a/op/reth/base-sepolia-op-reth-pruned-trace.yml b/op/reth/base-sepolia-op-reth-pruned-trace.yml index af1eaa9b..ca4ac56e 100644 --- a/op/reth/base-sepolia-op-reth-pruned-trace.yml +++ b/op/reth/base-sepolia-op-reth-pruned-trace.yml @@ -75,7 +75,8 @@ services: - --rpc.max-blocks-per-filter=0 - --rpc.max-connections=50000 - --rpc.max-logs-per-response=0 - - --rpc.max-trace-filter-blocks=10000 + - --rpc.max-response-size=${BASE_SEPOLIA_RETH_MAX_RESPONSE_SIZE:-160} + - --rpc.max-trace-filter-blocks=${BASE_SEPOLIA_RETH_TRACE_FILTER_BLOCKS:-10000} - --http - --http.addr=0.0.0.0 - --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev diff --git a/op/reth/bob-sepolia-op-reth-archive-trace.yml b/op/reth/bob-sepolia-op-reth-archive-trace.yml index 6bcdb259..4de013a6 100644 --- a/op/reth/bob-sepolia-op-reth-archive-trace.yml +++ b/op/reth/bob-sepolia-op-reth-archive-trace.yml @@ -67,7 +67,8 @@ services: - --rpc.max-blocks-per-filter=0 - --rpc.max-connections=50000 - --rpc.max-logs-per-response=0 - - --rpc.max-trace-filter-blocks=10000 + - --rpc.max-response-size=${BOB_SEPOLIA_RETH_MAX_RESPONSE_SIZE:-160} + - --rpc.max-trace-filter-blocks=${BOB_SEPOLIA_RETH_TRACE_FILTER_BLOCKS:-10000} - --http - --http.addr=0.0.0.0 - --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev diff --git a/op/reth/bob-sepolia-op-reth-minimal-trace.yml b/op/reth/bob-sepolia-op-reth-minimal-trace.yml index ed08f3dc..a2a626a0 100644 --- a/op/reth/bob-sepolia-op-reth-minimal-trace.yml +++ b/op/reth/bob-sepolia-op-reth-minimal-trace.yml @@ -67,7 +67,8 @@ services: - --rpc.max-blocks-per-filter=0 - --rpc.max-connections=50000 - --rpc.max-logs-per-response=0 - - --rpc.max-trace-filter-blocks=10000 + - --rpc.max-response-size=${BOB_SEPOLIA_RETH_MAX_RESPONSE_SIZE:-160} + - --rpc.max-trace-filter-blocks=${BOB_SEPOLIA_RETH_TRACE_FILTER_BLOCKS:-10000} - --http - --http.addr=0.0.0.0 - --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev diff --git a/op/reth/bob-sepolia-op-reth-pruned-trace.yml b/op/reth/bob-sepolia-op-reth-pruned-trace.yml index 5858e8ab..28cb8b46 100644 --- a/op/reth/bob-sepolia-op-reth-pruned-trace.yml +++ b/op/reth/bob-sepolia-op-reth-pruned-trace.yml @@ -68,7 +68,8 @@ services: - --rpc.max-blocks-per-filter=0 - --rpc.max-connections=50000 - --rpc.max-logs-per-response=0 - - --rpc.max-trace-filter-blocks=10000 + - --rpc.max-response-size=${BOB_SEPOLIA_RETH_MAX_RESPONSE_SIZE:-160} + - --rpc.max-trace-filter-blocks=${BOB_SEPOLIA_RETH_TRACE_FILTER_BLOCKS:-10000} - --http - --http.addr=0.0.0.0 - --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev diff --git a/op/reth/boba-mainnet-op-reth-pruned-trace.yml b/op/reth/boba-mainnet-op-reth-pruned-trace.yml index f986ed6c..33543eb5 100644 --- a/op/reth/boba-mainnet-op-reth-pruned-trace.yml +++ b/op/reth/boba-mainnet-op-reth-pruned-trace.yml @@ -67,7 +67,8 @@ services: - --rpc.max-blocks-per-filter=0 - --rpc.max-connections=50000 - --rpc.max-logs-per-response=0 - - --rpc.max-trace-filter-blocks=10000 + - --rpc.max-response-size=${BOBA_MAINNET_RETH_MAX_RESPONSE_SIZE:-160} + - --rpc.max-trace-filter-blocks=${BOBA_MAINNET_RETH_TRACE_FILTER_BLOCKS:-10000} - --http - --http.addr=0.0.0.0 - --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev diff --git a/op/reth/doma-testnet-op-reth-pruned-trace.yml b/op/reth/doma-testnet-op-reth-pruned-trace.yml index 47825964..59adb965 100644 --- a/op/reth/doma-testnet-op-reth-pruned-trace.yml +++ b/op/reth/doma-testnet-op-reth-pruned-trace.yml @@ -84,7 +84,8 @@ services: - --rpc.max-blocks-per-filter=0 - --rpc.max-connections=50000 - --rpc.max-logs-per-response=0 - - --rpc.max-trace-filter-blocks=10000 + - --rpc.max-response-size=${DOMA_TESTNET_RETH_MAX_RESPONSE_SIZE:-160} + - --rpc.max-trace-filter-blocks=${DOMA_TESTNET_RETH_TRACE_FILTER_BLOCKS:-10000} - --http - --http.addr=0.0.0.0 - --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev diff --git a/op/reth/hashkeychain-mainnet-op-reth-pruned-trace--kona.yml b/op/reth/hashkeychain-mainnet-op-reth-pruned-trace--kona.yml index d3eae1d5..575c6d78 100644 --- a/op/reth/hashkeychain-mainnet-op-reth-pruned-trace--kona.yml +++ b/op/reth/hashkeychain-mainnet-op-reth-pruned-trace--kona.yml @@ -92,7 +92,8 @@ services: - --rpc.max-blocks-per-filter=0 - --rpc.max-connections=50000 - --rpc.max-logs-per-response=0 - - --rpc.max-trace-filter-blocks=10000 + - --rpc.max-response-size=${HASHKEYCHAIN_MAINNET_RETH_MAX_RESPONSE_SIZE:-160} + - --rpc.max-trace-filter-blocks=${HASHKEYCHAIN_MAINNET_RETH_TRACE_FILTER_BLOCKS:-10000} - --http - --http.addr=0.0.0.0 - --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev diff --git a/op/reth/hashkeychain-mainnet-op-reth-pruned-trace.yml b/op/reth/hashkeychain-mainnet-op-reth-pruned-trace.yml index 18507244..07655364 100644 --- a/op/reth/hashkeychain-mainnet-op-reth-pruned-trace.yml +++ b/op/reth/hashkeychain-mainnet-op-reth-pruned-trace.yml @@ -92,7 +92,8 @@ services: - --rpc.max-blocks-per-filter=0 - --rpc.max-connections=50000 - --rpc.max-logs-per-response=0 - - --rpc.max-trace-filter-blocks=10000 + - --rpc.max-response-size=${HASHKEYCHAIN_MAINNET_RETH_MAX_RESPONSE_SIZE:-160} + - --rpc.max-trace-filter-blocks=${HASHKEYCHAIN_MAINNET_RETH_TRACE_FILTER_BLOCKS:-10000} - --http - --http.addr=0.0.0.0 - --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev diff --git a/op/reth/hashkeychain-testnet-op-reth-pruned-trace.yml b/op/reth/hashkeychain-testnet-op-reth-pruned-trace.yml index 988615e8..b28fd840 100644 --- a/op/reth/hashkeychain-testnet-op-reth-pruned-trace.yml +++ b/op/reth/hashkeychain-testnet-op-reth-pruned-trace.yml @@ -84,7 +84,8 @@ services: - --rpc.max-blocks-per-filter=0 - --rpc.max-connections=50000 - --rpc.max-logs-per-response=0 - - --rpc.max-trace-filter-blocks=10000 + - --rpc.max-response-size=${HASHKEYCHAIN_TESTNET_RETH_MAX_RESPONSE_SIZE:-160} + - --rpc.max-trace-filter-blocks=${HASHKEYCHAIN_TESTNET_RETH_TRACE_FILTER_BLOCKS:-10000} - --http - --http.addr=0.0.0.0 - --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev diff --git a/op/reth/ink-sepolia-op-reth-archive-trace--kona.yml b/op/reth/ink-sepolia-op-reth-archive-trace--kona.yml index 9acc6229..2e1b4e4c 100644 --- a/op/reth/ink-sepolia-op-reth-archive-trace--kona.yml +++ b/op/reth/ink-sepolia-op-reth-archive-trace--kona.yml @@ -74,7 +74,8 @@ services: - --rpc.max-blocks-per-filter=0 - --rpc.max-connections=50000 - --rpc.max-logs-per-response=0 - - --rpc.max-trace-filter-blocks=10000 + - --rpc.max-response-size=${INK_SEPOLIA_RETH_MAX_RESPONSE_SIZE:-160} + - --rpc.max-trace-filter-blocks=${INK_SEPOLIA_RETH_TRACE_FILTER_BLOCKS:-10000} - --http - --http.addr=0.0.0.0 - --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev diff --git a/op/reth/ink-sepolia-op-reth-archive-trace.yml b/op/reth/ink-sepolia-op-reth-archive-trace.yml index ad054359..7be6ca5b 100644 --- a/op/reth/ink-sepolia-op-reth-archive-trace.yml +++ b/op/reth/ink-sepolia-op-reth-archive-trace.yml @@ -74,7 +74,8 @@ services: - --rpc.max-blocks-per-filter=0 - --rpc.max-connections=50000 - --rpc.max-logs-per-response=0 - - --rpc.max-trace-filter-blocks=10000 + - --rpc.max-response-size=${INK_SEPOLIA_RETH_MAX_RESPONSE_SIZE:-160} + - --rpc.max-trace-filter-blocks=${INK_SEPOLIA_RETH_TRACE_FILTER_BLOCKS:-10000} - --http - --http.addr=0.0.0.0 - --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev diff --git a/op/reth/ink-sepolia-op-reth-minimal-trace--kona.yml b/op/reth/ink-sepolia-op-reth-minimal-trace--kona.yml index f3edf1ab..150a8a08 100644 --- a/op/reth/ink-sepolia-op-reth-minimal-trace--kona.yml +++ b/op/reth/ink-sepolia-op-reth-minimal-trace--kona.yml @@ -74,7 +74,8 @@ services: - --rpc.max-blocks-per-filter=0 - --rpc.max-connections=50000 - --rpc.max-logs-per-response=0 - - --rpc.max-trace-filter-blocks=10000 + - --rpc.max-response-size=${INK_SEPOLIA_RETH_MAX_RESPONSE_SIZE:-160} + - --rpc.max-trace-filter-blocks=${INK_SEPOLIA_RETH_TRACE_FILTER_BLOCKS:-10000} - --http - --http.addr=0.0.0.0 - --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev diff --git a/op/reth/ink-sepolia-op-reth-minimal-trace.yml b/op/reth/ink-sepolia-op-reth-minimal-trace.yml index 3a2f245a..6a964382 100644 --- a/op/reth/ink-sepolia-op-reth-minimal-trace.yml +++ b/op/reth/ink-sepolia-op-reth-minimal-trace.yml @@ -74,7 +74,8 @@ services: - --rpc.max-blocks-per-filter=0 - --rpc.max-connections=50000 - --rpc.max-logs-per-response=0 - - --rpc.max-trace-filter-blocks=10000 + - --rpc.max-response-size=${INK_SEPOLIA_RETH_MAX_RESPONSE_SIZE:-160} + - --rpc.max-trace-filter-blocks=${INK_SEPOLIA_RETH_TRACE_FILTER_BLOCKS:-10000} - --http - --http.addr=0.0.0.0 - --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev diff --git a/op/reth/ink-sepolia-op-reth-pruned-trace--kona.yml b/op/reth/ink-sepolia-op-reth-pruned-trace--kona.yml index 1212cab1..24e1525f 100644 --- a/op/reth/ink-sepolia-op-reth-pruned-trace--kona.yml +++ b/op/reth/ink-sepolia-op-reth-pruned-trace--kona.yml @@ -75,7 +75,8 @@ services: - --rpc.max-blocks-per-filter=0 - --rpc.max-connections=50000 - --rpc.max-logs-per-response=0 - - --rpc.max-trace-filter-blocks=10000 + - --rpc.max-response-size=${INK_SEPOLIA_RETH_MAX_RESPONSE_SIZE:-160} + - --rpc.max-trace-filter-blocks=${INK_SEPOLIA_RETH_TRACE_FILTER_BLOCKS:-10000} - --http - --http.addr=0.0.0.0 - --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev diff --git a/op/reth/ink-sepolia-op-reth-pruned-trace.yml b/op/reth/ink-sepolia-op-reth-pruned-trace.yml index ede73821..751cc0be 100644 --- a/op/reth/ink-sepolia-op-reth-pruned-trace.yml +++ b/op/reth/ink-sepolia-op-reth-pruned-trace.yml @@ -75,7 +75,8 @@ services: - --rpc.max-blocks-per-filter=0 - --rpc.max-connections=50000 - --rpc.max-logs-per-response=0 - - --rpc.max-trace-filter-blocks=10000 + - --rpc.max-response-size=${INK_SEPOLIA_RETH_MAX_RESPONSE_SIZE:-160} + - --rpc.max-trace-filter-blocks=${INK_SEPOLIA_RETH_TRACE_FILTER_BLOCKS:-10000} - --http - --http.addr=0.0.0.0 - --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev diff --git a/op/reth/katana-mainnet-op-reth-archive-trace.yml b/op/reth/katana-mainnet-op-reth-archive-trace.yml index e37b51b4..1c2947c1 100644 --- a/op/reth/katana-mainnet-op-reth-archive-trace.yml +++ b/op/reth/katana-mainnet-op-reth-archive-trace.yml @@ -70,7 +70,8 @@ services: - --rpc.max-blocks-per-filter=0 - --rpc.max-connections=50000 - --rpc.max-logs-per-response=0 - - --rpc.max-trace-filter-blocks=10000 + - --rpc.max-response-size=${KATANA_MAINNET_RETH_MAX_RESPONSE_SIZE:-160} + - --rpc.max-trace-filter-blocks=${KATANA_MAINNET_RETH_TRACE_FILTER_BLOCKS:-10000} - --http - --http.addr=0.0.0.0 - --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev diff --git a/op/reth/katana-mainnet-op-reth-pruned-trace.yml b/op/reth/katana-mainnet-op-reth-pruned-trace.yml index db8f30a8..8fa8671b 100644 --- a/op/reth/katana-mainnet-op-reth-pruned-trace.yml +++ b/op/reth/katana-mainnet-op-reth-pruned-trace.yml @@ -71,7 +71,8 @@ services: - --rpc.max-blocks-per-filter=0 - --rpc.max-connections=50000 - --rpc.max-logs-per-response=0 - - --rpc.max-trace-filter-blocks=10000 + - --rpc.max-response-size=${KATANA_MAINNET_RETH_MAX_RESPONSE_SIZE:-160} + - --rpc.max-trace-filter-blocks=${KATANA_MAINNET_RETH_TRACE_FILTER_BLOCKS:-10000} - --http - --http.addr=0.0.0.0 - --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev diff --git a/op/reth/lisk-mainnet-op-reth-archive-trace--kona.yml b/op/reth/lisk-mainnet-op-reth-archive-trace--kona.yml index 65a07b30..6d37642b 100644 --- a/op/reth/lisk-mainnet-op-reth-archive-trace--kona.yml +++ b/op/reth/lisk-mainnet-op-reth-archive-trace--kona.yml @@ -76,7 +76,8 @@ services: - --rpc.max-blocks-per-filter=0 - --rpc.max-connections=50000 - --rpc.max-logs-per-response=0 - - --rpc.max-trace-filter-blocks=10000 + - --rpc.max-response-size=${LISK_MAINNET_RETH_MAX_RESPONSE_SIZE:-160} + - --rpc.max-trace-filter-blocks=${LISK_MAINNET_RETH_TRACE_FILTER_BLOCKS:-10000} - --http - --http.addr=0.0.0.0 - --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev diff --git a/op/reth/lisk-mainnet-op-reth-archive-trace.yml b/op/reth/lisk-mainnet-op-reth-archive-trace.yml index 2afc019b..af477a04 100644 --- a/op/reth/lisk-mainnet-op-reth-archive-trace.yml +++ b/op/reth/lisk-mainnet-op-reth-archive-trace.yml @@ -67,7 +67,8 @@ services: - --rpc.max-blocks-per-filter=0 - --rpc.max-connections=50000 - --rpc.max-logs-per-response=0 - - --rpc.max-trace-filter-blocks=10000 + - --rpc.max-response-size=${LISK_MAINNET_RETH_MAX_RESPONSE_SIZE:-160} + - --rpc.max-trace-filter-blocks=${LISK_MAINNET_RETH_TRACE_FILTER_BLOCKS:-10000} - --http - --http.addr=0.0.0.0 - --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev diff --git a/op/reth/lisk-mainnet-op-reth-pruned-trace--kona.yml b/op/reth/lisk-mainnet-op-reth-pruned-trace--kona.yml index 355ff290..9c42e1a5 100644 --- a/op/reth/lisk-mainnet-op-reth-pruned-trace--kona.yml +++ b/op/reth/lisk-mainnet-op-reth-pruned-trace--kona.yml @@ -77,7 +77,8 @@ services: - --rpc.max-blocks-per-filter=0 - --rpc.max-connections=50000 - --rpc.max-logs-per-response=0 - - --rpc.max-trace-filter-blocks=10000 + - --rpc.max-response-size=${LISK_MAINNET_RETH_MAX_RESPONSE_SIZE:-160} + - --rpc.max-trace-filter-blocks=${LISK_MAINNET_RETH_TRACE_FILTER_BLOCKS:-10000} - --http - --http.addr=0.0.0.0 - --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev diff --git a/op/reth/lisk-mainnet-op-reth-pruned-trace.yml b/op/reth/lisk-mainnet-op-reth-pruned-trace.yml index 22acfa1b..4235900a 100644 --- a/op/reth/lisk-mainnet-op-reth-pruned-trace.yml +++ b/op/reth/lisk-mainnet-op-reth-pruned-trace.yml @@ -68,7 +68,8 @@ services: - --rpc.max-blocks-per-filter=0 - --rpc.max-connections=50000 - --rpc.max-logs-per-response=0 - - --rpc.max-trace-filter-blocks=10000 + - --rpc.max-response-size=${LISK_MAINNET_RETH_MAX_RESPONSE_SIZE:-160} + - --rpc.max-trace-filter-blocks=${LISK_MAINNET_RETH_TRACE_FILTER_BLOCKS:-10000} - --http - --http.addr=0.0.0.0 - --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev diff --git a/op/reth/metal-mainnet-op-reth-pruned-trace--kona.yml b/op/reth/metal-mainnet-op-reth-pruned-trace--kona.yml index a30b6aee..30080cdc 100644 --- a/op/reth/metal-mainnet-op-reth-pruned-trace--kona.yml +++ b/op/reth/metal-mainnet-op-reth-pruned-trace--kona.yml @@ -75,7 +75,8 @@ services: - --rpc.max-blocks-per-filter=0 - --rpc.max-connections=50000 - --rpc.max-logs-per-response=0 - - --rpc.max-trace-filter-blocks=10000 + - --rpc.max-response-size=${METAL_MAINNET_RETH_MAX_RESPONSE_SIZE:-160} + - --rpc.max-trace-filter-blocks=${METAL_MAINNET_RETH_TRACE_FILTER_BLOCKS:-10000} - --http - --http.addr=0.0.0.0 - --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev diff --git a/op/reth/metal-mainnet-op-reth-pruned-trace.yml b/op/reth/metal-mainnet-op-reth-pruned-trace.yml index 229aa629..898897ac 100644 --- a/op/reth/metal-mainnet-op-reth-pruned-trace.yml +++ b/op/reth/metal-mainnet-op-reth-pruned-trace.yml @@ -75,7 +75,8 @@ services: - --rpc.max-blocks-per-filter=0 - --rpc.max-connections=50000 - --rpc.max-logs-per-response=0 - - --rpc.max-trace-filter-blocks=10000 + - --rpc.max-response-size=${METAL_MAINNET_RETH_MAX_RESPONSE_SIZE:-160} + - --rpc.max-trace-filter-blocks=${METAL_MAINNET_RETH_TRACE_FILTER_BLOCKS:-10000} - --http - --http.addr=0.0.0.0 - --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev diff --git a/op/reth/mode-mainnet-op-reth-pruned-trace--kona.yml b/op/reth/mode-mainnet-op-reth-pruned-trace--kona.yml index ff505694..e4887012 100644 --- a/op/reth/mode-mainnet-op-reth-pruned-trace--kona.yml +++ b/op/reth/mode-mainnet-op-reth-pruned-trace--kona.yml @@ -77,7 +77,8 @@ services: - --rpc.max-blocks-per-filter=0 - --rpc.max-connections=50000 - --rpc.max-logs-per-response=0 - - --rpc.max-trace-filter-blocks=10000 + - --rpc.max-response-size=${MODE_MAINNET_RETH_MAX_RESPONSE_SIZE:-160} + - --rpc.max-trace-filter-blocks=${MODE_MAINNET_RETH_TRACE_FILTER_BLOCKS:-10000} - --http - --http.addr=0.0.0.0 - --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev diff --git a/op/reth/mode-sepolia-op-reth-pruned-trace--kona.yml b/op/reth/mode-sepolia-op-reth-pruned-trace--kona.yml index 23e03de9..f6844e12 100644 --- a/op/reth/mode-sepolia-op-reth-pruned-trace--kona.yml +++ b/op/reth/mode-sepolia-op-reth-pruned-trace--kona.yml @@ -68,7 +68,8 @@ services: - --rpc.max-blocks-per-filter=0 - --rpc.max-connections=50000 - --rpc.max-logs-per-response=0 - - --rpc.max-trace-filter-blocks=10000 + - --rpc.max-response-size=${MODE_SEPOLIA_RETH_MAX_RESPONSE_SIZE:-160} + - --rpc.max-trace-filter-blocks=${MODE_SEPOLIA_RETH_TRACE_FILTER_BLOCKS:-10000} - --http - --http.addr=0.0.0.0 - --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev diff --git a/op/reth/op-mainnet-op-reth-archive-trace--kona.yml b/op/reth/op-mainnet-op-reth-archive-trace--kona.yml index cdcc8153..e638886c 100644 --- a/op/reth/op-mainnet-op-reth-archive-trace--kona.yml +++ b/op/reth/op-mainnet-op-reth-archive-trace--kona.yml @@ -76,7 +76,8 @@ services: - --rpc.max-blocks-per-filter=0 - --rpc.max-connections=50000 - --rpc.max-logs-per-response=0 - - --rpc.max-trace-filter-blocks=10000 + - --rpc.max-response-size=${OP_MAINNET_RETH_MAX_RESPONSE_SIZE:-160} + - --rpc.max-trace-filter-blocks=${OP_MAINNET_RETH_TRACE_FILTER_BLOCKS:-10000} - --http - --http.addr=0.0.0.0 - --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev diff --git a/op/reth/op-mainnet-op-reth-archive-trace.yml b/op/reth/op-mainnet-op-reth-archive-trace.yml index cf37ef38..2fdefc02 100644 --- a/op/reth/op-mainnet-op-reth-archive-trace.yml +++ b/op/reth/op-mainnet-op-reth-archive-trace.yml @@ -76,7 +76,8 @@ services: - --rpc.max-blocks-per-filter=0 - --rpc.max-connections=50000 - --rpc.max-logs-per-response=0 - - --rpc.max-trace-filter-blocks=10000 + - --rpc.max-response-size=${OP_MAINNET_RETH_MAX_RESPONSE_SIZE:-160} + - --rpc.max-trace-filter-blocks=${OP_MAINNET_RETH_TRACE_FILTER_BLOCKS:-10000} - --http - --http.addr=0.0.0.0 - --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev diff --git a/op/reth/op-mainnet-op-reth-minimal-trace--kona.yml b/op/reth/op-mainnet-op-reth-minimal-trace--kona.yml index 47fe4e05..562bd101 100644 --- a/op/reth/op-mainnet-op-reth-minimal-trace--kona.yml +++ b/op/reth/op-mainnet-op-reth-minimal-trace--kona.yml @@ -76,7 +76,8 @@ services: - --rpc.max-blocks-per-filter=0 - --rpc.max-connections=50000 - --rpc.max-logs-per-response=0 - - --rpc.max-trace-filter-blocks=10000 + - --rpc.max-response-size=${OP_MAINNET_RETH_MAX_RESPONSE_SIZE:-160} + - --rpc.max-trace-filter-blocks=${OP_MAINNET_RETH_TRACE_FILTER_BLOCKS:-10000} - --http - --http.addr=0.0.0.0 - --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev diff --git a/op/reth/op-mainnet-op-reth-minimal-trace.yml b/op/reth/op-mainnet-op-reth-minimal-trace.yml index 12caed76..16bbfb43 100644 --- a/op/reth/op-mainnet-op-reth-minimal-trace.yml +++ b/op/reth/op-mainnet-op-reth-minimal-trace.yml @@ -76,7 +76,8 @@ services: - --rpc.max-blocks-per-filter=0 - --rpc.max-connections=50000 - --rpc.max-logs-per-response=0 - - --rpc.max-trace-filter-blocks=10000 + - --rpc.max-response-size=${OP_MAINNET_RETH_MAX_RESPONSE_SIZE:-160} + - --rpc.max-trace-filter-blocks=${OP_MAINNET_RETH_TRACE_FILTER_BLOCKS:-10000} - --http - --http.addr=0.0.0.0 - --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev diff --git a/op/reth/op-mainnet-op-reth-pruned-trace--kona.yml b/op/reth/op-mainnet-op-reth-pruned-trace--kona.yml index 80df25dd..747a71ba 100644 --- a/op/reth/op-mainnet-op-reth-pruned-trace--kona.yml +++ b/op/reth/op-mainnet-op-reth-pruned-trace--kona.yml @@ -77,7 +77,8 @@ services: - --rpc.max-blocks-per-filter=0 - --rpc.max-connections=50000 - --rpc.max-logs-per-response=0 - - --rpc.max-trace-filter-blocks=10000 + - --rpc.max-response-size=${OP_MAINNET_RETH_MAX_RESPONSE_SIZE:-160} + - --rpc.max-trace-filter-blocks=${OP_MAINNET_RETH_TRACE_FILTER_BLOCKS:-10000} - --http - --http.addr=0.0.0.0 - --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev diff --git a/op/reth/op-mainnet-op-reth-pruned-trace.yml b/op/reth/op-mainnet-op-reth-pruned-trace.yml index 58dae05f..ccd28d78 100644 --- a/op/reth/op-mainnet-op-reth-pruned-trace.yml +++ b/op/reth/op-mainnet-op-reth-pruned-trace.yml @@ -77,7 +77,8 @@ services: - --rpc.max-blocks-per-filter=0 - --rpc.max-connections=50000 - --rpc.max-logs-per-response=0 - - --rpc.max-trace-filter-blocks=10000 + - --rpc.max-response-size=${OP_MAINNET_RETH_MAX_RESPONSE_SIZE:-160} + - --rpc.max-trace-filter-blocks=${OP_MAINNET_RETH_TRACE_FILTER_BLOCKS:-10000} - --http - --http.addr=0.0.0.0 - --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev diff --git a/op/reth/op-sepolia-op-reth-archive-trace.yml b/op/reth/op-sepolia-op-reth-archive-trace.yml index 85a098de..9cf62411 100644 --- a/op/reth/op-sepolia-op-reth-archive-trace.yml +++ b/op/reth/op-sepolia-op-reth-archive-trace.yml @@ -74,7 +74,8 @@ services: - --rpc.max-blocks-per-filter=0 - --rpc.max-connections=50000 - --rpc.max-logs-per-response=0 - - --rpc.max-trace-filter-blocks=10000 + - --rpc.max-response-size=${OP_SEPOLIA_RETH_MAX_RESPONSE_SIZE:-160} + - --rpc.max-trace-filter-blocks=${OP_SEPOLIA_RETH_TRACE_FILTER_BLOCKS:-10000} - --http - --http.addr=0.0.0.0 - --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev diff --git a/op/reth/op-sepolia-op-reth-minimal-trace.yml b/op/reth/op-sepolia-op-reth-minimal-trace.yml index 98eb2977..99254308 100644 --- a/op/reth/op-sepolia-op-reth-minimal-trace.yml +++ b/op/reth/op-sepolia-op-reth-minimal-trace.yml @@ -74,7 +74,8 @@ services: - --rpc.max-blocks-per-filter=0 - --rpc.max-connections=50000 - --rpc.max-logs-per-response=0 - - --rpc.max-trace-filter-blocks=10000 + - --rpc.max-response-size=${OP_SEPOLIA_RETH_MAX_RESPONSE_SIZE:-160} + - --rpc.max-trace-filter-blocks=${OP_SEPOLIA_RETH_TRACE_FILTER_BLOCKS:-10000} - --http - --http.addr=0.0.0.0 - --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev diff --git a/op/reth/op-sepolia-op-reth-pruned-trace.yml b/op/reth/op-sepolia-op-reth-pruned-trace.yml index 5a0e08ed..f47167f9 100644 --- a/op/reth/op-sepolia-op-reth-pruned-trace.yml +++ b/op/reth/op-sepolia-op-reth-pruned-trace.yml @@ -75,7 +75,8 @@ services: - --rpc.max-blocks-per-filter=0 - --rpc.max-connections=50000 - --rpc.max-logs-per-response=0 - - --rpc.max-trace-filter-blocks=10000 + - --rpc.max-response-size=${OP_SEPOLIA_RETH_MAX_RESPONSE_SIZE:-160} + - --rpc.max-trace-filter-blocks=${OP_SEPOLIA_RETH_TRACE_FILTER_BLOCKS:-10000} - --http - --http.addr=0.0.0.0 - --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev diff --git a/op/reth/ronin-mainnet-op-reth-archive-trace.yml b/op/reth/ronin-mainnet-op-reth-archive-trace.yml index ca127b03..1b1745b5 100644 --- a/op/reth/ronin-mainnet-op-reth-archive-trace.yml +++ b/op/reth/ronin-mainnet-op-reth-archive-trace.yml @@ -73,7 +73,8 @@ services: - --rpc.max-blocks-per-filter=0 - --rpc.max-connections=50000 - --rpc.max-logs-per-response=0 - - --rpc.max-trace-filter-blocks=10000 + - --rpc.max-response-size=${RONIN_MAINNET_RETH_MAX_RESPONSE_SIZE:-160} + - --rpc.max-trace-filter-blocks=${RONIN_MAINNET_RETH_TRACE_FILTER_BLOCKS:-10000} - --http - --http.addr=0.0.0.0 - --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev diff --git a/op/reth/ronin-saigon-op-reth-archive-trace.yml b/op/reth/ronin-saigon-op-reth-archive-trace.yml index eabf59a7..159c4562 100644 --- a/op/reth/ronin-saigon-op-reth-archive-trace.yml +++ b/op/reth/ronin-saigon-op-reth-archive-trace.yml @@ -72,7 +72,8 @@ services: - --rpc.max-blocks-per-filter=0 - --rpc.max-connections=50000 - --rpc.max-logs-per-response=0 - - --rpc.max-trace-filter-blocks=10000 + - --rpc.max-response-size=${RONIN_SAIGON_RETH_MAX_RESPONSE_SIZE:-160} + - --rpc.max-trace-filter-blocks=${RONIN_SAIGON_RETH_TRACE_FILTER_BLOCKS:-10000} - --http - --http.addr=0.0.0.0 - --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev diff --git a/op/reth/ronin-saigon-op-reth-pruned-trace.yml b/op/reth/ronin-saigon-op-reth-pruned-trace.yml index 0c87157f..40b7a37f 100644 --- a/op/reth/ronin-saigon-op-reth-pruned-trace.yml +++ b/op/reth/ronin-saigon-op-reth-pruned-trace.yml @@ -73,7 +73,8 @@ services: - --rpc.max-blocks-per-filter=0 - --rpc.max-connections=50000 - --rpc.max-logs-per-response=0 - - --rpc.max-trace-filter-blocks=10000 + - --rpc.max-response-size=${RONIN_SAIGON_RETH_MAX_RESPONSE_SIZE:-160} + - --rpc.max-trace-filter-blocks=${RONIN_SAIGON_RETH_TRACE_FILTER_BLOCKS:-10000} - --http - --http.addr=0.0.0.0 - --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev diff --git a/op/reth/soneium-mainnet-op-reth-archive-trace--kona.yml b/op/reth/soneium-mainnet-op-reth-archive-trace--kona.yml index 59686ebc..4acd7e1f 100644 --- a/op/reth/soneium-mainnet-op-reth-archive-trace--kona.yml +++ b/op/reth/soneium-mainnet-op-reth-archive-trace--kona.yml @@ -74,7 +74,8 @@ services: - --rpc.max-blocks-per-filter=0 - --rpc.max-connections=50000 - --rpc.max-logs-per-response=0 - - --rpc.max-trace-filter-blocks=10000 + - --rpc.max-response-size=${SONEIUM_MAINNET_RETH_MAX_RESPONSE_SIZE:-160} + - --rpc.max-trace-filter-blocks=${SONEIUM_MAINNET_RETH_TRACE_FILTER_BLOCKS:-10000} - --http - --http.addr=0.0.0.0 - --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev diff --git a/op/reth/soneium-mainnet-op-reth-archive-trace.yml b/op/reth/soneium-mainnet-op-reth-archive-trace.yml index 16bbff41..eddd3b9f 100644 --- a/op/reth/soneium-mainnet-op-reth-archive-trace.yml +++ b/op/reth/soneium-mainnet-op-reth-archive-trace.yml @@ -74,7 +74,8 @@ services: - --rpc.max-blocks-per-filter=0 - --rpc.max-connections=50000 - --rpc.max-logs-per-response=0 - - --rpc.max-trace-filter-blocks=10000 + - --rpc.max-response-size=${SONEIUM_MAINNET_RETH_MAX_RESPONSE_SIZE:-160} + - --rpc.max-trace-filter-blocks=${SONEIUM_MAINNET_RETH_TRACE_FILTER_BLOCKS:-10000} - --http - --http.addr=0.0.0.0 - --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev diff --git a/op/reth/soneium-mainnet-op-reth-pruned-trace--kona.yml b/op/reth/soneium-mainnet-op-reth-pruned-trace--kona.yml index 03a7f91e..ba7a9697 100644 --- a/op/reth/soneium-mainnet-op-reth-pruned-trace--kona.yml +++ b/op/reth/soneium-mainnet-op-reth-pruned-trace--kona.yml @@ -75,7 +75,8 @@ services: - --rpc.max-blocks-per-filter=0 - --rpc.max-connections=50000 - --rpc.max-logs-per-response=0 - - --rpc.max-trace-filter-blocks=10000 + - --rpc.max-response-size=${SONEIUM_MAINNET_RETH_MAX_RESPONSE_SIZE:-160} + - --rpc.max-trace-filter-blocks=${SONEIUM_MAINNET_RETH_TRACE_FILTER_BLOCKS:-10000} - --http - --http.addr=0.0.0.0 - --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev diff --git a/op/reth/soneium-mainnet-op-reth-pruned-trace.yml b/op/reth/soneium-mainnet-op-reth-pruned-trace.yml index 5040eb05..9ee79d3b 100644 --- a/op/reth/soneium-mainnet-op-reth-pruned-trace.yml +++ b/op/reth/soneium-mainnet-op-reth-pruned-trace.yml @@ -75,7 +75,8 @@ services: - --rpc.max-blocks-per-filter=0 - --rpc.max-connections=50000 - --rpc.max-logs-per-response=0 - - --rpc.max-trace-filter-blocks=10000 + - --rpc.max-response-size=${SONEIUM_MAINNET_RETH_MAX_RESPONSE_SIZE:-160} + - --rpc.max-trace-filter-blocks=${SONEIUM_MAINNET_RETH_TRACE_FILTER_BLOCKS:-10000} - --http - --http.addr=0.0.0.0 - --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev diff --git a/op/reth/soneium-minato-sepolia-op-reth-archive-trace.yml b/op/reth/soneium-minato-sepolia-op-reth-archive-trace.yml index 76f9c534..f87001cf 100644 --- a/op/reth/soneium-minato-sepolia-op-reth-archive-trace.yml +++ b/op/reth/soneium-minato-sepolia-op-reth-archive-trace.yml @@ -74,7 +74,8 @@ services: - --rpc.max-blocks-per-filter=0 - --rpc.max-connections=50000 - --rpc.max-logs-per-response=0 - - --rpc.max-trace-filter-blocks=10000 + - --rpc.max-response-size=${SONEIUM_MINATO-SEPOLIA_RETH_MAX_RESPONSE_SIZE:-160} + - --rpc.max-trace-filter-blocks=${SONEIUM_MINATO-SEPOLIA_RETH_TRACE_FILTER_BLOCKS:-10000} - --http - --http.addr=0.0.0.0 - --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev diff --git a/op/reth/soneium-minato-sepolia-op-reth-pruned-trace.yml b/op/reth/soneium-minato-sepolia-op-reth-pruned-trace.yml index a428b264..89ef1e7a 100644 --- a/op/reth/soneium-minato-sepolia-op-reth-pruned-trace.yml +++ b/op/reth/soneium-minato-sepolia-op-reth-pruned-trace.yml @@ -75,7 +75,8 @@ services: - --rpc.max-blocks-per-filter=0 - --rpc.max-connections=50000 - --rpc.max-logs-per-response=0 - - --rpc.max-trace-filter-blocks=10000 + - --rpc.max-response-size=${SONEIUM_MINATO-SEPOLIA_RETH_MAX_RESPONSE_SIZE:-160} + - --rpc.max-trace-filter-blocks=${SONEIUM_MINATO-SEPOLIA_RETH_TRACE_FILTER_BLOCKS:-10000} - --http - --http.addr=0.0.0.0 - --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev diff --git a/op/reth/superseed-sepolia-op-reth-pruned-trace.yml b/op/reth/superseed-sepolia-op-reth-pruned-trace.yml index c3be4420..dafc8d4e 100644 --- a/op/reth/superseed-sepolia-op-reth-pruned-trace.yml +++ b/op/reth/superseed-sepolia-op-reth-pruned-trace.yml @@ -69,7 +69,8 @@ services: - --rpc.max-blocks-per-filter=0 - --rpc.max-connections=50000 - --rpc.max-logs-per-response=0 - - --rpc.max-trace-filter-blocks=10000 + - --rpc.max-response-size=${SUPERSEED_SEPOLIA_RETH_MAX_RESPONSE_SIZE:-160} + - --rpc.max-trace-filter-blocks=${SUPERSEED_SEPOLIA_RETH_TRACE_FILTER_BLOCKS:-10000} - --http - --http.addr=0.0.0.0 - --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev diff --git a/op/reth/unichain-mainnet-op-reth-archive-trace.yml b/op/reth/unichain-mainnet-op-reth-archive-trace.yml index 8cc9fb6a..1cea7b1b 100644 --- a/op/reth/unichain-mainnet-op-reth-archive-trace.yml +++ b/op/reth/unichain-mainnet-op-reth-archive-trace.yml @@ -74,7 +74,8 @@ services: - --rpc.max-blocks-per-filter=0 - --rpc.max-connections=50000 - --rpc.max-logs-per-response=0 - - --rpc.max-trace-filter-blocks=10000 + - --rpc.max-response-size=${UNICHAIN_MAINNET_RETH_MAX_RESPONSE_SIZE:-160} + - --rpc.max-trace-filter-blocks=${UNICHAIN_MAINNET_RETH_TRACE_FILTER_BLOCKS:-10000} - --http - --http.addr=0.0.0.0 - --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev diff --git a/op/reth/unichain-mainnet-op-reth-pruned-trace--kona.yml b/op/reth/unichain-mainnet-op-reth-pruned-trace--kona.yml index 387c3b4b..d321114f 100644 --- a/op/reth/unichain-mainnet-op-reth-pruned-trace--kona.yml +++ b/op/reth/unichain-mainnet-op-reth-pruned-trace--kona.yml @@ -75,7 +75,8 @@ services: - --rpc.max-blocks-per-filter=0 - --rpc.max-connections=50000 - --rpc.max-logs-per-response=0 - - --rpc.max-trace-filter-blocks=10000 + - --rpc.max-response-size=${UNICHAIN_MAINNET_RETH_MAX_RESPONSE_SIZE:-160} + - --rpc.max-trace-filter-blocks=${UNICHAIN_MAINNET_RETH_TRACE_FILTER_BLOCKS:-10000} - --http - --http.addr=0.0.0.0 - --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev diff --git a/op/reth/unichain-mainnet-op-reth-pruned-trace.yml b/op/reth/unichain-mainnet-op-reth-pruned-trace.yml index a5b5a1f2..b0e8eeea 100644 --- a/op/reth/unichain-mainnet-op-reth-pruned-trace.yml +++ b/op/reth/unichain-mainnet-op-reth-pruned-trace.yml @@ -75,7 +75,8 @@ services: - --rpc.max-blocks-per-filter=0 - --rpc.max-connections=50000 - --rpc.max-logs-per-response=0 - - --rpc.max-trace-filter-blocks=10000 + - --rpc.max-response-size=${UNICHAIN_MAINNET_RETH_MAX_RESPONSE_SIZE:-160} + - --rpc.max-trace-filter-blocks=${UNICHAIN_MAINNET_RETH_TRACE_FILTER_BLOCKS:-10000} - --http - --http.addr=0.0.0.0 - --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev diff --git a/op/reth/unichain-sepolia-op-reth-archive-trace.yml b/op/reth/unichain-sepolia-op-reth-archive-trace.yml index 25a8132b..a51a7210 100644 --- a/op/reth/unichain-sepolia-op-reth-archive-trace.yml +++ b/op/reth/unichain-sepolia-op-reth-archive-trace.yml @@ -74,7 +74,8 @@ services: - --rpc.max-blocks-per-filter=0 - --rpc.max-connections=50000 - --rpc.max-logs-per-response=0 - - --rpc.max-trace-filter-blocks=10000 + - --rpc.max-response-size=${UNICHAIN_SEPOLIA_RETH_MAX_RESPONSE_SIZE:-160} + - --rpc.max-trace-filter-blocks=${UNICHAIN_SEPOLIA_RETH_TRACE_FILTER_BLOCKS:-10000} - --http - --http.addr=0.0.0.0 - --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev diff --git a/op/reth/unichain-sepolia-op-reth-pruned-trace.yml b/op/reth/unichain-sepolia-op-reth-pruned-trace.yml index 90720eba..dd65fd1d 100644 --- a/op/reth/unichain-sepolia-op-reth-pruned-trace.yml +++ b/op/reth/unichain-sepolia-op-reth-pruned-trace.yml @@ -75,7 +75,8 @@ services: - --rpc.max-blocks-per-filter=0 - --rpc.max-connections=50000 - --rpc.max-logs-per-response=0 - - --rpc.max-trace-filter-blocks=10000 + - --rpc.max-response-size=${UNICHAIN_SEPOLIA_RETH_MAX_RESPONSE_SIZE:-160} + - --rpc.max-trace-filter-blocks=${UNICHAIN_SEPOLIA_RETH_TRACE_FILTER_BLOCKS:-10000} - --http - --http.addr=0.0.0.0 - --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev diff --git a/op/reth/worldchain-mainnet-op-reth-pruned-trace--kona.yml b/op/reth/worldchain-mainnet-op-reth-pruned-trace--kona.yml index 2f8d9f92..84ffc2be 100644 --- a/op/reth/worldchain-mainnet-op-reth-pruned-trace--kona.yml +++ b/op/reth/worldchain-mainnet-op-reth-pruned-trace--kona.yml @@ -77,7 +77,8 @@ services: - --rpc.max-blocks-per-filter=0 - --rpc.max-connections=50000 - --rpc.max-logs-per-response=0 - - --rpc.max-trace-filter-blocks=10000 + - --rpc.max-response-size=${WORLDCHAIN_MAINNET_RETH_MAX_RESPONSE_SIZE:-160} + - --rpc.max-trace-filter-blocks=${WORLDCHAIN_MAINNET_RETH_TRACE_FILTER_BLOCKS:-10000} - --http - --http.addr=0.0.0.0 - --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev diff --git a/op/reth/worldchain-mainnet-op-reth-pruned-trace.yml b/op/reth/worldchain-mainnet-op-reth-pruned-trace.yml index 51247bd8..3bccc24f 100644 --- a/op/reth/worldchain-mainnet-op-reth-pruned-trace.yml +++ b/op/reth/worldchain-mainnet-op-reth-pruned-trace.yml @@ -77,7 +77,8 @@ services: - --rpc.max-blocks-per-filter=0 - --rpc.max-connections=50000 - --rpc.max-logs-per-response=0 - - --rpc.max-trace-filter-blocks=10000 + - --rpc.max-response-size=${WORLDCHAIN_MAINNET_RETH_MAX_RESPONSE_SIZE:-160} + - --rpc.max-trace-filter-blocks=${WORLDCHAIN_MAINNET_RETH_TRACE_FILTER_BLOCKS:-10000} - --http - --http.addr=0.0.0.0 - --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev diff --git a/op/reth/worldchain-sepolia-op-reth-archive-trace.yml b/op/reth/worldchain-sepolia-op-reth-archive-trace.yml index faee7ff1..23bfdbd1 100644 --- a/op/reth/worldchain-sepolia-op-reth-archive-trace.yml +++ b/op/reth/worldchain-sepolia-op-reth-archive-trace.yml @@ -74,7 +74,8 @@ services: - --rpc.max-blocks-per-filter=0 - --rpc.max-connections=50000 - --rpc.max-logs-per-response=0 - - --rpc.max-trace-filter-blocks=10000 + - --rpc.max-response-size=${WORLDCHAIN_SEPOLIA_RETH_MAX_RESPONSE_SIZE:-160} + - --rpc.max-trace-filter-blocks=${WORLDCHAIN_SEPOLIA_RETH_TRACE_FILTER_BLOCKS:-10000} - --http - --http.addr=0.0.0.0 - --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev diff --git a/op/reth/worldchain-sepolia-op-reth-minimal-trace.yml b/op/reth/worldchain-sepolia-op-reth-minimal-trace.yml index 245a51a5..42597644 100644 --- a/op/reth/worldchain-sepolia-op-reth-minimal-trace.yml +++ b/op/reth/worldchain-sepolia-op-reth-minimal-trace.yml @@ -74,7 +74,8 @@ services: - --rpc.max-blocks-per-filter=0 - --rpc.max-connections=50000 - --rpc.max-logs-per-response=0 - - --rpc.max-trace-filter-blocks=10000 + - --rpc.max-response-size=${WORLDCHAIN_SEPOLIA_RETH_MAX_RESPONSE_SIZE:-160} + - --rpc.max-trace-filter-blocks=${WORLDCHAIN_SEPOLIA_RETH_TRACE_FILTER_BLOCKS:-10000} - --http - --http.addr=0.0.0.0 - --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev diff --git a/op/reth/worldchain-sepolia-op-reth-pruned-trace.yml b/op/reth/worldchain-sepolia-op-reth-pruned-trace.yml index 76390a87..50883ff1 100644 --- a/op/reth/worldchain-sepolia-op-reth-pruned-trace.yml +++ b/op/reth/worldchain-sepolia-op-reth-pruned-trace.yml @@ -75,7 +75,8 @@ services: - --rpc.max-blocks-per-filter=0 - --rpc.max-connections=50000 - --rpc.max-logs-per-response=0 - - --rpc.max-trace-filter-blocks=10000 + - --rpc.max-response-size=${WORLDCHAIN_SEPOLIA_RETH_MAX_RESPONSE_SIZE:-160} + - --rpc.max-trace-filter-blocks=${WORLDCHAIN_SEPOLIA_RETH_TRACE_FILTER_BLOCKS:-10000} - --http - --http.addr=0.0.0.0 - --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev diff --git a/op/reth/xlayer-mainnet-op-reth-archive-trace.yml b/op/reth/xlayer-mainnet-op-reth-archive-trace.yml index 2ba52f80..48c0f86c 100644 --- a/op/reth/xlayer-mainnet-op-reth-archive-trace.yml +++ b/op/reth/xlayer-mainnet-op-reth-archive-trace.yml @@ -91,7 +91,8 @@ services: - --rpc.max-blocks-per-filter=0 - --rpc.max-connections=50000 - --rpc.max-logs-per-response=0 - - --rpc.max-trace-filter-blocks=10000 + - --rpc.max-response-size=${XLAYER_MAINNET_RETH_MAX_RESPONSE_SIZE:-160} + - --rpc.max-trace-filter-blocks=${XLAYER_MAINNET_RETH_TRACE_FILTER_BLOCKS:-10000} - --http - --http.addr=0.0.0.0 - --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev diff --git a/op/reth/xlayer-testnet-op-reth-archive-trace.yml b/op/reth/xlayer-testnet-op-reth-archive-trace.yml index 3fb27b79..a255e5ff 100644 --- a/op/reth/xlayer-testnet-op-reth-archive-trace.yml +++ b/op/reth/xlayer-testnet-op-reth-archive-trace.yml @@ -91,7 +91,8 @@ services: - --rpc.max-blocks-per-filter=0 - --rpc.max-connections=50000 - --rpc.max-logs-per-response=0 - - --rpc.max-trace-filter-blocks=10000 + - --rpc.max-response-size=${XLAYER_TESTNET_RETH_MAX_RESPONSE_SIZE:-160} + - --rpc.max-trace-filter-blocks=${XLAYER_TESTNET_RETH_TRACE_FILTER_BLOCKS:-10000} - --http - --http.addr=0.0.0.0 - --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev diff --git a/op/reth/zora-mainnet-op-reth-pruned-trace--kona.yml b/op/reth/zora-mainnet-op-reth-pruned-trace--kona.yml index 4d7949d1..f8997c95 100644 --- a/op/reth/zora-mainnet-op-reth-pruned-trace--kona.yml +++ b/op/reth/zora-mainnet-op-reth-pruned-trace--kona.yml @@ -76,7 +76,8 @@ services: - --rpc.max-blocks-per-filter=0 - --rpc.max-connections=50000 - --rpc.max-logs-per-response=0 - - --rpc.max-trace-filter-blocks=10000 + - --rpc.max-response-size=${ZORA_MAINNET_RETH_MAX_RESPONSE_SIZE:-160} + - --rpc.max-trace-filter-blocks=${ZORA_MAINNET_RETH_TRACE_FILTER_BLOCKS:-10000} - --http - --http.addr=0.0.0.0 - --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev diff --git a/op/reth/zora-mainnet-op-reth-pruned-trace.yml b/op/reth/zora-mainnet-op-reth-pruned-trace.yml index f3ff0e2b..7b99b14b 100644 --- a/op/reth/zora-mainnet-op-reth-pruned-trace.yml +++ b/op/reth/zora-mainnet-op-reth-pruned-trace.yml @@ -76,7 +76,8 @@ services: - --rpc.max-blocks-per-filter=0 - --rpc.max-connections=50000 - --rpc.max-logs-per-response=0 - - --rpc.max-trace-filter-blocks=10000 + - --rpc.max-response-size=${ZORA_MAINNET_RETH_MAX_RESPONSE_SIZE:-160} + - --rpc.max-trace-filter-blocks=${ZORA_MAINNET_RETH_TRACE_FILTER_BLOCKS:-10000} - --http - --http.addr=0.0.0.0 - --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev