Skip to content

Commit 75904ea

Browse files
authored
chore: disable unreachable endpoints (#12073)
1 parent 411d440 commit 75904ea

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

packages/apps-config/src/endpoints/production.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -487,8 +487,8 @@ export const prodChains: Omit<EndpointOption, 'teleport'>[] = [
487487
info: 'polkadex',
488488
providers: {
489489
// OnFinality: 'wss://polkadex.api.onfinality.io/public-ws', // https://github.com/polkadot-js/apps/issues/11827
490-
PolkadexSup: 'wss://so.polkadex.ee',
491-
RadiumBlock: 'wss://polkadex.public.curie.radiumblock.co/ws'
490+
PolkadexSup: 'wss://so.polkadex.ee'
491+
// RadiumBlock: 'wss://polkadex.public.curie.radiumblock.co/ws', // https://github.com/polkadot-js/apps/issues/12067
492492
},
493493
text: 'Polkadex',
494494
ui: {

packages/apps-config/src/endpoints/productionRelayKusama.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ export const prodParasKusama: Omit<EndpointOption, 'teleport'>[] = [
408408
isPeopleForIdentity: true,
409409
paraId: 2281,
410410
providers: {
411-
Kippu: 'wss://kreivo.kippu.rocks/'
411+
// Kippu: 'wss://kreivo.kippu.rocks/' // https://github.com/polkadot-js/apps/issues/12069
412412
// Virto: 'wss://kreivo.io/' // https://github.com/polkadot-js/apps/issues/11544
413413
},
414414
relayName: 'kusama',

packages/apps-config/src/endpoints/testingRelayPaseo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ export const testParasPaseo: Omit<EndpointOption, 'teleport'>[] = [
115115
isPeopleForIdentity: true,
116116
paraId: 4910,
117117
providers: {
118-
FINTRA: 'wss://testnet.fintra.network'
118+
// FINTRA: 'wss://testnet.fintra.network' // https://github.com/polkadot-js/apps/issues/12068
119119
},
120120
relayName: 'paseo',
121121
text: 'Fintra',

0 commit comments

Comments
 (0)