From e67c16a432af9b1e4a1549f94b7d8bfe9ddd259a Mon Sep 17 00:00:00 2001 From: Claude Agent Date: Tue, 14 Jul 2026 15:21:26 +0000 Subject: [PATCH] cronos-testnet: use v1.7.8-testnet cronosd binary (tcrc bech32) Mainnet cronosd v1.7.8 embeds crc/crcvaloper prefixes and cannot replay testnet validator addresses (tcrc/tcrcvaloper), causing crash-loop on start. Co-authored-by: Cursor --- cronos/cronos/cronos-testnet-cronos-pruned.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cronos/cronos/cronos-testnet-cronos-pruned.yml b/cronos/cronos/cronos-testnet-cronos-pruned.yml index 39d075d8..d6cec119 100644 --- a/cronos/cronos/cronos-testnet-cronos-pruned.yml +++ b/cronos/cronos/cronos-testnet-cronos-pruned.yml @@ -34,7 +34,7 @@ services: context: ./cronos dockerfile: cometbft.Dockerfile args: - CRONOS_CRONOS_VERSION: ${CRONOS_TESTNET_CRONOS_VERSION:-v1.7.8} + CRONOS_CRONOS_VERSION: ${CRONOS_TESTNET_CRONOS_VERSION:-v1.7.8-testnet} sysctls: # TCP Performance net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle