Skip to content

Commit 60b429e

Browse files
committed
fix: add test net files to the list
1 parent 2f19d7a commit 60b429e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

packages/apps-config/src/assets/index.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,17 @@ import type { Asset } from './types.js';
66
import { acala } from './acala.js';
77
import { hydration } from './hydration.js';
88
import { kusamaAssetHub } from './kusamaAssetHub.js';
9+
import { paseoAssetHub } from './paseoAssetHub.js';
910
import { polkadotAssetHub } from './polkadotAssetHub.js';
11+
import { westendAssetHub } from './westendAssetHub.js';
1012

1113
export function createAssets (): Record<string, Asset[]> {
1214
return {
1315
acala,
1416
hydration,
1517
kusamaAssetHub,
16-
polkadotAssetHub
18+
paseoAssetHub,
19+
polkadotAssetHub,
20+
westendAssetHub
1721
};
1822
}

0 commit comments

Comments
 (0)