Skip to content

Commit 93f61b4

Browse files
authored
feat: add usdh-spot and hype (#171)
Add USDH-SPOT
1 parent 289eed3 commit 93f61b4

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
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.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
"author": "[email protected]",

src/tokens.ts

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff 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: {

0 commit comments

Comments
 (0)