Skip to content

Commit

Permalink
isUnreachable for non-active entries (polkadot-js#6534)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacogr authored Nov 9, 2021
1 parent 09e3b92 commit 566988b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ export function createPolkadot (t: TFunction): EndpointOption {
},
{
info: 'darwinia',
isUnreachable: true, // https://github.com/polkadot-js/apps/issues/6530
homepage: 'https://darwinia.network/',
paraId: 2003,
text: t('rpc.polkadot.darwinia', 'Darwinia', { ns: 'apps-config' }),
Expand Down
1 change: 1 addition & 0 deletions packages/apps-config/src/endpoints/testingRelayWestend.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ export function createWestend (t: TFunction): EndpointOption {
},
{
info: 'pangoro',
isUnreachable: true, // https://github.com/polkadot-js/apps/issues/6530
homepage: 'https://darwinia.network/',
paraId: 2102,
text: t('rpc.westend.pangoro', 'Pangoro', { ns: 'apps-config' }),
Expand Down

0 comments on commit 566988b

Please sign in to comment.