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

Added DataHighway Harbour testnet (only for internal review) #1

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
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
1 change: 1 addition & 0 deletions packages/apps-config/src/api/spec/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ const spec: Record<string, OverrideBundleDefinition> = {
'cumulus-subsocial-parachain': subsocial,
'cumulus-test-parachain': testPara,
datahighway: westlake,
'datahighway-harbour': westlake,

Choose a reason for hiding this comment

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

should be harbour right?

Choose a reason for hiding this comment

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

'datahighway-parachain': datahighwayParachain,
dawn: eave,
'dev-parachain': zenlink,
Expand Down
7 changes: 7 additions & 0 deletions packages/apps-config/src/endpoints/testing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,13 @@ export function createTesting (t: TFunction, firstOnly?: boolean): LinkOption[]
'DCloud Foundation': 'wss://api.decloudf.com/'
}
},
{
info: 'datahighway-harbour',
text: t('rpc.test.datahighway-harbour', 'DataHighway Harbour', { ns: 'apps-config' }),
providers: {
DataHighway: 'wss://testnet-harbour.datahighway.com'
}
},
{
info: 'datahighway',
isDisabled: true,
Expand Down
3 changes: 2 additions & 1 deletion packages/apps-config/src/ui/colors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ export const chainColors: Record<string, string> = [
['Darwinia Crab Redirect', chainCrab],
['Darwinia PC2', chainRoccoDarwinia],
['DataHighway', chainRoccoDataHighway],
['DataHighway Harbour Testnet', chainWestlake],
['DOTMog.com NET', chainDotMog],
['Steam PC', chainRococoEave],
['Encointer Canary', nodeEncointerNotee],
Expand Down Expand Up @@ -253,7 +254,6 @@ export const chainColors: Record<string, string> = [
['Westend', chainWestend],
['Westmint', specWestmint],
['Westmint Test', specWestmint],
['Westlake', chainWestlake],
['Whala', chainWhala],
['Zenlink PC1', chainZenlink],
['ZERO.IO', chainZero]
Expand All @@ -271,6 +271,7 @@ export const nodeColors: Record<string, string> = [
['Canvas Node', nodeCanvas],
['centrifuge chain', nodeCentrifuge],
['Centrifuge Chain Node', nodeCentrifuge],
['DataHighwayChain', nodeWestlake],
['DOTMog Node', nodeDotMog],
['edgeware node', nodeEdgeware],
['Encointer Node', nodeEncointerNotee],
Expand Down
3 changes: 3 additions & 0 deletions packages/apps-config/src/ui/logos/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ export const chainLogos: Record<string, unknown> = [
['Darwinia Crab PC2', nodeCrab],
['Darwinia PC2', nodeDarwinia],
['DataHighway', nodeDataHighway],
['DataHighway Harbour', nodeWestlake],
['Dusty', chainDusty],
['EquilibriumTestnet', chainGenshiro],
['Equilibrium', chainEquilibrium],
Expand Down Expand Up @@ -239,6 +240,7 @@ export const nodeLogos: Record<string, unknown> = [
['darwinia parachain', nodeDarwinia],
['Darwinia Runtime Module Library', nodeDarwinia],
['DataHighway', nodeDataHighway],
['DataHighwayChain', nodeWestlake],
['DataHighway Node', nodeDataHighway],
['DataHighway Parachain Collator', nodeDataHighway],
['Dock Full Node', nodeDockMainnet],
Expand Down Expand Up @@ -369,6 +371,7 @@ export const namedLogos: Record<string, unknown> = {
crust: nodeCrust,
darwinia: nodeDarwinia,
datahighway: nodeDataHighway,
'datahighway-harbour': nodeWestlake,
'dock-mainnet': nodeDockMainnet,
'dock-testnet': nodeDockTestnet,
dotmog: nodeDotMog,
Expand Down
3 changes: 2 additions & 1 deletion packages/apps/public/locales/en/apps-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@
"rpc.test.clover.finance": "Clover",
"rpc.test.crust.network": "Crust Maxwell",
"rpc.test.datahighway.spreehafen": "Spreehafen",
"rpc.test.datahighway-harbour": "DataHighway Harbour",
"rpc.test.dock-testnet": "Dock",
"rpc.test.dotmog": "DOTMog",
"rpc.test.dusty": "Dusty",
Expand Down Expand Up @@ -163,4 +164,4 @@
"rpc.westend.whala": "Whala Network",
"ss58.default": "Default for the connected node",
"testnet.kylin-node.co.uk": "Kylin Testnet"
}
}