Skip to content

Commit

Permalink
Disable Unreachable Endpoints (#11338)
Browse files Browse the repository at this point in the history
* disable unreachable endpoints

* chore: restore helixstreet providers
  • Loading branch information
ap211unitech authored Feb 28, 2025
1 parent 82038e2 commit 14d9fb6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/apps-config/src/endpoints/production.ts
Original file line number Diff line number Diff line change
Expand Up @@ -644,8 +644,8 @@ export const prodChains: Omit<EndpointOption, 'teleport'>[] = [
isPeopleForIdentity: false,
providers: {
Blast: 'wss://vara-mainnet.public.blastapi.io',
Gear: 'wss://rpc.vara.network',
'P2P.org': 'wss://vara.substrate-rpc.p2p.org/'
Gear: 'wss://rpc.vara.network'
// 'P2P.org': 'wss://vara.substrate-rpc.p2p.org/' // https://github.com/polkadot-js/apps/issues/11337
},
text: 'Vara',
ui: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ export const prodParasKusama: Omit<EndpointOption, 'teleport'>[] = [
paraId: 2085,
providers: {
// OnFinality: 'wss://parallel-heiko.api.onfinality.io/public-ws', // https://github.com/polkadot-js/apps/issues/9964
Parallel: 'wss://heiko-rpc.parallel.fi'
// Parallel: 'wss://heiko-rpc.parallel.fi' // https://github.com/polkadot-js/apps/issues/11337
},
text: 'Parallel Heiko',
ui: {
Expand Down

0 comments on commit 14d9fb6

Please sign in to comment.