Skip to content

Commit 4170649

Browse files
Merge pull request #7659 from BitGo/WIN-8098
fix: uuid for story and hypeevm
2 parents ef56cb1 + cbffb86 commit 4170649

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,11 +2774,11 @@ 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,
2781-
'0x421cdf5e890070c28db0fd8e4bf87deac0cd0ffc',
2781+
'0x2b3370ee501b4a559b57d449569354196457d8ab',
27822782
UnderlyingAsset['thypeevm:usdc'],
27832783
Networks.test.hypeevm
27842784
),
@@ -2796,7 +2796,7 @@ export const allCoinsAndTokens = [
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)