Skip to content

Commit

Permalink
Disable unreachable endpoints (#9829)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacogr authored Aug 29, 2023
1 parent f87902b commit 8114180
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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 @@ -89,8 +89,8 @@ export const prodChains: Omit<EndpointOption, 'teleport'>[] = [
{
info: 'cere',
providers: {
'Cere Network': 'wss://archive.mainnet.cere.network/ws',
'Republic Crypto | Runtime': 'wss://mainnet.cere-archive.republiccrypto-runtime.com:444'
'Cere Network': 'wss://archive.mainnet.cere.network/ws'
// 'Republic Crypto | Runtime': 'wss://mainnet.cere-archive.republiccrypto-runtime.com:444' // https://github.com/polkadot-js/apps/issues/9828
},
text: 'Cere Network',
ui: {
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 @@ -294,8 +294,8 @@ export const prodParasPolkadot: Omit<EndpointOption, 'teleport'>[] = [
paraId: 2034,
providers: {
Dwellir: 'wss://hydradx-rpc.dwellir.com',
'Galactic Council': 'wss://rpc.hydradx.cloud',
OnFinality: 'wss://hydradx.api.onfinality.io/public-ws'
'Galactic Council': 'wss://rpc.hydradx.cloud'
// OnFinality: 'wss://hydradx.api.onfinality.io/public-ws' // https://github.com/polkadot-js/apps/issues/9828
// ZeePrime: 'wss://rpc-lb.data6.zp-labs.net:8443/hydradx/ws/?token=2ZGuGivPJJAxXiT1hR1Yg2MXGjMrhEBYFjgbdPi' // https://github.com/polkadot-js/apps/issues/9760
},
text: 'HydraDX',
Expand Down

0 comments on commit 8114180

Please sign in to comment.