Skip to content

Commit 68ea4bb

Browse files
fix: story token decimal places to 18
Ticket: WIN-0000
1 parent 0557263 commit 68ea4bb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/statics/src/allCoinsAndTokens.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2774,7 +2774,7 @@ export const allCoinsAndTokens = [
27742774

27752775
// hypeeevm testnet tokens
27762776
erc20Token(
2777-
'2460e83c-e819-42c3-83c9-3974e08a45c8',
2777+
'b1bbf865-6b85-44d7-bdb1-3c1233a592f6',
27782778
'thypeevm:usdc',
27792779
'Testnet HypeEVM USDC',
27802780
6,
@@ -2788,15 +2788,15 @@ export const allCoinsAndTokens = [
27882788
'f9a9c36f-8938-4206-bf0d-5016a861c58f',
27892789
'tip:usdc',
27902790
'Testnet Story USDC',
2791-
6,
2791+
18,
27922792
'0x8c7c52eabb0fcbcaebce2556d9a719d539ea02d8',
27932793
UnderlyingAsset['tip:usdc'],
27942794
Networks.test.ip
27952795
),
27962796

27972797
// Story mainnet tokens
27982798
erc20Token(
2799-
'a2460e83-e819-42c3-83c9-3974e08a45c9',
2799+
'2460e83c-e819-42c3-83c9-3974e08a45c8',
28002800
'ip:aria',
28012801
'Aria',
28022802
18,

0 commit comments

Comments
 (0)