From a46c3170f32c470abf92f44e68c702565da79758 Mon Sep 17 00:00:00 2001 From: Shivaram Krishna Date: Fri, 6 Mar 2026 15:26:21 +0530 Subject: [PATCH] feat: onboard HYPEEVM:USDC and HYPEEVM:USDT0 tokens WIN-8273 --- modules/statics/src/allCoinsAndTokens.ts | 20 ++++++++++++++++++++ modules/statics/src/base.ts | 2 ++ modules/statics/src/coins/ofcErc20Coins.ts | 4 ++++ 3 files changed, 26 insertions(+) diff --git a/modules/statics/src/allCoinsAndTokens.ts b/modules/statics/src/allCoinsAndTokens.ts index 6ce0609e17..a44a6d479b 100644 --- a/modules/statics/src/allCoinsAndTokens.ts +++ b/modules/statics/src/allCoinsAndTokens.ts @@ -3884,6 +3884,26 @@ export const allCoinsAndTokens = [ Networks.main.hypeevm ), + erc20Token( + '585fb840-1f61-4c99-9735-e8413a098f14', + 'hypeevm:usdc', + 'USDC', + 6, + '0xb88339cb7199b77e23db6e890353e22632ba630f', + UnderlyingAsset['hypeevm:usdc'], + Networks.main.hypeevm + ), + + erc20Token( + '6ce207d8-baee-4a63-b438-36c6a7587a97', + 'hypeevm:usdt0', + 'USDT0', + 6, + '0xb8ce59fc3717ada4c02eadf9682a9e934f625ebb', + UnderlyingAsset['hypeevm:usdt0'], + Networks.main.hypeevm + ), + // Story testnet tokens erc20Token( 'f9a9c36f-8938-4206-bf0d-5016a861c58f', diff --git a/modules/statics/src/base.ts b/modules/statics/src/base.ts index 609ba3d106..edc27bb9a3 100644 --- a/modules/statics/src/base.ts +++ b/modules/statics/src/base.ts @@ -3089,6 +3089,8 @@ export enum UnderlyingAsset { // hypeevm mainnet tokens 'hypeevm:hwhype' = 'hypeevm:hwhype', + 'hypeevm:usdc' = 'hypeevm:usdc', + 'hypeevm:usdt0' = 'hypeevm:usdt0', // Jovayeth mainnet tokens 'jovayeth:jft' = 'jovayeth:jft', diff --git a/modules/statics/src/coins/ofcErc20Coins.ts b/modules/statics/src/coins/ofcErc20Coins.ts index df7ac3ef90..b5e67360d4 100644 --- a/modules/statics/src/coins/ofcErc20Coins.ts +++ b/modules/statics/src/coins/ofcErc20Coins.ts @@ -4800,6 +4800,10 @@ export const tOfcErc20Coins = [ UnderlyingAsset['hypeevm:hwhype'] ), + ofcerc20('ce8680a7-3816-4ef6-9c1e-24c019c4b3b6', 'ofchypeevm:usdc', 'USDC', 6, UnderlyingAsset['hypeevm:usdc']), + + ofcerc20('735662e8-4f38-4b59-996c-b7890cd38e41', 'ofchypeevm:usdt0', 'USDT0', 6, UnderlyingAsset['hypeevm:usdt0']), + ofcerc20( 'e3c6f4e5-4d5e-4f2e-8f1a-2c3d4e5f6a7b', 'ofcbaseeth:tig',