Skip to content

Commit

Permalink
stick HL under Evm platfrom
Browse files Browse the repository at this point in the history
  • Loading branch information
artursapek committed Feb 10, 2025
1 parent 875a53f commit 86843aa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion core/base/src/constants/decimals.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ const nativeDecimalEntries = [
["Algorand", 6],
["Btc", 8],
["Near", 12],
["Hyperliquid", 18],
] as const satisfies MapLevel<Platform, number>;

/** Number of decimals for the native token on a given platform */
Expand Down
4 changes: 1 addition & 3 deletions core/base/src/constants/platforms.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,11 @@ const platformAndChainsEntries = [[
"Ink",
"HyperEVM",
"Monad",
"Hyperliquid",
]], [
"Solana", [
"Solana",
"Pythnet"
]], [
"Hyperliquid", [
"Hyperliquid"
]], [
"Cosmwasm", [
"Cosmoshub",
Expand Down

0 comments on commit 86843aa

Please sign in to comment.