We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60b429e commit 0859b28Copy full SHA for 0859b28
packages/apps-config/src/assets/westendAssetHub.ts
@@ -5,9 +5,8 @@
5
6
import type { Asset } from './types.js';
7
8
-import { nodesWestendColourSVG } from '@polkadot/apps-config/ui/logos/nodes';
9
-
10
import { assetsBillCoinSVG, assetsPolkagateSVG } from '../ui/logos/assets/index.js';
+import { nodesWestendColourSVG } from '../ui/logos/nodes/generated/westend_colourSVG.js';
11
import { squareBillSVG, squareWestendTestnetSVG } from '../ui/logos/square/index.js';
12
13
export const westendAssetHub: Asset[] = [
0 commit comments