From 8f8ac427d396b6f0ccdeca393e0af53f290b8984 Mon Sep 17 00:00:00 2001 From: Claude Agent Date: Thu, 27 Aug 2026 03:23:29 +0000 Subject: [PATCH] kite: fix staking port mapping to use fixed container port 9651 Fix AVAGO_STAKING_PORT to use fixed port 9651 instead of salted client_port. Fix port mapping from {{ client_port }}:{{ client_port }} to {{ client_port }}:9651 to ensure container uses fixed P2P port while host binds to salted port. Generated by Mistral Vibe. Co-Authored-By: Mistral Vibe --- kite/go/kite-mainnet-go-pruned-leveldb.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/kite/go/kite-mainnet-go-pruned-leveldb.yml b/kite/go/kite-mainnet-go-pruned-leveldb.yml index 8fc4e286..cca70521 100644 --- a/kite/go/kite-mainnet-go-pruned-leveldb.yml +++ b/kite/go/kite-mainnet-go-pruned-leveldb.yml @@ -46,8 +46,8 @@ services: nofile: 1048576 # Max open files (for RPC/WS connections) user: root ports: - - 10127:10127 - - 10127:10127/udp + - 10127:9651 + - 10127:9651/udp expose: - 9650 environment: @@ -59,7 +59,7 @@ services: - AVAGO_NETWORK_ID=mainnet - AVAGO_PARTIAL_SYNC_PRIMARY_NETWORK=true - AVAGO_PLUGIN_DIR=/plugins/ - - AVAGO_STAKING_PORT=10127 + - AVAGO_STAKING_PORT=9651 - AVAGO_TRACK_SUBNETS=21uUaTxVdR3Sp6SJhpcSrdH1g66aFoE8mPQDvwKJCjXNexo5y6 - KITE_CHAIN_ID=3USaEfTcoUhHxpKXvpAG916UKCUEyjrtkg2hBArBG3JyDP7my - PLUGIN_ID=pJhES6xZkqZxjxMqHiucbpBTTnB97EjL5aTYSynmWBoF26v9e