mirror of
https://github.com/pezkuwichain/pezkuwi-apps.git
synced 2026-04-30 03:48:03 +00:00
fix: resolve remaining eslint errors (key ordering and unsafe member access)
This commit is contained in:
@@ -89,14 +89,14 @@ export const prodRelayDicle: EndpointOption = {
|
||||
dnslink: 'dicle',
|
||||
genesisHash: DICLE_GENESIS,
|
||||
info: 'dicle',
|
||||
isRelay: true,
|
||||
isPeopleForIdentity: true,
|
||||
isRelay: true,
|
||||
linked: [
|
||||
...getTeleports(prodParasDicle)
|
||||
],
|
||||
providers: {
|
||||
'Pezkuwi Foundation': 'wss://dicle-rpc.pezkuwichain.io',
|
||||
Local: 'ws://127.0.0.1:9944'
|
||||
Local: 'ws://127.0.0.1:9944',
|
||||
'Pezkuwi Foundation': 'wss://dicle-rpc.pezkuwichain.io'
|
||||
},
|
||||
teleport: [1000],
|
||||
text: 'Dicle',
|
||||
|
||||
@@ -89,8 +89,8 @@ export const prodRelayPezkuwi: EndpointOption = {
|
||||
dnslink: 'pezkuwi',
|
||||
genesisHash: PEZKUWI_GENESIS,
|
||||
info: 'pezkuwi',
|
||||
isRelay: true,
|
||||
isPeopleForIdentity: true,
|
||||
isRelay: true,
|
||||
linked: [
|
||||
...getTeleports(prodParasPezkuwi)
|
||||
],
|
||||
|
||||
@@ -95,8 +95,8 @@ export const testRelayZagros: EndpointOption = {
|
||||
...getTeleports(testParasZagros)
|
||||
],
|
||||
providers: {
|
||||
'Pezkuwi Foundation': 'wss://zagros-rpc.pezkuwichain.io',
|
||||
Local: 'ws://127.0.0.1:9944'
|
||||
Local: 'ws://127.0.0.1:9944',
|
||||
'Pezkuwi Foundation': 'wss://zagros-rpc.pezkuwichain.io'
|
||||
},
|
||||
teleport: [1000],
|
||||
text: 'Zagros',
|
||||
|
||||
Reference in New Issue
Block a user