We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f19d7a commit 60b429eCopy full SHA for 60b429e
packages/apps-config/src/assets/index.ts
@@ -6,13 +6,17 @@ import type { Asset } from './types.js';
6
import { acala } from './acala.js';
7
import { hydration } from './hydration.js';
8
import { kusamaAssetHub } from './kusamaAssetHub.js';
9
+import { paseoAssetHub } from './paseoAssetHub.js';
10
import { polkadotAssetHub } from './polkadotAssetHub.js';
11
+import { westendAssetHub } from './westendAssetHub.js';
12
13
export function createAssets (): Record<string, Asset[]> {
14
return {
15
acala,
16
hydration,
17
kusamaAssetHub,
- polkadotAssetHub
18
+ paseoAssetHub,
19
+ polkadotAssetHub,
20
+ westendAssetHub
21
};
22
}
0 commit comments