Skip to content

Commit 3de702c

Browse files
committed
feat: onboard HYPEEVM:USDC and HYPEEVM:USDT0 tokens
WIN-8273
1 parent 276777a commit 3de702c

File tree

3 files changed

+26
-0
lines changed

3 files changed

+26
-0
lines changed

modules/statics/src/allCoinsAndTokens.ts

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3884,6 +3884,26 @@ export const allCoinsAndTokens = [
38843884
Networks.main.hypeevm
38853885
),
38863886

3887+
erc20Token(
3888+
'585fb840-1f61-4c99-9735-e8413a098f14',
3889+
'hypeevm:usdc',
3890+
'USDC',
3891+
6,
3892+
'0xb88339cb7199b77e23db6e890353e22632ba630f',
3893+
UnderlyingAsset['hypeevm:usdc'],
3894+
Networks.main.hypeevm
3895+
),
3896+
3897+
erc20Token(
3898+
'6ce207d8-baee-4a63-b438-36c6a7587a97',
3899+
'hypeevm:usdt0',
3900+
'USDT0',
3901+
6,
3902+
'0xb8ce59fc3717ada4c02eadf9682a9e934f625ebb',
3903+
UnderlyingAsset['hypeevm:usdt0'],
3904+
Networks.main.hypeevm
3905+
),
3906+
38873907
// Story testnet tokens
38883908
erc20Token(
38893909
'f9a9c36f-8938-4206-bf0d-5016a861c58f',

modules/statics/src/base.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3089,6 +3089,8 @@ export enum UnderlyingAsset {
30893089

30903090
// hypeevm mainnet tokens
30913091
'hypeevm:hwhype' = 'hypeevm:hwhype',
3092+
'hypeevm:usdc' = 'hypeevm:usdc',
3093+
'hypeevm:usdt0' = 'hypeevm:usdt0',
30923094

30933095
// Jovayeth mainnet tokens
30943096
'jovayeth:jft' = 'jovayeth:jft',

modules/statics/src/coins/ofcErc20Coins.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4800,6 +4800,10 @@ export const tOfcErc20Coins = [
48004800
UnderlyingAsset['hypeevm:hwhype']
48014801
),
48024802

4803+
ofcerc20('ce8680a7-3816-4ef6-9c1e-24c019c4b3b6', 'ofchypeevm:usdc', 'USD Coin', 6, UnderlyingAsset['hypeevm:usdc']),
4804+
4805+
ofcerc20('735662e8-4f38-4b59-996c-b7890cd38e41', 'ofchypeevm:usdt0', 'USDT0', 6, UnderlyingAsset['hypeevm:usdt0']),
4806+
48034807
ofcerc20(
48044808
'e3c6f4e5-4d5e-4f2e-8f1a-2c3d4e5f6a7b',
48054809
'ofcbaseeth:tig',

0 commit comments

Comments
 (0)