Skip to content

Commit f74e7e6

Browse files
committed
feat: token onboarding correction
TICKET: COIN-6893 Updated the token symbol from 'HYPE:hwHYPE' to 'HYPEEVM:hwHYPE' to accurately reflect that the token's network is HyperEVM. This chain is onboarded as 'HYPEEVM', not 'HYPE'.
1 parent 8626186 commit f74e7e6

File tree

3 files changed

+6
-13
lines changed

3 files changed

+6
-13
lines changed

modules/statics/src/allCoinsAndTokens.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2965,11 +2965,11 @@ export const allCoinsAndTokens = [
29652965
// hypeevm mainnet tokens
29662966
erc20Token(
29672967
'062b64cd-5569-41e9-a144-478976fd576f',
2968-
'hype:hwhype',
2968+
'hypeevm:hwhype',
29692969
'Hyperwave HYPE',
29702970
18,
29712971
'0x4de03ca1f02591b717495cfa19913ad56a2f5858',
2972-
UnderlyingAsset['hype:hwhype'],
2972+
UnderlyingAsset['hypeevm:hwhype'],
29732973
Networks.main.hypeevm
29742974
),
29752975

modules/statics/src/base.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2957,8 +2957,8 @@ export enum UnderlyingAsset {
29572957
// hypeeevm testnet tokens
29582958
'thypeevm:usdc' = 'thypeevm:usdc',
29592959

2960-
// hype mainnet tokens
2961-
'hype:hwhype' = 'hype:hwhype',
2960+
// hypeevm mainnet tokens
2961+
'hypeevm:hwhype' = 'hypeevm:hwhype',
29622962

29632963
// Story testnet tokens
29642964
'tip:usdc' = 'tip:usdc',

modules/statics/src/coins/ofcErc20Coins.ts

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4539,17 +4539,10 @@ export const tOfcErc20Coins = [
45394539

45404540
ofcerc20(
45414541
'd20cc76e-1384-4261-9d90-df2d6a87b3d0',
4542-
'ofchype:hwhype',
4542+
'ofchypeevm:hwhype',
45434543
'Hyperwave HYPE',
45444544
18,
4545-
UnderlyingAsset['hype:hwhype'],
4546-
undefined,
4547-
undefined,
4548-
'',
4549-
undefined,
4550-
undefined,
4551-
true,
4552-
'hype'
4545+
UnderlyingAsset['hypeevm:hwhype']
45534546
),
45544547

45554548
ofcerc20(

0 commit comments

Comments
 (0)