Skip to content

Commit

Permalink
Disable unreachable endpoints (#10221)
Browse files Browse the repository at this point in the history
* Disable unreachable endpoints

* Fix lint
  • Loading branch information
jacogr authored Jan 25, 2024
1 parent 5511f0b commit 8d6a38a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/apps-config/src/endpoints/productionRelayPolkadot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -541,9 +541,9 @@ export const prodParasPolkadot: Omit<EndpointOption, 'teleport'>[] = [
info: 'parallel',
paraId: 2012,
providers: {
Dwellir: 'wss://parallel-rpc.dwellir.com',
Dwellir: 'wss://parallel-rpc.dwellir.com'
// OnFinality: 'wss://parallel.api.onfinality.io/public-ws', // https://github.com/polkadot-js/apps/issues/9986
Parallel: 'wss://polkadot-parallel-rpc.parallel.fi'
// Parallel: 'wss://polkadot-parallel-rpc.parallel.fi' // https://github.com/polkadot-js/apps/issues/10220
},
text: 'Parallel',
ui: {
Expand Down

0 comments on commit 8d6a38a

Please sign in to comment.