File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
packages/config/src/configs Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import { AssetConfig } from '../types/AssetConfig';
9
9
import { ChainConfig } from '../types/ChainConfig' ;
10
10
11
11
// FIXME: has to be verified
12
- export const hydraDxConfig = new ChainConfig ( {
12
+ export const hydraDxAlphanetConfig = new ChainConfig ( {
13
13
assets : [
14
14
new AssetConfig ( {
15
15
asset : hdx ,
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ import { darwiniaConfig } from './darwinia';
13
13
import { darwiniaCrabConfig } from './darwiniaCrab' ;
14
14
import { equilibriumConfig } from './equilibrium' ;
15
15
import { hydraDxConfig } from './hydraDX' ;
16
+ import { hydraDxAlphanetConfig } from './hydraDXAlphanet' ;
16
17
import { integriteeConfig } from './integritee' ;
17
18
import { interlayConfig } from './interlay' ;
18
19
import { karuraConfig } from './karura' ;
@@ -60,6 +61,7 @@ export const chainsConfigList: ChainConfig[] = [
60
61
darwiniaCrabConfig ,
61
62
equilibriumConfig ,
62
63
hydraDxConfig ,
64
+ hydraDxAlphanetConfig ,
63
65
integriteeConfig ,
64
66
interlayConfig ,
65
67
karuraConfig ,
You can’t perform that action at this time.
0 commit comments