From 0c67fe451b0b917161e39dc8e83b64fa07abb715 Mon Sep 17 00:00:00 2001 From: Claude Agent Date: Mon, 15 Jun 2026 12:32:45 +0000 Subject: [PATCH] gaiad: drop hardcoded p2p port (auto-assign to avoid host collision w/ morph 26656) Co-Authored-By: Claude Opus 4.8 (1M context) --- cosmos/gaiad/cosmos-mainnet-gaiad-pruned.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cosmos/gaiad/cosmos-mainnet-gaiad-pruned.yml b/cosmos/gaiad/cosmos-mainnet-gaiad-pruned.yml index ea96ac2c..aa7c95b4 100644 --- a/cosmos/gaiad/cosmos-mainnet-gaiad-pruned.yml +++ b/cosmos/gaiad/cosmos-mainnet-gaiad-pruned.yml @@ -51,8 +51,8 @@ services: nofile: 1048576 # Max open files (for RPC/WS connections) user: root ports: - - 26656:26656 - - 26656:26656/udp + - 12554:12554 + - 12554:12554/udp expose: - 26657 - 26660 @@ -64,7 +64,7 @@ services: - IP=${IP} - MIN_GAS=0.005uatom - MONIKER=d${DOMAIN:-local} - - P2P_PORT=26656 + - P2P_PORT=12554 - SEEDS=ade4d8bc8cbe014af6ebdf3cb7b1e9ad36f412c0@seeds.polkachu.com:14956 - STATESYNC_RPC=https://cosmos-rpc.polkachu.com:443 restart: unless-stopped