fix: fix key ordering in endpoint configs

This commit is contained in:
2026-01-08 02:30:31 +03:00
parent 7e205f6c12
commit 55d7dcb23b
2 changed files with 3 additions and 3 deletions
@@ -95,9 +95,9 @@ export const prodRelayPezkuwi: EndpointOption = {
...getTeleports(prodParasPezkuwi)
],
providers: {
Local: 'ws://127.0.0.1:9944',
'Pezkuwi Foundation': 'wss://rpc.pezkuwichain.io',
'Pezkuwi Zagros': 'wss://zagros-rpc.pezkuwichain.io',
Local: 'ws://127.0.0.1:9944'
'Pezkuwi Zagros': 'wss://zagros-rpc.pezkuwichain.io'
},
teleport: [1000],
text: 'Pezkuwi',
@@ -89,8 +89,8 @@ export const testRelayZagros: EndpointOption = {
dnslink: 'zagros',
genesisHash: ZAGROS_GENESIS,
info: 'zagros',
isRelay: true,
isPeopleForIdentity: true,
isRelay: true,
linked: [
...getTeleports(testParasZagros)
],