Skip to content

Commit

Permalink
Disable unreachable endpoints (polkadot-js#9727)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacogr authored Jul 25, 2023
1 parent b4ba8af commit 059cef1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/apps-config/src/endpoints/production.ts
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ export const prodChains: Omit<EndpointOption, 'teleport'>[] = [
info: 'edgeware',
providers: {
'Commonwealth Labs': 'wss://mainnet2.edgewa.re',
JelliedOwl: 'wss://edgeware.jelliedowl.net',
// JelliedOwl: 'wss://edgeware.jelliedowl.net', // https://github.com/polkadot-js/apps/issues/9726
OnFinality: 'wss://edgeware.api.onfinality.io/public-ws' // https://github.com/polkadot-js/apps/issues/8768
},
text: 'Edgeware',
Expand Down
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 @@ -304,8 +304,8 @@ export const prodParasPolkadot: Omit<EndpointOption, 'teleport'>[] = [
info: 'integritee',
paraId: 2039,
providers: {
Dwellir: 'wss://integritee-rpc.dwellir.com',
Integritee: 'wss://polkadot.api.integritee.network'
Dwellir: 'wss://integritee-rpc.dwellir.com'
// Integritee: 'wss://polkadot.api.integritee.network' // https://github.com/polkadot-js/apps/issues/9726
},
text: 'Integritee Shell',
ui: {
Expand Down

0 comments on commit 059cef1

Please sign in to comment.