File tree Expand file tree Collapse file tree 3 files changed +38
-0
lines changed
Expand file tree Collapse file tree 3 files changed +38
-0
lines changed Original file line number Diff line number Diff 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' ,
Original file line number Diff line number Diff 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' ,
Original file line number Diff line number Diff 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' ,
You can’t perform that action at this time.
0 commit comments