File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments