Skip to content

Commit

Permalink
Disable unreachable endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 5, 2024
1 parent 7cd84a4 commit fdafa7d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions packages/apps-config/src/endpoints/productionRelayPolkadot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ export const prodParasPolkadot: Omit<EndpointOption, 'teleport'>[] = [
Dwellir: 'wss://frequency-rpc.dwellir.com',
'Frequency 0': 'wss://0.rpc.frequency.xyz',
'Frequency 1': 'wss://1.rpc.frequency.xyz',

Check failure on line 291 in packages/apps-config/src/endpoints/productionRelayPolkadot.ts

View workflow job for this annotation

GitHub Actions / pr (lint)

Unexpected trailing comma
OnFinality: 'wss://frequency-polkadot.api.onfinality.io/public-ws'
// OnFinality: 'wss://frequency-polkadot.api.onfinality.io/public-ws' // https://github.com/polkadot-js/apps/issues/10890
},
text: 'Frequency',
ui: {
Expand Down Expand Up @@ -494,7 +494,7 @@ export const prodParasPolkadot: Omit<EndpointOption, 'teleport'>[] = [
paraId: 3354,
providers: {
'Logion 1': 'wss://para-rpc01.logion.network',

Check failure on line 496 in packages/apps-config/src/endpoints/productionRelayPolkadot.ts

View workflow job for this annotation

GitHub Actions / pr (lint)

Unexpected trailing comma
'Logion 2': 'wss://para-rpc02.logion.network'
// 'Logion 2': 'wss://para-rpc02.logion.network' // https://github.com/polkadot-js/apps/issues/10890
},
text: 'Logion',
ui: {
Expand Down Expand Up @@ -732,7 +732,7 @@ export const prodParasPolkadot: Omit<EndpointOption, 'teleport'>[] = [
info: 'robonomics',
paraId: 3388,
providers: {
Airalab: 'wss://polkadot.rpc.robonomics.network/'
// Airalab: 'wss://polkadot.rpc.robonomics.network/' // https://github.com/polkadot-js/apps/issues/10890
},
text: 'Robonomics',
ui: {
Expand Down Expand Up @@ -834,7 +834,7 @@ export const prodParasPolkadot: Omit<EndpointOption, 'teleport'>[] = [
paraId: 2058,
providers: {
RadiumBlock: 'wss://watr.public.curie.radiumblock.co/ws',

Check failure on line 836 in packages/apps-config/src/endpoints/productionRelayPolkadot.ts

View workflow job for this annotation

GitHub Actions / pr (lint)

Unexpected trailing comma
Watr: 'wss://watr-rpc.watr-api.network'
// Watr: 'wss://watr-rpc.watr-api.network' // https://github.com/polkadot-js/apps/issues/10890
},
text: 'Watr Network',
ui: {
Expand Down
4 changes: 2 additions & 2 deletions packages/apps-config/src/endpoints/testingRelayRococo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ export const testParasRococo: Omit<EndpointOption, 'teleport'>[] = [
info: 'rococoHyperbridge',
paraId: 4374,
providers: {
BlockOps: 'wss://hyperbridge-gargantua-rpc.blockops.network'
// BlockOps: 'wss://hyperbridge-gargantua-rpc.blockops.network' // https://github.com/polkadot-js/apps/issues/10890
},
text: 'Hyperbridge (Gargantua)',
ui: {
Expand Down Expand Up @@ -641,7 +641,7 @@ export const testParasRococo: Omit<EndpointOption, 'teleport'>[] = [
info: 'rococoYerba',
paraId: 4292,
providers: {
Yerba: 'wss://rpc.dev.yerba.network'
// Yerba: 'wss://rpc.dev.yerba.network' // https://github.com/polkadot-js/apps/issues/10890
},
text: 'Yerba Network',
ui: {
Expand Down

0 comments on commit fdafa7d

Please sign in to comment.