Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions modules/statics/src/allCoinsAndTokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2965,11 +2965,11 @@ export const allCoinsAndTokens = [
// hypeevm mainnet tokens
erc20Token(
'062b64cd-5569-41e9-a144-478976fd576f',
'hype:hwhype',
'hypeevm:hwhype',
'Hyperwave HYPE',
18,
'0x4de03ca1f02591b717495cfa19913ad56a2f5858',
UnderlyingAsset['hype:hwhype'],
UnderlyingAsset['hypeevm:hwhype'],
Networks.main.hypeevm
),

Expand Down
4 changes: 2 additions & 2 deletions modules/statics/src/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2957,8 +2957,8 @@ export enum UnderlyingAsset {
// hypeeevm testnet tokens
'thypeevm:usdc' = 'thypeevm:usdc',

// hype mainnet tokens
'hype:hwhype' = 'hype:hwhype',
// hypeevm mainnet tokens
'hypeevm:hwhype' = 'hypeevm:hwhype',

// Story testnet tokens
'tip:usdc' = 'tip:usdc',
Expand Down
11 changes: 2 additions & 9 deletions modules/statics/src/coins/ofcErc20Coins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4539,17 +4539,10 @@ export const tOfcErc20Coins = [

ofcerc20(
'd20cc76e-1384-4261-9d90-df2d6a87b3d0',
'ofchype:hwhype',
'ofchypeevm:hwhype',
'Hyperwave HYPE',
18,
UnderlyingAsset['hype:hwhype'],
undefined,
undefined,
'',
undefined,
undefined,
true,
'hype'
UnderlyingAsset['hypeevm:hwhype']
),

ofcerc20(
Expand Down