Skip to content

Commit

Permalink
Disabled unreachable endpoints (#10958)
Browse files Browse the repository at this point in the history
* disabled unreachable endpoints

* lint

* disabled unreachable endpoints
  • Loading branch information
piggydoughnut authored Sep 30, 2024
1 parent 28e994a commit 0c961e7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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
8 changes: 4 additions & 4 deletions packages/apps-config/src/endpoints/testingRelayPaseo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ export const testParasPaseo: Omit<EndpointOption, 'teleport'>[] = [
info: 'Ideal Network',
paraId: 4502,
providers: {
'IDN Node': 'wss://idn0-testnet.idealabs.network'
// 'IDN Node': 'wss://idn0-testnet.idealabs.network' https://github.com/polkadot-js/apps/issues/10966
},
text: 'Ideal Network',
ui: {
Expand Down Expand Up @@ -330,7 +330,7 @@ export const testParasPaseoCommon: EndpointOption[] = [
isPeopleForIdentity: true,
paraId: 1002,
providers: {
IBP1: 'wss://sys.ibp.network/bridge-hub-paseo',
// IBP1: 'wss://sys.ibp.network/bridge-hub-paseo', https://github.com/polkadot-js/apps/issues/10966
IBP2: 'wss://bridge-hub-paseo.dotters.network'
},
relayName: 'paseo',
Expand Down Expand Up @@ -391,8 +391,8 @@ export const testRelayPaseo: EndpointOption = {
Dwellir: 'wss://paseo-rpc.dwellir.com',
IBP1: 'wss://rpc.ibp.network/paseo',
IBP2: 'wss://paseo.dotters.network',
StakeWorld: 'wss://pas-rpc.stakeworld.io',
Zondax: 'wss://api2.zondax.ch/pas/node/rpc'
StakeWorld: 'wss://pas-rpc.stakeworld.io'
// 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 @@ -391,7 +391,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 @@ -403,7 +403,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 0c961e7

Please sign in to comment.