mirror of
https://github.com/pezkuwichain/pezkuwi-apps.git
synced 2026-04-22 03:07:56 +00:00
fix: fix key ordering in endpoint configs
This commit is contained in:
@@ -95,9 +95,9 @@ export const prodRelayPezkuwi: EndpointOption = {
|
|||||||
...getTeleports(prodParasPezkuwi)
|
...getTeleports(prodParasPezkuwi)
|
||||||
],
|
],
|
||||||
providers: {
|
providers: {
|
||||||
|
Local: 'ws://127.0.0.1:9944',
|
||||||
'Pezkuwi Foundation': 'wss://rpc.pezkuwichain.io',
|
'Pezkuwi Foundation': 'wss://rpc.pezkuwichain.io',
|
||||||
'Pezkuwi Zagros': 'wss://zagros-rpc.pezkuwichain.io',
|
'Pezkuwi Zagros': 'wss://zagros-rpc.pezkuwichain.io'
|
||||||
Local: 'ws://127.0.0.1:9944'
|
|
||||||
},
|
},
|
||||||
teleport: [1000],
|
teleport: [1000],
|
||||||
text: 'Pezkuwi',
|
text: 'Pezkuwi',
|
||||||
|
|||||||
@@ -89,8 +89,8 @@ export const testRelayZagros: EndpointOption = {
|
|||||||
dnslink: 'zagros',
|
dnslink: 'zagros',
|
||||||
genesisHash: ZAGROS_GENESIS,
|
genesisHash: ZAGROS_GENESIS,
|
||||||
info: 'zagros',
|
info: 'zagros',
|
||||||
isRelay: true,
|
|
||||||
isPeopleForIdentity: true,
|
isPeopleForIdentity: true,
|
||||||
|
isRelay: true,
|
||||||
linked: [
|
linked: [
|
||||||
...getTeleports(testParasZagros)
|
...getTeleports(testParasZagros)
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user