@1delta/lender-registry 0.0.14 → 0.0.16

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.
@@ -0,0 +1,29 @@
1
+ import { Lender } from './lenders.js';
2
+ export declare function isAaveV2Type(lender: string): boolean;
3
+ export declare function isAaveV3Type(lender: string): boolean;
4
+ export declare function isAaveV32Type(lender: string): boolean;
5
+ export declare function isAaveType(lender: string): boolean;
6
+ export declare function isCompoundV3(lender: string): boolean;
7
+ /** Only use on Morpho and Lista markets */
8
+ export declare function extractLenderBeforeLastUnderscore(str: string): string;
9
+ export declare function isMorphoBlue(lender: string): boolean;
10
+ export declare function isListaDao(lender: string): boolean;
11
+ export declare function isMorphoType(lender: string): boolean;
12
+ export declare function isVenusType(lender: string): boolean;
13
+ export declare function isCompoundV2Type(lender: string): boolean;
14
+ export declare function isCompoundV3Type(lender: string): boolean;
15
+ export declare function isInit(lender: string): lender is Lender.INIT;
16
+ export declare function lenderHasSubAccounts(lender: string): lender is Lender.INIT;
17
+ export declare function aaveForkCannotPermit(lender: string): boolean;
18
+ export declare function supportsSameAsset(lender: string): boolean;
19
+ /** Alias for isListaDao */
20
+ export declare function isLista(lender: string): boolean;
21
+ export declare function isYLDR(lender: string): lender is Lender.YLDR;
22
+ export declare function isSumerType(lender: string): lender is Lender.SUMER;
23
+ export declare function isTectonicType(lender: string): boolean;
24
+ export declare function isBenqiType(lender: string): boolean;
25
+ export declare function isMultiMarket(lender: string): boolean;
26
+ /** Alias for isAaveType */
27
+ export declare function isAave(lender: string): boolean;
28
+ /** Alias for isCompoundV2Type */
29
+ export declare function isCompoundV2(lender: string): boolean;
package/dist/index.d.ts CHANGED
@@ -1 +1,2 @@
1
- export * from './lenders';
1
+ export * from './lenders.js';
2
+ export { isAaveV2Type, isAaveV3Type, isAaveV32Type, isAaveType, isCompoundV3, extractLenderBeforeLastUnderscore, isMorphoBlue, isListaDao, isMorphoType, isVenusType, isCompoundV2Type, isCompoundV3Type, isInit, lenderHasSubAccounts, aaveForkCannotPermit, supportsSameAsset, isLista, isYLDR, isSumerType, isTectonicType, isBenqiType, isMultiMarket, isAave, isCompoundV2, } from './getters.js';
package/dist/index.js CHANGED
@@ -113,6 +113,7 @@ var Lender = /* @__PURE__ */ ((Lender2) => {
113
113
  Lender2["ENCLABS_PT_ETH"] = "ENCLABS_PT_ETH";
114
114
  Lender2["ENCLABS_SONIC_ECO"] = "ENCLABS_SONIC_ECO";
115
115
  Lender2["TAKARA"] = "TAKARA";
116
+ Lender2["UNITUS"] = "UNITUS";
116
117
  Lender2["BENQI"] = "BENQI";
117
118
  Lender2["BENQI_AVALANCE_ECOSYSTEM"] = "BENQI_AVALANCE_ECOSYSTEM";
118
119
  Lender2["KEOM"] = "KEOM";
@@ -125,6 +126,14 @@ var Lender = /* @__PURE__ */ ((Lender2) => {
125
126
  Lender2["TECTONIC"] = "TECTONIC";
126
127
  Lender2["TECTONIC_VENO"] = "TECTONIC_VENO";
127
128
  Lender2["TECTONIC_DEFI"] = "TECTONIC_DEFI";
129
+ Lender2["SHOEBILL"] = "SHOEBILL";
130
+ Lender2["DFORCE"] = "DFORCE";
131
+ Lender2["TENDER"] = "TENDER";
132
+ Lender2["FLUX_FINANCE"] = "FLUX_FINANCE";
133
+ Lender2["WE_PIGGY"] = "WE_PIGGY";
134
+ Lender2["GAMMA"] = "GAMMA";
135
+ Lender2["CREAM_FINANCE"] = "CREAM_FINANCE";
136
+ Lender2["CAPY_FI"] = "CAPY_FI";
128
137
  Lender2["COMPOUND_V3_USDC"] = "COMPOUND_V3_USDC";
129
138
  Lender2["COMPOUND_V3_USDT"] = "COMPOUND_V3_USDT";
130
139
  Lender2["COMPOUND_V3_USDE"] = "COMPOUND_V3_USDE";
@@ -279,7 +288,14 @@ var COMPOUND_V2_LENDERS = [
279
288
  "TAKARA" /* TAKARA */,
280
289
  "TECTONIC" /* TECTONIC */,
281
290
  "TECTONIC_DEFI" /* TECTONIC_DEFI */,
282
- "TECTONIC_VENO" /* TECTONIC_VENO */
291
+ "TECTONIC_VENO" /* TECTONIC_VENO */,
292
+ "TENDER" /* TENDER */,
293
+ "FLUX_FINANCE" /* FLUX_FINANCE */,
294
+ "WE_PIGGY" /* WE_PIGGY */,
295
+ "CREAM_FINANCE" /* CREAM_FINANCE */,
296
+ "CAPY_FI" /* CAPY_FI */,
297
+ "GAMMA" /* GAMMA */,
298
+ "UNITUS" /* UNITUS */
283
299
  ];
284
300
  var COMPOUND_V3_LENDERS = [
285
301
  "COMPOUND_V3_USDC" /* COMPOUND_V3_USDC */,
@@ -290,9 +306,12 @@ var COMPOUND_V3_LENDERS = [
290
306
  "COMPOUND_V3_USDS" /* COMPOUND_V3_USDS */,
291
307
  "COMPOUND_V3_WETH" /* COMPOUND_V3_WETH */,
292
308
  "COMPOUND_V3_AERO" /* COMPOUND_V3_AERO */,
293
- "COMPOUND_V3_WSTETH" /* COMPOUND_V3_WSTETH */
309
+ "COMPOUND_V3_WSTETH" /* COMPOUND_V3_WSTETH */,
310
+ "COMPOUND_V3_WRON" /* COMPOUND_V3_WRON */
294
311
  ];
295
312
  var MORPHO_BLUE_LENDERS = ["MORPHO_BLUE" /* MORPHO_BLUE */, "LISTA_DAO" /* LISTA_DAO */];
313
+ var TECTONIC_LENDERS = ["TECTONIC" /* TECTONIC */, "TECTONIC_VENO" /* TECTONIC_VENO */, "TECTONIC_DEFI" /* TECTONIC_DEFI */];
314
+ var BENQI_LENDERS = ["BENQI" /* BENQI */, "BENQI_AVALANCE_ECOSYSTEM" /* BENQI_AVALANCE_ECOSYSTEM */];
296
315
  var SILO_V2_LENDERS = ["SILO_V2" /* SILO_V2 */];
297
316
  var LenderGroups = /* @__PURE__ */ ((LenderGroups2) => {
298
317
  LenderGroups2[LenderGroups2["AaveV2"] = 0] = "AaveV2";
@@ -327,7 +346,7 @@ function getLenderId(lender) {
327
346
  case 5 /* SiloV2 */:
328
347
  return 6e3 /* UP_TO_SILO_V2 */ - 1;
329
348
  default:
330
- throw new Error("Unsupported lender");
349
+ throw new Error(`getLenderId: Unsupported lender ${lender}`);
331
350
  }
332
351
  }
333
352
  function getLenderGroup(lender) {
@@ -346,13 +365,92 @@ function getLenderGroup(lender) {
346
365
  if (SILO_V2_LENDERS.includes(lender)) {
347
366
  return 5 /* SiloV2 */;
348
367
  }
349
- throw new Error("Unsupported lender");
368
+ throw new Error(`getLenderGroup: Unsupported lender ${lender}`);
369
+ }
370
+
371
+ // src/getters.ts
372
+ function isAaveV2Type(lender) {
373
+ return AAVE_V2_LENDERS.includes(lender);
374
+ }
375
+ function isAaveV3Type(lender) {
376
+ return AAVE_V3_LENDERS.includes(lender);
377
+ }
378
+ function isAaveV32Type(lender) {
379
+ return AAVE_V32_LENDERS.includes(lender);
380
+ }
381
+ function isAaveType(lender) {
382
+ return AAVE_LENDERS.includes(lender);
383
+ }
384
+ function isCompoundV3(lender) {
385
+ return lender?.startsWith("COMPOUND_V3");
386
+ }
387
+ function extractLenderBeforeLastUnderscore(str) {
388
+ const idx = str.lastIndexOf("_");
389
+ if (idx === -1) return str;
390
+ if (str.indexOf("_") === idx) return str;
391
+ return str.slice(0, idx);
392
+ }
393
+ function isMorphoBlue(lender) {
394
+ return lender?.startsWith("MORPHO_BLUE");
395
+ }
396
+ function isListaDao(lender) {
397
+ return lender?.startsWith("LISTA_DAO");
398
+ }
399
+ function isMorphoType(lender) {
400
+ return isMorphoBlue(lender) || isListaDao(lender);
401
+ }
402
+ function isVenusType(lender) {
403
+ return VENUS_LENDERS.includes(lender);
404
+ }
405
+ function isCompoundV2Type(lender) {
406
+ return COMPOUND_V2_LENDERS.includes(lender);
407
+ }
408
+ function isCompoundV3Type(lender) {
409
+ return lender?.startsWith("COMPOUND_V3");
410
+ }
411
+ function isInit(lender) {
412
+ return lender === "INIT" /* INIT */;
413
+ }
414
+ function lenderHasSubAccounts(lender) {
415
+ return isInit(lender);
416
+ }
417
+ var SAME_ASSET_SUPPORTED = ["INIT" /* INIT */, ...AAVE_LENDERS];
418
+ function aaveForkCannotPermit(lender) {
419
+ return lender?.startsWith("ZEROLEND") || lender === "HYPERYIELD" /* HYPERYIELD */;
420
+ }
421
+ function supportsSameAsset(lender) {
422
+ return SAME_ASSET_SUPPORTED.includes(lender);
423
+ }
424
+ function isLista(lender) {
425
+ return isListaDao(lender);
426
+ }
427
+ function isYLDR(lender) {
428
+ return lender === "YLDR" /* YLDR */;
429
+ }
430
+ function isSumerType(lender) {
431
+ return lender === "SUMER" /* SUMER */;
432
+ }
433
+ function isTectonicType(lender) {
434
+ return TECTONIC_LENDERS.includes(lender);
435
+ }
436
+ function isBenqiType(lender) {
437
+ return BENQI_LENDERS.includes(lender);
438
+ }
439
+ function isMultiMarket(lender) {
440
+ return isMorphoBlue(lender) || isListaDao(lender);
441
+ }
442
+ function isAave(lender) {
443
+ return isAaveType(lender);
444
+ }
445
+ function isCompoundV2(lender) {
446
+ return isCompoundV2Type(lender);
350
447
  }
351
448
 
352
449
  exports.AAVE_LENDERS = AAVE_LENDERS;
353
450
  exports.AAVE_V2_LENDERS = AAVE_V2_LENDERS;
354
451
  exports.AAVE_V32_LENDERS = AAVE_V32_LENDERS;
355
452
  exports.AAVE_V3_LENDERS = AAVE_V3_LENDERS;
453
+ exports.BENQI_LENDERS = BENQI_LENDERS;
356
454
  exports.COMPOUND_V2_LENDERS = COMPOUND_V2_LENDERS;
357
455
  exports.COMPOUND_V3_LENDERS = COMPOUND_V3_LENDERS;
358
456
  exports.Lender = Lender;
@@ -360,6 +458,31 @@ exports.LenderGroups = LenderGroups;
360
458
  exports.LenderIds = LenderIds;
361
459
  exports.MORPHO_BLUE_LENDERS = MORPHO_BLUE_LENDERS;
362
460
  exports.SILO_V2_LENDERS = SILO_V2_LENDERS;
461
+ exports.TECTONIC_LENDERS = TECTONIC_LENDERS;
363
462
  exports.VENUS_LENDERS = VENUS_LENDERS;
463
+ exports.aaveForkCannotPermit = aaveForkCannotPermit;
464
+ exports.extractLenderBeforeLastUnderscore = extractLenderBeforeLastUnderscore;
364
465
  exports.getLenderGroup = getLenderGroup;
365
466
  exports.getLenderId = getLenderId;
467
+ exports.isAave = isAave;
468
+ exports.isAaveType = isAaveType;
469
+ exports.isAaveV2Type = isAaveV2Type;
470
+ exports.isAaveV32Type = isAaveV32Type;
471
+ exports.isAaveV3Type = isAaveV3Type;
472
+ exports.isBenqiType = isBenqiType;
473
+ exports.isCompoundV2 = isCompoundV2;
474
+ exports.isCompoundV2Type = isCompoundV2Type;
475
+ exports.isCompoundV3 = isCompoundV3;
476
+ exports.isCompoundV3Type = isCompoundV3Type;
477
+ exports.isInit = isInit;
478
+ exports.isLista = isLista;
479
+ exports.isListaDao = isListaDao;
480
+ exports.isMorphoBlue = isMorphoBlue;
481
+ exports.isMorphoType = isMorphoType;
482
+ exports.isMultiMarket = isMultiMarket;
483
+ exports.isSumerType = isSumerType;
484
+ exports.isTectonicType = isTectonicType;
485
+ exports.isVenusType = isVenusType;
486
+ exports.isYLDR = isYLDR;
487
+ exports.lenderHasSubAccounts = lenderHasSubAccounts;
488
+ exports.supportsSameAsset = supportsSameAsset;
package/dist/index.mjs CHANGED
@@ -111,6 +111,7 @@ var Lender = /* @__PURE__ */ ((Lender2) => {
111
111
  Lender2["ENCLABS_PT_ETH"] = "ENCLABS_PT_ETH";
112
112
  Lender2["ENCLABS_SONIC_ECO"] = "ENCLABS_SONIC_ECO";
113
113
  Lender2["TAKARA"] = "TAKARA";
114
+ Lender2["UNITUS"] = "UNITUS";
114
115
  Lender2["BENQI"] = "BENQI";
115
116
  Lender2["BENQI_AVALANCE_ECOSYSTEM"] = "BENQI_AVALANCE_ECOSYSTEM";
116
117
  Lender2["KEOM"] = "KEOM";
@@ -123,6 +124,14 @@ var Lender = /* @__PURE__ */ ((Lender2) => {
123
124
  Lender2["TECTONIC"] = "TECTONIC";
124
125
  Lender2["TECTONIC_VENO"] = "TECTONIC_VENO";
125
126
  Lender2["TECTONIC_DEFI"] = "TECTONIC_DEFI";
127
+ Lender2["SHOEBILL"] = "SHOEBILL";
128
+ Lender2["DFORCE"] = "DFORCE";
129
+ Lender2["TENDER"] = "TENDER";
130
+ Lender2["FLUX_FINANCE"] = "FLUX_FINANCE";
131
+ Lender2["WE_PIGGY"] = "WE_PIGGY";
132
+ Lender2["GAMMA"] = "GAMMA";
133
+ Lender2["CREAM_FINANCE"] = "CREAM_FINANCE";
134
+ Lender2["CAPY_FI"] = "CAPY_FI";
126
135
  Lender2["COMPOUND_V3_USDC"] = "COMPOUND_V3_USDC";
127
136
  Lender2["COMPOUND_V3_USDT"] = "COMPOUND_V3_USDT";
128
137
  Lender2["COMPOUND_V3_USDE"] = "COMPOUND_V3_USDE";
@@ -277,7 +286,14 @@ var COMPOUND_V2_LENDERS = [
277
286
  "TAKARA" /* TAKARA */,
278
287
  "TECTONIC" /* TECTONIC */,
279
288
  "TECTONIC_DEFI" /* TECTONIC_DEFI */,
280
- "TECTONIC_VENO" /* TECTONIC_VENO */
289
+ "TECTONIC_VENO" /* TECTONIC_VENO */,
290
+ "TENDER" /* TENDER */,
291
+ "FLUX_FINANCE" /* FLUX_FINANCE */,
292
+ "WE_PIGGY" /* WE_PIGGY */,
293
+ "CREAM_FINANCE" /* CREAM_FINANCE */,
294
+ "CAPY_FI" /* CAPY_FI */,
295
+ "GAMMA" /* GAMMA */,
296
+ "UNITUS" /* UNITUS */
281
297
  ];
282
298
  var COMPOUND_V3_LENDERS = [
283
299
  "COMPOUND_V3_USDC" /* COMPOUND_V3_USDC */,
@@ -288,9 +304,12 @@ var COMPOUND_V3_LENDERS = [
288
304
  "COMPOUND_V3_USDS" /* COMPOUND_V3_USDS */,
289
305
  "COMPOUND_V3_WETH" /* COMPOUND_V3_WETH */,
290
306
  "COMPOUND_V3_AERO" /* COMPOUND_V3_AERO */,
291
- "COMPOUND_V3_WSTETH" /* COMPOUND_V3_WSTETH */
307
+ "COMPOUND_V3_WSTETH" /* COMPOUND_V3_WSTETH */,
308
+ "COMPOUND_V3_WRON" /* COMPOUND_V3_WRON */
292
309
  ];
293
310
  var MORPHO_BLUE_LENDERS = ["MORPHO_BLUE" /* MORPHO_BLUE */, "LISTA_DAO" /* LISTA_DAO */];
311
+ var TECTONIC_LENDERS = ["TECTONIC" /* TECTONIC */, "TECTONIC_VENO" /* TECTONIC_VENO */, "TECTONIC_DEFI" /* TECTONIC_DEFI */];
312
+ var BENQI_LENDERS = ["BENQI" /* BENQI */, "BENQI_AVALANCE_ECOSYSTEM" /* BENQI_AVALANCE_ECOSYSTEM */];
294
313
  var SILO_V2_LENDERS = ["SILO_V2" /* SILO_V2 */];
295
314
  var LenderGroups = /* @__PURE__ */ ((LenderGroups2) => {
296
315
  LenderGroups2[LenderGroups2["AaveV2"] = 0] = "AaveV2";
@@ -325,7 +344,7 @@ function getLenderId(lender) {
325
344
  case 5 /* SiloV2 */:
326
345
  return 6e3 /* UP_TO_SILO_V2 */ - 1;
327
346
  default:
328
- throw new Error("Unsupported lender");
347
+ throw new Error(`getLenderId: Unsupported lender ${lender}`);
329
348
  }
330
349
  }
331
350
  function getLenderGroup(lender) {
@@ -344,7 +363,85 @@ function getLenderGroup(lender) {
344
363
  if (SILO_V2_LENDERS.includes(lender)) {
345
364
  return 5 /* SiloV2 */;
346
365
  }
347
- throw new Error("Unsupported lender");
366
+ throw new Error(`getLenderGroup: Unsupported lender ${lender}`);
348
367
  }
349
368
 
350
- export { AAVE_LENDERS, AAVE_V2_LENDERS, AAVE_V32_LENDERS, AAVE_V3_LENDERS, COMPOUND_V2_LENDERS, COMPOUND_V3_LENDERS, Lender, LenderGroups, LenderIds, MORPHO_BLUE_LENDERS, SILO_V2_LENDERS, VENUS_LENDERS, getLenderGroup, getLenderId };
369
+ // src/getters.ts
370
+ function isAaveV2Type(lender) {
371
+ return AAVE_V2_LENDERS.includes(lender);
372
+ }
373
+ function isAaveV3Type(lender) {
374
+ return AAVE_V3_LENDERS.includes(lender);
375
+ }
376
+ function isAaveV32Type(lender) {
377
+ return AAVE_V32_LENDERS.includes(lender);
378
+ }
379
+ function isAaveType(lender) {
380
+ return AAVE_LENDERS.includes(lender);
381
+ }
382
+ function isCompoundV3(lender) {
383
+ return lender?.startsWith("COMPOUND_V3");
384
+ }
385
+ function extractLenderBeforeLastUnderscore(str) {
386
+ const idx = str.lastIndexOf("_");
387
+ if (idx === -1) return str;
388
+ if (str.indexOf("_") === idx) return str;
389
+ return str.slice(0, idx);
390
+ }
391
+ function isMorphoBlue(lender) {
392
+ return lender?.startsWith("MORPHO_BLUE");
393
+ }
394
+ function isListaDao(lender) {
395
+ return lender?.startsWith("LISTA_DAO");
396
+ }
397
+ function isMorphoType(lender) {
398
+ return isMorphoBlue(lender) || isListaDao(lender);
399
+ }
400
+ function isVenusType(lender) {
401
+ return VENUS_LENDERS.includes(lender);
402
+ }
403
+ function isCompoundV2Type(lender) {
404
+ return COMPOUND_V2_LENDERS.includes(lender);
405
+ }
406
+ function isCompoundV3Type(lender) {
407
+ return lender?.startsWith("COMPOUND_V3");
408
+ }
409
+ function isInit(lender) {
410
+ return lender === "INIT" /* INIT */;
411
+ }
412
+ function lenderHasSubAccounts(lender) {
413
+ return isInit(lender);
414
+ }
415
+ var SAME_ASSET_SUPPORTED = ["INIT" /* INIT */, ...AAVE_LENDERS];
416
+ function aaveForkCannotPermit(lender) {
417
+ return lender?.startsWith("ZEROLEND") || lender === "HYPERYIELD" /* HYPERYIELD */;
418
+ }
419
+ function supportsSameAsset(lender) {
420
+ return SAME_ASSET_SUPPORTED.includes(lender);
421
+ }
422
+ function isLista(lender) {
423
+ return isListaDao(lender);
424
+ }
425
+ function isYLDR(lender) {
426
+ return lender === "YLDR" /* YLDR */;
427
+ }
428
+ function isSumerType(lender) {
429
+ return lender === "SUMER" /* SUMER */;
430
+ }
431
+ function isTectonicType(lender) {
432
+ return TECTONIC_LENDERS.includes(lender);
433
+ }
434
+ function isBenqiType(lender) {
435
+ return BENQI_LENDERS.includes(lender);
436
+ }
437
+ function isMultiMarket(lender) {
438
+ return isMorphoBlue(lender) || isListaDao(lender);
439
+ }
440
+ function isAave(lender) {
441
+ return isAaveType(lender);
442
+ }
443
+ function isCompoundV2(lender) {
444
+ return isCompoundV2Type(lender);
445
+ }
446
+
447
+ export { AAVE_LENDERS, AAVE_V2_LENDERS, AAVE_V32_LENDERS, AAVE_V3_LENDERS, BENQI_LENDERS, COMPOUND_V2_LENDERS, COMPOUND_V3_LENDERS, Lender, LenderGroups, LenderIds, MORPHO_BLUE_LENDERS, SILO_V2_LENDERS, TECTONIC_LENDERS, VENUS_LENDERS, aaveForkCannotPermit, extractLenderBeforeLastUnderscore, getLenderGroup, getLenderId, isAave, isAaveType, isAaveV2Type, isAaveV32Type, isAaveV3Type, isBenqiType, isCompoundV2, isCompoundV2Type, isCompoundV3, isCompoundV3Type, isInit, isLista, isListaDao, isMorphoBlue, isMorphoType, isMultiMarket, isSumerType, isTectonicType, isVenusType, isYLDR, lenderHasSubAccounts, supportsSameAsset };
package/dist/lenders.d.ts CHANGED
@@ -112,6 +112,7 @@ export declare enum Lender {
112
112
  ENCLABS_PT_ETH = "ENCLABS_PT_ETH",
113
113
  ENCLABS_SONIC_ECO = "ENCLABS_SONIC_ECO",
114
114
  TAKARA = "TAKARA",
115
+ UNITUS = "UNITUS",
115
116
  BENQI = "BENQI",
116
117
  BENQI_AVALANCE_ECOSYSTEM = "BENQI_AVALANCE_ECOSYSTEM",
117
118
  KEOM = "KEOM",
@@ -124,6 +125,14 @@ export declare enum Lender {
124
125
  TECTONIC = "TECTONIC",
125
126
  TECTONIC_VENO = "TECTONIC_VENO",
126
127
  TECTONIC_DEFI = "TECTONIC_DEFI",
128
+ SHOEBILL = "SHOEBILL",
129
+ DFORCE = "DFORCE",
130
+ TENDER = "TENDER",
131
+ FLUX_FINANCE = "FLUX_FINANCE",
132
+ WE_PIGGY = "WE_PIGGY",
133
+ GAMMA = "GAMMA",
134
+ CREAM_FINANCE = "CREAM_FINANCE",
135
+ CAPY_FI = "CAPY_FI",
127
136
  /** Compound V3s */
128
137
  COMPOUND_V3_USDC = "COMPOUND_V3_USDC",
129
138
  COMPOUND_V3_USDT = "COMPOUND_V3_USDT",
@@ -158,6 +167,10 @@ export declare const COMPOUND_V2_LENDERS: Lender[];
158
167
  export declare const COMPOUND_V3_LENDERS: Lender[];
159
168
  /** Morpho Blue lenders */
160
169
  export declare const MORPHO_BLUE_LENDERS: Lender[];
170
+ /** Tectonic lenders */
171
+ export declare const TECTONIC_LENDERS: Lender[];
172
+ /** Benqi lenders */
173
+ export declare const BENQI_LENDERS: Lender[];
161
174
  /** Silo lenders */
162
175
  export declare const SILO_V2_LENDERS: Lender[];
163
176
  export declare enum LenderGroups {
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
- "version": "0.0.14",
7
+ "version": "0.0.16",
8
8
  "description": "Lenders as Enums for convenience",
9
9
  "files": [
10
10
  "dist"