mirror of
https://github.com/pezkuwichain/pezkuwi-apps.git
synced 2026-04-22 03:07:56 +00:00
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 <noreply@anthropic.com>
This commit is contained in:
@@ -16,7 +16,7 @@ export const prodParasPezkuwi: Omit<EndpointOption, 'teleport'>[] = [
|
|||||||
isPeopleForIdentity: true,
|
isPeopleForIdentity: true,
|
||||||
paraId: 1000,
|
paraId: 1000,
|
||||||
providers: {
|
providers: {
|
||||||
'Pezkuwi Foundation': 'wss://zagros-asset-hub-rpc.pezkuwichain.io'
|
'Pezkuwi Foundation': 'wss://pezkuwi-asset-hub-rpc.pezkuwichain.io'
|
||||||
},
|
},
|
||||||
relayName: 'pezkuwi',
|
relayName: 'pezkuwi',
|
||||||
text: 'Asset Hub',
|
text: 'Asset Hub',
|
||||||
@@ -30,7 +30,7 @@ export const prodParasPezkuwi: Omit<EndpointOption, 'teleport'>[] = [
|
|||||||
info: 'bridge-hub-pezkuwi',
|
info: 'bridge-hub-pezkuwi',
|
||||||
paraId: 1002,
|
paraId: 1002,
|
||||||
providers: {
|
providers: {
|
||||||
'Pezkuwi Foundation': 'wss://zagros-bridge-hub-rpc.pezkuwichain.io'
|
'Pezkuwi Foundation': 'wss://pezkuwi-bridge-hub-rpc.pezkuwichain.io'
|
||||||
},
|
},
|
||||||
relayName: 'pezkuwi',
|
relayName: 'pezkuwi',
|
||||||
text: 'Bridge Hub',
|
text: 'Bridge Hub',
|
||||||
@@ -44,7 +44,7 @@ export const prodParasPezkuwi: Omit<EndpointOption, 'teleport'>[] = [
|
|||||||
info: 'collectives-pezkuwi',
|
info: 'collectives-pezkuwi',
|
||||||
paraId: 1001,
|
paraId: 1001,
|
||||||
providers: {
|
providers: {
|
||||||
'Pezkuwi Foundation': 'wss://zagros-collectives-rpc.pezkuwichain.io'
|
'Pezkuwi Foundation': 'wss://pezkuwi-collectives-rpc.pezkuwichain.io'
|
||||||
},
|
},
|
||||||
relayName: 'pezkuwi',
|
relayName: 'pezkuwi',
|
||||||
text: 'Collectives',
|
text: 'Collectives',
|
||||||
@@ -58,7 +58,7 @@ export const prodParasPezkuwi: Omit<EndpointOption, 'teleport'>[] = [
|
|||||||
info: 'coretime-pezkuwi',
|
info: 'coretime-pezkuwi',
|
||||||
paraId: 1005,
|
paraId: 1005,
|
||||||
providers: {
|
providers: {
|
||||||
'Pezkuwi Foundation': 'wss://zagros-coretime-rpc.pezkuwichain.io'
|
'Pezkuwi Foundation': 'wss://pezkuwi-coretime-rpc.pezkuwichain.io'
|
||||||
},
|
},
|
||||||
relayName: 'pezkuwi',
|
relayName: 'pezkuwi',
|
||||||
text: 'Coretime',
|
text: 'Coretime',
|
||||||
@@ -73,7 +73,7 @@ export const prodParasPezkuwi: Omit<EndpointOption, 'teleport'>[] = [
|
|||||||
isPeople: true,
|
isPeople: true,
|
||||||
paraId: 1004,
|
paraId: 1004,
|
||||||
providers: {
|
providers: {
|
||||||
'Pezkuwi Foundation': 'wss://zagros-people-rpc.pezkuwichain.io'
|
'Pezkuwi Foundation': 'wss://pezkuwi-people-rpc.pezkuwichain.io'
|
||||||
},
|
},
|
||||||
relayName: 'pezkuwi',
|
relayName: 'pezkuwi',
|
||||||
text: 'People',
|
text: 'People',
|
||||||
|
|||||||
Reference in New Issue
Block a user