@merkl/api 1.1.7 → 1.1.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -11,7 +11,7 @@ export declare enum HypuurCampaigns {
11
11
  PooledBorrowUSDe = "Pooled Borrow USDe",
12
12
  PooledfeUSDDDeposit = "Pooled feUSD Deposit",
13
13
  PooledDepositUSDT0 = "Pooled Deposit USDT0",
14
- PooledBorrowUSDXL = "Pooled Borrow USXL",
14
+ PooledBorrowUSDXL = "Pooled Borrow USDXL",
15
15
  PooledBorrowUSDT0 = "Pooled Borrow USDT0",
16
16
  IsolatedLHYPEDepositUSDXL = "Isolated LHYPE Deposit USDXL",
17
17
  IsolatedLHYPEBorrowUSDXL = "Isolated LHYPE Borrow USDXL",
@@ -44,11 +44,15 @@ export declare enum HypuurCampaigns {
44
44
  IsolatedLHYPEBorrowUSDT0 = "Isolated LHYPE Borrow USDT0",
45
45
  XAUT0HYPEHyperswap = "XAUT0 / HYPE Hyperswap",
46
46
  USDXLUSDT0KittenStable = "USDXLUSDT0KittenStable",
47
- USDXLHypeKittenSwap = "USDXL-Hype KittenSwap"
47
+ USDXLHypeKittenSwap = "USDXL-Hype KittenSwap",
48
+ IsolatedhwHLPDepositUSDT0 = "Isolated hwHLP Deposit USDT0",
49
+ IsolatedhwHLPBorrowUSDT0 = "Isolated hwHLP Borrow USDT0",
50
+ IsolatedhwHLPDepositUSDHL = "Isolated hwHLP Deposit USDHL",
51
+ IsolatedhwHLPBorrowUSDHL = "Isolated hwHLP Borrow USDHL"
48
52
  }
49
53
  export declare const HypurrFiSubPayloads: {
50
54
  stkUSDXL: Record<string, any>;
51
- "Pooled Borrow USXL": Record<string, any>;
55
+ "Pooled Borrow USDXL": Record<string, any>;
52
56
  "Pooled Deposit HYPE": Record<string, any>;
53
57
  "Pooled Borrow HYPE": Record<string, any>;
54
58
  "Pooled Deposit wstHYPE": Record<string, any>;
@@ -82,6 +86,10 @@ export declare const HypurrFiSubPayloads: {
82
86
  "Isolated USOL Borrow USDT0": Record<string, any>;
83
87
  "Isolated LHYPE Deposit USDT0": Record<string, any>;
84
88
  "Isolated LHYPE Borrow USDT0": Record<string, any>;
89
+ "Isolated hwHLP Deposit USDT0": Record<string, any>;
90
+ "Isolated hwHLP Borrow USDT0": Record<string, any>;
91
+ "Isolated hwHLP Deposit USDHL": Record<string, any>;
92
+ "Isolated hwHLP Borrow USDHL": Record<string, any>;
85
93
  "HYPE LP Valantis": Record<string, any>;
86
94
  "HYPE-uETH Kitten": Record<string, any>;
87
95
  "HYPE-uBTC Kitten": Record<string, any>;