From a23a5d3e534ea1aeda096601f19e9c4681c85134 Mon Sep 17 00:00:00 2001 From: 2075 <1140449+2075@users.noreply.github.com> Date: Thu, 28 Nov 2024 22:13:51 +0100 Subject: [PATCH] feat: update asset type --- src/modules/xcm/tokens/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/xcm/tokens/index.ts b/src/modules/xcm/tokens/index.ts index a13a4cfb9..db630015a 100644 --- a/src/modules/xcm/tokens/index.ts +++ b/src/modules/xcm/tokens/index.ts @@ -200,7 +200,7 @@ export const xcmToken = { isNativeToken: false, assetId: '18446744073709551641', originAssetId: '555', - logo: require('/src/assets/img/token/game.png'), + logo: require('/src/assets/img/token/game.svg'), isXcmCompatible: true, originChain: Chain.ASSET_HUB, minBridgeAmount: '0.5',