Skip to content

Commit

Permalink
Remove unavailable endpoints (#8302)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacogr authored Nov 2, 2022
1 parent 4bc0180 commit 7761beb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/apps-config/src/endpoints/productionRelayPolkadot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ export const prodParasPolkadot: EndpointOption[] = [
paraId: 2002,
text: 'Clover',
providers: {
Clover: 'wss://rpc-para.clover.finance',
OnFinality: 'wss://clover.api.onfinality.io/public-ws'
Clover: 'wss://rpc-para.clover.finance'
// OnFinality: 'wss://clover.api.onfinality.io/public-ws' // https://github.com/polkadot-js/apps/issues/8301
}
},
{
Expand Down Expand Up @@ -332,7 +332,7 @@ export const prodParasPolkadot: EndpointOption[] = [
paraId: 2012,
text: 'Parallel',
providers: {
OnFinality: 'wss://parallel.api.onfinality.io/public-ws',
// OnFinality: 'wss://parallel.api.onfinality.io/public-ws', // https://github.com/polkadot-js/apps/issues/8301
Parallel: 'wss://rpc.parallel.fi'
}
},
Expand Down

0 comments on commit 7761beb

Please sign in to comment.