File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed
Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @across-protocol/constants" ,
3- "version" : " 3.1.89 " ,
3+ "version" : " 3.1.90 " ,
44 "description" : " Export commonly re-used values for Across repositories" ,
55 "repository" : " https://github.com/across-protocol/constants.git" ,
66
Original file line number Diff line number Diff line change @@ -456,6 +456,17 @@ export const TOKEN_SYMBOLS_MAP = {
456456 } ,
457457 coingeckoId : "usdh-2" ,
458458 } ,
459+ "USDH-SPOT" : {
460+ name : "Hyperliquid USD" ,
461+ symbol : "USDH-SPOT" ,
462+ decimals : 8 ,
463+ addresses : {
464+ // We use HyperCore's USDT system address for USDH-SPOT.
465+ // https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/hyperevm/hypercore-less-than-greater-than-hyperevm-transfers#system-addresses
466+ [ CHAIN_IDs . HYPERCORE ] : "0x2000000000000000000000000000000000000168" ,
467+ } ,
468+ coingeckoId : "usdh-2" ,
469+ } ,
459470 USDT : {
460471 name : "Tether USD" ,
461472 symbol : "USDT" ,
@@ -669,7 +680,7 @@ export const TOKEN_SYMBOLS_MAP = {
669680 coingeckoId : "monad" , // Change this after coingecko adds WMON
670681 } ,
671682 WPOL : {
672- name : "WrappedPolygon Ecosystem Token" ,
683+ name : "Wrapped Polygon Ecosystem Token" ,
673684 symbol : "WPOL" ,
674685 decimals : 18 ,
675686 addresses : {
You can’t perform that action at this time.
0 commit comments