Skip to content

Commit

Permalink
Disable unreachable endpoints (polkadot-js#7474)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacogr authored Apr 28, 2022
1 parent 3a713b7 commit 204ec36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/apps-config/src/endpoints/testing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -489,6 +489,7 @@ export function createTesting (t: TFunction, firstOnly: boolean, withSort: boole
},
{
info: 'subdao',
isDisabled: true, // https://github.com/polkadot-js/apps/issues/7473
text: t('rpc.test.subdao', 'SubDAO Staging', { ns: 'apps-config' }),
providers: {
SubDAO: 'wss://alpha.subdao.org'
Expand Down

0 comments on commit 204ec36

Please sign in to comment.