Skip to content

Commit

Permalink
feat: add GAME asset img and xcm data (#1419)
Browse files Browse the repository at this point in the history
* feat: add GAME asset img and xcm data

* feat: update asset type
  • Loading branch information
2075 authored Dec 15, 2024
1 parent 6f69b15 commit 7cb4b0e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/assets/img/token/game.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions src/modules/xcm/tokens/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,16 @@ export const xcmToken = {
originChain: Chain.PENDULUM,
minBridgeAmount: '1',
},
{
symbol: 'GAME',
isNativeToken: false,
assetId: '18446744073709551641',
originAssetId: '555',
logo: require('/src/assets/img/token/game.svg'),
isXcmCompatible: true,
originChain: Chain.ASSET_HUB,
minBridgeAmount: '0.5',
},
],
[endpointKey.SHIDEN]: [
{
Expand Down

0 comments on commit 7cb4b0e

Please sign in to comment.