Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 5, 2024
1 parent fdafa7d commit b07e664
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/apps-config/src/endpoints/productionRelayPolkadot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ export const prodParasPolkadot: Omit<EndpointOption, 'teleport'>[] = [
providers: {
Dwellir: 'wss://frequency-rpc.dwellir.com',
'Frequency 0': 'wss://0.rpc.frequency.xyz',
'Frequency 1': 'wss://1.rpc.frequency.xyz',
'Frequency 1': 'wss://1.rpc.frequency.xyz'
// OnFinality: 'wss://frequency-polkadot.api.onfinality.io/public-ws' // https://github.com/polkadot-js/apps/issues/10890
},
text: 'Frequency',
Expand Down Expand Up @@ -493,7 +493,7 @@ export const prodParasPolkadot: Omit<EndpointOption, 'teleport'>[] = [
info: 'logion',
paraId: 3354,
providers: {
'Logion 1': 'wss://para-rpc01.logion.network',
'Logion 1': 'wss://para-rpc01.logion.network'
// 'Logion 2': 'wss://para-rpc02.logion.network' // https://github.com/polkadot-js/apps/issues/10890
},
text: 'Logion',
Expand Down Expand Up @@ -833,7 +833,7 @@ export const prodParasPolkadot: Omit<EndpointOption, 'teleport'>[] = [
info: 'watr',
paraId: 2058,
providers: {
RadiumBlock: 'wss://watr.public.curie.radiumblock.co/ws',
RadiumBlock: 'wss://watr.public.curie.radiumblock.co/ws'
// Watr: 'wss://watr-rpc.watr-api.network' // https://github.com/polkadot-js/apps/issues/10890
},
text: 'Watr Network',
Expand Down

0 comments on commit b07e664

Please sign in to comment.