Skip to content

Commit

Permalink
Disable unreachable endpoints (#11216)
Browse files Browse the repository at this point in the history
* fix: commented out unreachable RPC endpoints

* fix: commented out unreachable RPC endpoints

* fix: Remove Zondax endpoint from testingRelayPaseo configuration

* fix: disable unreachable endpoints

* fix: disable unreachable endpoints
  • Loading branch information
ap211unitech authored Jan 21, 2025
1 parent f4a0a86 commit c794f41
Showing 1 changed file with 4 additions and 4 deletions.
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

0 comments on commit c794f41

Please sign in to comment.