apechain: pin official Caldera image apechain-v3.5.6 (revert DAC flip)
Generic nitro v3.10.1 strictly refuses DA on a DAC=false chain, so DAC=true override did not work (confirmed live: node still errored 'AnyTrust DA usage set to false'). ApeChain's canonical config is DAC=false; its official build public.ecr.aws/i6b2w2n6/nitro-node:apechain-v3.5.6 accepts DAC=false + AnyTrust DAS. Revert DAC to false (canonical) + keep das rest-aggregator. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -30,7 +30,7 @@ x-logging-defaults: &logging-defaults
|
||||
|
||||
services:
|
||||
apechain-mainnet-archive:
|
||||
image: ${APECHAIN_NITRO_IMAGE:-offchainlabs/nitro-node}:${APECHAIN_MAINNET_NITRO_VERSION:-v3.10.1-d7f07be}
|
||||
image: ${APECHAIN_NITRO_IMAGE:-public.ecr.aws/i6b2w2n6/nitro-node}:${APECHAIN_MAINNET_NITRO_VERSION:-apechain-v3.5.6}
|
||||
sysctls:
|
||||
# TCP Performance
|
||||
net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle
|
||||
|
||||
@@ -30,7 +30,7 @@ x-logging-defaults: &logging-defaults
|
||||
|
||||
services:
|
||||
apechain-mainnet:
|
||||
image: ${APECHAIN_NITRO_IMAGE:-offchainlabs/nitro-node}:${APECHAIN_MAINNET_NITRO_VERSION:-v3.10.1-d7f07be}
|
||||
image: ${APECHAIN_NITRO_IMAGE:-public.ecr.aws/i6b2w2n6/nitro-node}:${APECHAIN_MAINNET_NITRO_VERSION:-apechain-v3.5.6}
|
||||
sysctls:
|
||||
# TCP Performance
|
||||
net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle
|
||||
|
||||
Reference in New Issue
Block a user