Skip to content

Commit

Permalink
Disable unreachable endpoints (#9610)
Browse files Browse the repository at this point in the history
* Disable unreachable endpoints

* Cleanups
  • Loading branch information
jacogr authored Jun 20, 2023
1 parent 19b8889 commit 85741ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 @@ -455,7 +455,7 @@ export const prodChains: Omit<EndpointOption, 'teleport'>[] = [
{
info: 'stafi',
providers: {
// 'Stafi Foundation': 'wss://mainnet-rpc.stafi.io' // isDisabled: true, // Cannot find type ChainId
// 'Stafi Foundation': 'wss://mainnet-rpc.stafi.io' // Cannot find type ChainId
},
text: 'Stafi',
ui: {
Expand Down Expand Up @@ -533,7 +533,7 @@ export const prodChains: Omit<EndpointOption, 'teleport'>[] = [
{
info: 'unitnetwork',
providers: {
// UnitNetwork: 'wss://www.unitnode3.info:443'
// UnitNetwork: 'wss://www.unitnode3.info:443' // Duplicated in Rococo
},
text: 'UnitNetwork',
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 @@ -581,7 +581,7 @@ export const testParasRococo: Omit<EndpointOption, 'teleport'>[] = [
info: 'rococoUnitNetwork',
paraId: 4168,
providers: {
UnitNetwork: 'wss://www.unitnode3.info:443'
// UnitNetwork: 'wss://www.unitnode3.info:443' // https://github.com/polkadot-js/apps/issues/9609
},
text: 'Unit Network',
ui: {
Expand Down

0 comments on commit 85741ca

Please sign in to comment.