Skip to content

Commit

Permalink
Match the correct specName by getRuntimeVersion (#4852)
Browse files Browse the repository at this point in the history
* Match the correct specName by getRuntimeVersion

Test the chainx and zenlink, The correct specnames:
chainx: "chainx-parachain"
zenlink: "dev-parachain"

* fix lint
  • Loading branch information
icodezjb committed Mar 15, 2021
1 parent b5a399d commit cebde5b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/apps-config/src/api/spec/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,15 @@ const spec: Record<string, OverrideBundleDefinition> = {
'btc-parachain': polkabtc,
canvas,
'centrifuge-chain': centrifugeChain,
chainx,
'chainx-parachain': chainx,
clover,
'clover-rococo': cloverRococo,
crust,
'crust-parachain': crustParachain,
'cumulus-test-parachain': testPara,
'darwinia-parachain': darwiniaParachain,
'datahighway-parachain': datahighwayParachain,
'dev-parachain': zenlink,
'dock-main-runtime': dock,
'dock-testnet': dock,
'dotmog-node': dotmog,
Expand Down Expand Up @@ -125,8 +126,7 @@ const spec: Record<string, OverrideBundleDefinition> = {
subzero: zero,
ternoa,
trustbase,
uniarts,
zenlink
uniarts
};

export default spec;

0 comments on commit cebde5b

Please sign in to comment.