From 68d77df969a27927290449ebc1c0a5b89ac33655 Mon Sep 17 00:00:00 2001 From: Claude Agent Date: Mon, 15 Jun 2026 12:52:57 +0000 Subject: [PATCH] gaiad: set client_staticpeers to live cosmos peers (statesync peer discovery) The polkachu seed was refusing -> 0 peers -> statesync couldn't discover snapshots. Use client_staticpeers (cosmos-hub is a CLIENT in our stack) with 8 live peers from polkachu /net_info. Template now reads client_staticpeers/client_bootnodes (standard attrs). Co-Authored-By: Claude Opus 4.8 (1M context) --- cosmos/gaiad/cosmos-mainnet-gaiad-pruned.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cosmos/gaiad/cosmos-mainnet-gaiad-pruned.yml b/cosmos/gaiad/cosmos-mainnet-gaiad-pruned.yml index aa7c95b4..de23360a 100644 --- a/cosmos/gaiad/cosmos-mainnet-gaiad-pruned.yml +++ b/cosmos/gaiad/cosmos-mainnet-gaiad-pruned.yml @@ -65,7 +65,7 @@ services: - MIN_GAS=0.005uatom - MONIKER=d${DOMAIN:-local} - P2P_PORT=12554 - - SEEDS=ade4d8bc8cbe014af6ebdf3cb7b1e9ad36f412c0@seeds.polkachu.com:14956 + - PERSISTENT_PEERS=37dfe1ec33e9f88f378a61a32462d57d2baa5e74@65.108.99.140:26656,49b95f45019d058ebcd787d10dc82b851690480b@173.231.41.34:26652,5601691e2277a988262160e9569cb1da235cd317@65.21.10.181:14956,f86d297a28da1a2b186583daf0e229c2b1449414@144.76.217.227:26656,66ca3161c5532da890815e40826ddbbbe2cb7f6c@176.9.101.44:26656,9d2cd8c2e32c3f3d480ccb2c5133cd06e8fe3939@148.251.6.198:26630,04f3c070dac1248e981c8a7650b4fe3ea0cea741@176.9.30.178:15056,0268279bebd0ff0af54829f6d29a7d4ee6ae61ca@157.90.33.62:24656 - STATESYNC_RPC=https://cosmos-rpc.polkachu.com:443 restart: unless-stopped stop_grace_period: 5m