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

Disable unreachable endpoints #11216

Merged
merged 7 commits into from
Jan 21, 2025
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 @@ -646,8 +646,8 @@ export const prodParasPolkadot: Omit<EndpointOption, 'teleport'>[] = [
paraId: 2012,
providers: {
// Dwellir: 'wss://parallel-rpc.dwellir.com' , https://github.com/polkadot-js/apps/issues/10997
Gatotech: 'wss://parallel.gatotech.network',
Parallel: 'wss://polkadot-parallel-rpc.parallel.fi'
Gatotech: 'wss://parallel.gatotech.network'
// Parallel: 'wss://polkadot-parallel-rpc.parallel.fi' // https://github.com/polkadot-js/apps/issues/11221
// OnFinality: 'wss://parallel.api.onfinality.io/public-ws', // https://github.com/polkadot-js/apps/issues/9986
},
text: 'Parallel',
Expand Down Expand Up @@ -867,8 +867,8 @@ export const prodParasPolkadot: Omit<EndpointOption, 'teleport'>[] = [
info: 'zeitgeist',
paraId: 2092,
providers: {
OnFinality: 'wss://zeitgeist.api.onfinality.io/public-ws',
ZeitgeistPM: 'wss://main.rpc.zeitgeist.pm/ws'
OnFinality: 'wss://zeitgeist.api.onfinality.io/public-ws'
// ZeitgeistPM: 'wss://main.rpc.zeitgeist.pm/ws' // https://github.com/polkadot-js/apps/issues/11215
},
text: 'Zeitgeist',
ui: {
Expand Down
Loading