Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Dora Factory #9739

Closed
wants to merge 5 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 1 addition & 14 deletions packages/apps-config/src/endpoints/productionRelayKusama.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import type { EndpointOption } from './types.js';

import { KUSAMA_GENESIS } from '../api/constants.js';
import { chainsAbandPNG, chainsAltairSVG, chainsAmplitudeSVG, chainsDorafactoryPNG, chainsGenshiroSVG, chainsGmJPEG, chainsKaruraSVG, chainsKicoPNG, chainsKintsugiPNG, chainsKusamaSVG, chainsListenPNG, chainsMangataPNG, chainsRiodefiPNG, chainsShidenPNG, chainsTinkerPNG, chainsTuringPNG, chainsUnorthodoxPNG } from '../ui/logos/chains/index.js';
import { chainsAbandPNG, chainsAltairSVG, chainsAmplitudeSVG, chainsGenshiroSVG, chainsGmJPEG, chainsKaruraSVG, chainsKicoPNG, chainsKintsugiPNG, chainsKusamaSVG, chainsListenPNG, chainsMangataPNG, chainsRiodefiPNG, chainsShidenPNG, chainsTinkerPNG, chainsTuringPNG, chainsUnorthodoxPNG } from '../ui/logos/chains/index.js';
import { nodesApronPNG, nodesAresMarsPNG, nodesAssetHubSVG, nodesBajunPNG, nodesBasiliskPNG, nodesBifrostSVG, nodesBitcountryPNG, nodesBridgeHubBlackSVG, nodesCalamariPNG, nodesCrabSVG, nodesDatahighwayPNG, nodesEncointerBlueSVG, nodesImbuePNG, nodesIntegriteeSVG, nodesIpciSVG, nodesKabochaSVG, nodesKhalaSVG, nodesKrestPNG, nodesLitmusPNG, nodesLoomNetworkPNG, nodesMoonriverSVG, nodesParallelSVG, nodesPicassoPNG, nodesPichiuPNG, nodesPolkasmithSVG, nodesQuartzPNG, nodesRobonomicsSVG, nodesSakuraSVG, nodesShadowSVG, nodesSnowPNG, nodesSoraSubstrateSVG, nodesSubgameSVG, nodesSubsocialXSVG, nodesTrustbasePNG, nodesZeroSVG } from '../ui/logos/nodes/index.js';
import { getTeleports } from './util.js';

Expand Down Expand Up @@ -182,19 +182,6 @@ export const prodParasKusama: Omit<EndpointOption, 'teleport'>[] = [
logo: nodesIpciSVG
}
},
{
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

While still registered on-chain, see

image

The complete removal is a bit heavy-handed. All good removing the RPC endpoints, but the link from id -> name should stay in-tact.

homepage: 'https://dorafactory.org/kusama/',
info: 'dorafactory',
paraId: 2115,
providers: {
DORA: 'wss://kusama.dorafactory.org'
},
text: 'Dora Factory',
ui: {
color: '#FF761C',
logo: chainsDorafactoryPNG
}
},
{
homepage: 'https://genshiro..io',
info: 'Genshiro',
Expand Down
1 change: 0 additions & 1 deletion packages/apps-config/src/links/polkaholic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ export const Polkaholic: ExternalDef = {
'Composable Finance': 'composable',
'Crab Parachain': 'crab',
'Crust Shadow': 'shadow',
'Dorafactory Network': 'dorafactory',
Efinity: 'efinity',
'Encointer on Kusama': 'encointer',
'Equilibrium parachain': 'equilibrium',
Expand Down
Loading