diff --git a/bsc/reth/bsc-mainnet-reth-archive-trace.yml b/bsc/reth/bsc-mainnet-reth-archive-trace.yml index c7b37293..fa1cd678 100644 --- a/bsc/reth/bsc-mainnet-reth-archive-trace.yml +++ b/bsc/reth/bsc-mainnet-reth-archive-trace.yml @@ -54,6 +54,7 @@ services: ARCH_TARGET: ${ARCH_TARGET:-native} PROFILE: ${RETH_BUILD_PROFILE:-maxperf} BUILD_OP_RETH: false + BUILD_BSC_RETH: true sysctls: # TCP Performance net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle diff --git a/bsc/reth/bsc-mainnet-reth-pruned-trace.yml b/bsc/reth/bsc-mainnet-reth-pruned-trace.yml index 1338d11c..f9d5e63f 100644 --- a/bsc/reth/bsc-mainnet-reth-pruned-trace.yml +++ b/bsc/reth/bsc-mainnet-reth-pruned-trace.yml @@ -54,6 +54,7 @@ services: ARCH_TARGET: ${ARCH_TARGET:-native} PROFILE: ${RETH_BUILD_PROFILE:-maxperf} BUILD_OP_RETH: false + BUILD_BSC_RETH: true sysctls: # TCP Performance net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle