From 407cba9aefa3b4600168dae3fa368cffdf28c4b8 Mon Sep 17 00:00:00 2001 From: Kurdistan Tech Ministry Date: Tue, 17 Feb 2026 01:55:05 +0300 Subject: [PATCH] fix: noter bot RPC endpoints point to VPS3 chain nodes --- docker-compose.prod.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker-compose.prod.yml b/docker-compose.prod.yml index 66beb4a..0530e34 100644 --- a/docker-compose.prod.yml +++ b/docker-compose.prod.yml @@ -95,9 +95,9 @@ services: - noter_mnemonic environment: TZ: UTC - RELAY_RPC: ws://host.docker.internal:9944 - ASSET_HUB_RPC: ws://host.docker.internal:40944 - PEOPLE_RPC: ws://host.docker.internal:41944 + RELAY_RPC: ws://217.77.6.126:9944 + ASSET_HUB_RPC: ws://217.77.6.126:40944 + PEOPLE_RPC: ws://217.77.6.126:41944 SCAN_INTERVAL_MS: "300000" secrets: