Skip to content

Commit

Permalink
Disable unreachable endpoints (#9818)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacogr authored Aug 24, 2023
1 parent 080692e commit 03d24c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/apps-config/src/endpoints/productionRelayKusama.ts
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@ export const prodParasKusama: Omit<EndpointOption, 'teleport'>[] = [
paraId: 2048,
providers: {
Airalab: 'wss://kusama.rpc.robonomics.network/',
Leemo: 'wss://robonomics.leemo.me',
// Leemo: 'wss://robonomics.leemo.me', // https://github.com/polkadot-js/apps/issues/9817
OnFinality: 'wss://robonomics.api.onfinality.io/public-ws',
Samsara: 'wss://robonomics.0xsamsara.com'
},
Expand All @@ -627,7 +627,7 @@ export const prodParasKusama: Omit<EndpointOption, 'teleport'>[] = [
paraId: 2240,
providers: {
Airalab: 'wss://kusama.rpc.robonomics.network/',
Leemo: 'wss://robonomics.leemo.me',
// Leemo: 'wss://robonomics.leemo.me', // https://github.com/polkadot-js/apps/issues/9817
OnFinality: 'wss://robonomics.api.onfinality.io/public-ws',
Samsara: 'wss://robonomics.0xsamsara.com'
},
Expand Down

0 comments on commit 03d24c8

Please sign in to comment.