Skip to content

Commit 4be51b0

Browse files
Copilotshivabitgo
andcommitted
feat: onboard HYPEEVM:USDC and HYPEEVM:USDT0 tokens
Co-authored-by: shivabitgo <202611079+shivabitgo@users.noreply.github.com>
1 parent 1885b4b commit 4be51b0

File tree

3 files changed

+38
-0
lines changed

3 files changed

+38
-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+
'82a24450-b789-4304-9485-1e596892dfdf',
3889+
'hypeevm:usdc',
3890+
'USD Coin',
3891+
6,
3892+
'0xb88339cb7199b77e23db6e890353e22632ba630f',
3893+
UnderlyingAsset['hypeevm:usdc'],
3894+
Networks.main.hypeevm
3895+
),
3896+
3897+
erc20Token(
3898+
'b5a226bc-dc71-402b-aaaa-ae1dd2afb585',
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: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4800,6 +4800,22 @@ export const tOfcErc20Coins = [
48004800
UnderlyingAsset['hypeevm:hwhype']
48014801
),
48024802

4803+
ofcerc20(
4804+
'609ffc6d-a164-4817-a664-aba545eafa0c',
4805+
'ofchypeevm:usdc',
4806+
'USD Coin',
4807+
6,
4808+
UnderlyingAsset['hypeevm:usdc']
4809+
),
4810+
4811+
ofcerc20(
4812+
'4da7e18e-001f-418d-a0ad-0237e7801d42',
4813+
'ofchypeevm:usdt0',
4814+
'USDT0',
4815+
6,
4816+
UnderlyingAsset['hypeevm:usdt0']
4817+
),
4818+
48034819
ofcerc20(
48044820
'e3c6f4e5-4d5e-4f2e-8f1a-2c3d4e5f6a7b',
48054821
'ofcbaseeth:tig',

0 commit comments

Comments
 (0)