Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disabled unreachable endpoints #10958

Merged
merged 3 commits into from
Sep 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -140,7 +140,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 @@ -318,7 +318,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 @@ -379,8 +379,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 @@ -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
Loading