Skip to content

Commit

Permalink
Disable unreachable endpoints (#10175)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacogr authored Jan 13, 2024
1 parent faa6b3a commit 82abe33
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions packages/apps-config/src/endpoints/productionRelayKusama.ts
Original file line number Diff line number Diff line change
Expand Up @@ -196,11 +196,11 @@ export const prodParasKusama: Omit<EndpointOption, 'teleport'>[] = [
}
},
{
homepage: 'https://genshiro..io',
homepage: 'https://genshiro.io',
info: 'Genshiro',
paraId: 2024,
providers: {
Genshiro: 'wss://node.genshiro.io'
// Genshiro: 'wss://node.genshiro.io' // https://github.com/polkadot-js/apps/issues/10174
},
text: 'Genshiro',
ui: {
Expand All @@ -214,7 +214,7 @@ export const prodParasKusama: Omit<EndpointOption, 'teleport'>[] = [
isUnreachable: true,
paraId: 2226,
providers: {
Equilibrium: 'wss://node.genshiro.io'
// Equilibrium: 'wss://node.genshiro.io' // https://github.com/polkadot-js/apps/issues/10174
},
text: 'Genshiro crowdloan 2',
ui: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ export const prodParasPolkadot: Omit<EndpointOption, 'teleport'>[] = [
providers: {
// Dwellir: 'wss://equilibrium-rpc.dwellir.com'
// OnFinality: 'wss://equilibrium.api.onfinality.io/public-ws' // https://github.com/polkadot-js/apps/issues/9977
Equilibrium: 'wss://node.equilibrium.io'
// Equilibrium: 'wss://node.equilibrium.io' // https://github.com/polkadot-js/apps/issues/10174
},
text: 'Equilibrium',
ui: {
Expand Down

0 comments on commit 82abe33

Please sign in to comment.