mirror of
https://github.com/pezkuwichain/pezkuwi-apps.git
synced 2026-04-21 23:37:57 +00:00
fix: fix key ordering in endpoint configs
This commit is contained in:
@@ -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)
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user