Skip to content

Commit

Permalink
disabled unreachable endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
piggydoughnut committed Sep 26, 2024
1 parent cb0ddcf commit 1ad7267
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/apps-config/src/endpoints/testing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -915,7 +915,7 @@ export const testChains: Omit<EndpointOption, 'teleport'>[] = [
{
info: 'subspace-gemini-3g-nova',
providers: {
Subspace: 'wss://nova.gemini-3g.subspace.network/ws'
// Subspace: 'wss://nova.gemini-3g.subspace.network/ws' https://github.com/polkadot-js/apps/issues/10957
},
text: 'Subspace Gemini 3g Nova',
ui: {
Expand Down
2 changes: 1 addition & 1 deletion packages/apps-config/src/endpoints/testingRelayPaseo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ export const testRelayPaseo: EndpointOption = {
IBP1: 'wss://rpc.ibp.network/paseo',
IBP2: 'wss://paseo.dotters.network',
StakeWorld: 'wss://pas-rpc.stakeworld.io',

Check failure on line 382 in packages/apps-config/src/endpoints/testingRelayPaseo.ts

View workflow job for this annotation

GitHub Actions / pr (lint)

Unexpected trailing comma
Zondax: 'wss://api2.zondax.ch/pas/node/rpc'
// Zondax: 'wss://api2.zondax.ch/pas/node/rpc' https://github.com/polkadot-js/apps/issues/10957
// 'light client': 'light://substrate-connect/paseo'
},
teleport: getTeleports(testParasPaseoCommon),
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 @@ -403,7 +403,7 @@ export const testParasRococo: Omit<EndpointOption, 'teleport'>[] = [
info: 'regionxCocos',
paraId: 4459,
providers: {
RegionX: 'wss://cocos-node.regionx.tech'
// RegionX: 'wss://cocos-node.regionx.tech' https://github.com/polkadot-js/apps/issues/10957
},
text: 'RegionX Cocos',
ui: {
Expand All @@ -415,7 +415,7 @@ export const testParasRococo: Omit<EndpointOption, 'teleport'>[] = [
info: 'rococoPhala',
paraId: 2004,
providers: {
'Phala Network': 'wss://rhala-node.phala.network/ws'
// 'Phala Network': 'wss://rhala-node.phala.network/ws' https://github.com/polkadot-js/apps/issues/10957
},
text: 'Rhala Testnet',
ui: {
Expand Down

0 comments on commit 1ad7267

Please sign in to comment.