Skip to content

Commit

Permalink
Disable unreachable endpoints (#10105)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacogr authored Dec 18, 2023
1 parent 6969640 commit adc17fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ export const prodParasKusama: Omit<EndpointOption, 'teleport'>[] = [
info: 'ipci',
paraId: 2222,
providers: {
Airalab: 'wss://kusama.rpc.ipci.io'
// Airalab: 'wss://kusama.rpc.ipci.io' // https://github.com/polkadot-js/apps/issues/10103
},
text: 'DAO IPCI',
ui: {
Expand Down
2 changes: 1 addition & 1 deletion packages/apps-config/src/endpoints/testingRelayRococo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ export const testParasRococo: Omit<EndpointOption, 'teleport'>[] = [
info: 'rococoPicasso',
paraId: 2087,
providers: {
Composable: 'wss://picasso-rococo-rpc-lb.composablenodes.tech'
// Composable: 'wss://picasso-rococo-rpc-lb.composablenodes.tech' // https://github.com/polkadot-js/apps/issues/10103
},
text: 'Picasso Testnet',
ui: {
Expand Down

0 comments on commit adc17fc

Please sign in to comment.