Skip to content

Commit 1b1a575

Browse files
authored
chore: Add USDH to TOKEN_SYMBOLS_MAP (#165)
1 parent 870ed61 commit 1b1a575

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@across-protocol/constants",
3-
"version": "3.1.84",
3+
"version": "3.1.85",
44
"description": "Export commonly re-used values for Across repositories",
55
"repository": "https://github.com/across-protocol/constants.git",
66
"author": "hello@umaproject.org",

src/tokens.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -422,6 +422,16 @@ export const TOKEN_SYMBOLS_MAP = {
422422
l1TokenDecimals: 6,
423423
coingeckoId: "usd-coin",
424424
},
425+
USDH: {
426+
name: "Hyperliquid USD",
427+
symbol: "USDH",
428+
decimals: 6,
429+
addresses: {
430+
[CHAIN_IDs.HYPEREVM]: "0x111111a1a0667d36bD57c0A9f569b98057111111",
431+
[CHAIN_IDs.HYPEREVM_TESTNET]: "0x111111a1a0667d36bD57c0A9f569b98057111111",
432+
},
433+
coingeckoId: "usdh-2",
434+
},
425435
USDT: {
426436
name: "Tether USD",
427437
symbol: "USDT",

0 commit comments

Comments
 (0)