From a64aeb564d22337a441439010b971befb6a96016 Mon Sep 17 00:00:00 2001 From: Kurdistan Tech Ministry Date: Thu, 8 Jan 2026 16:46:46 +0300 Subject: [PATCH] fix: use correct RPC URLs for Pezkuwi production parachains Changed Pezkuwi parachain endpoints from zagros-*-rpc URLs to pezkuwi-*-rpc URLs to avoid duplicates with Zagros testnet endpoints. This fixes the endpoint uniqueness test failures. Co-Authored-By: Claude Opus 4.5 --- .../src/endpoints/productionRelayPezkuwi.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/apps-config/src/endpoints/productionRelayPezkuwi.ts b/packages/apps-config/src/endpoints/productionRelayPezkuwi.ts index 2b79754..8db8139 100644 --- a/packages/apps-config/src/endpoints/productionRelayPezkuwi.ts +++ b/packages/apps-config/src/endpoints/productionRelayPezkuwi.ts @@ -16,7 +16,7 @@ export const prodParasPezkuwi: Omit[] = [ isPeopleForIdentity: true, paraId: 1000, providers: { - 'Pezkuwi Foundation': 'wss://zagros-asset-hub-rpc.pezkuwichain.io' + 'Pezkuwi Foundation': 'wss://pezkuwi-asset-hub-rpc.pezkuwichain.io' }, relayName: 'pezkuwi', text: 'Asset Hub', @@ -30,7 +30,7 @@ export const prodParasPezkuwi: Omit[] = [ info: 'bridge-hub-pezkuwi', paraId: 1002, providers: { - 'Pezkuwi Foundation': 'wss://zagros-bridge-hub-rpc.pezkuwichain.io' + 'Pezkuwi Foundation': 'wss://pezkuwi-bridge-hub-rpc.pezkuwichain.io' }, relayName: 'pezkuwi', text: 'Bridge Hub', @@ -44,7 +44,7 @@ export const prodParasPezkuwi: Omit[] = [ info: 'collectives-pezkuwi', paraId: 1001, providers: { - 'Pezkuwi Foundation': 'wss://zagros-collectives-rpc.pezkuwichain.io' + 'Pezkuwi Foundation': 'wss://pezkuwi-collectives-rpc.pezkuwichain.io' }, relayName: 'pezkuwi', text: 'Collectives', @@ -58,7 +58,7 @@ export const prodParasPezkuwi: Omit[] = [ info: 'coretime-pezkuwi', paraId: 1005, providers: { - 'Pezkuwi Foundation': 'wss://zagros-coretime-rpc.pezkuwichain.io' + 'Pezkuwi Foundation': 'wss://pezkuwi-coretime-rpc.pezkuwichain.io' }, relayName: 'pezkuwi', text: 'Coretime', @@ -73,7 +73,7 @@ export const prodParasPezkuwi: Omit[] = [ isPeople: true, paraId: 1004, providers: { - 'Pezkuwi Foundation': 'wss://zagros-people-rpc.pezkuwichain.io' + 'Pezkuwi Foundation': 'wss://pezkuwi-people-rpc.pezkuwichain.io' }, relayName: 'pezkuwi', text: 'People',