Skip to content

Commit 2ca7786

Browse files
committed
feat: token onboarding correction
TICKET: COIN-6893
1 parent b4f1df5 commit 2ca7786

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

modules/statics/src/allCoinsAndTokens.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2924,11 +2924,11 @@ export const allCoinsAndTokens = [
29242924
// hypeevm mainnet tokens
29252925
erc20Token(
29262926
'062b64cd-5569-41e9-a144-478976fd576f',
2927-
'hype:hwhype',
2927+
'hypeevm:hwhype',
29282928
'Hyperwave HYPE',
29292929
18,
29302930
'0x4de03ca1f02591b717495cfa19913ad56a2f5858',
2931-
UnderlyingAsset['hype:hwhype'],
2931+
UnderlyingAsset['hypeevm:hwhype'],
29322932
Networks.main.hypeevm
29332933
),
29342934

modules/statics/src/base.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2946,8 +2946,8 @@ export enum UnderlyingAsset {
29462946
// hypeeevm testnet tokens
29472947
'thypeevm:usdc' = 'thypeevm:usdc',
29482948

2949-
// hype mainnet tokens
2950-
'hype:hwhype' = 'hype:hwhype',
2949+
// hypeevm mainnet tokens
2950+
'hypeevm:hwhype' = 'hypeevm:hwhype',
29512951

29522952
// Story testnet tokens
29532953
'tip:usdc' = 'tip:usdc',

modules/statics/src/coins/ofcErc20Coins.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4505,10 +4505,10 @@ export const tOfcErc20Coins = [
45054505

45064506
ofcerc20(
45074507
'd20cc76e-1384-4261-9d90-df2d6a87b3d0',
4508-
'ofchype:hwhype',
4508+
'ofchypeevm:hwhype',
45094509
'Hyperwave HYPE',
45104510
18,
4511-
UnderlyingAsset['hype:hwhype']
4511+
UnderlyingAsset['hypeevm:hwhype']
45124512
),
45134513

45144514
ofcerc20(

0 commit comments

Comments
 (0)