Skip to content

Commit

Permalink
fix(wallet-dashboard): coin-metadata query address missing 0x for nat…
Browse files Browse the repository at this point in the history
…ive tokens
  • Loading branch information
begonaalvarezd committed Dec 27, 2024
1 parent aa93858 commit 20deb74
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ async function extractNativeTokensFromObject(
result.push({
name: tokenName,
balance,
coinType: nativeTokenFields.name,
coinType: `0x${nativeTokenFields.name}`,
unlockConditionTimestamp: expirationKey,
commonObjectType: CommonMigrationObjectType.NativeToken,
output: object,
Expand Down

0 comments on commit 20deb74

Please sign in to comment.