From cbffb86c0bc4bb2a2767868e1115af144c444af3 Mon Sep 17 00:00:00 2001 From: ArunBala-Bitgo Date: Mon, 1 Dec 2025 15:07:36 +0530 Subject: [PATCH] fix: story token decimal places to 18 Ticket: WIN-0000 --- modules/statics/src/allCoinsAndTokens.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/statics/src/allCoinsAndTokens.ts b/modules/statics/src/allCoinsAndTokens.ts index 8ce559d776..d500f8f296 100644 --- a/modules/statics/src/allCoinsAndTokens.ts +++ b/modules/statics/src/allCoinsAndTokens.ts @@ -2774,11 +2774,11 @@ export const allCoinsAndTokens = [ // hypeeevm testnet tokens erc20Token( - '2460e83c-e819-42c3-83c9-3974e08a45c8', + 'b1bbf865-6b85-44d7-bdb1-3c1233a592f6', 'thypeevm:usdc', 'Testnet HypeEVM USDC', 6, - '0x421cdf5e890070c28db0fd8e4bf87deac0cd0ffc', + '0x2b3370ee501b4a559b57d449569354196457d8ab', UnderlyingAsset['thypeevm:usdc'], Networks.test.hypeevm ), @@ -2796,7 +2796,7 @@ export const allCoinsAndTokens = [ // Story mainnet tokens erc20Token( - 'a2460e83-e819-42c3-83c9-3974e08a45c9', + '2460e83c-e819-42c3-83c9-3974e08a45c8', 'ip:aria', 'Aria', 18,