@1delta/lender-registry 0.0.26 → 0.0.27
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.
- package/dist/index.js +2 -0
- package/dist/index.mjs +2 -0
- package/dist/lenders.d.ts +1 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -60,6 +60,7 @@ var Lender = /* @__PURE__ */ ((Lender2) => {
|
|
|
60
60
|
Lender2["EDEL"] = "EDEL";
|
|
61
61
|
Lender2["VOLTAGE_LENDING"] = "VOLTAGE_LENDING";
|
|
62
62
|
Lender2["AQUALOAN"] = "AQUALOAN";
|
|
63
|
+
Lender2["BETTER_BANK"] = "BETTER_BANK";
|
|
63
64
|
Lender2["ZEROLEND"] = "ZEROLEND";
|
|
64
65
|
Lender2["ZEROLEND_STABLECOINS_RWA"] = "ZEROLEND_STABLECOINS_RWA";
|
|
65
66
|
Lender2["ZEROLEND_ETH_LRTS"] = "ZEROLEND_ETH_LRTS";
|
|
@@ -233,6 +234,7 @@ var AAVE_V3_LENDERS = [
|
|
|
233
234
|
"EDEL" /* EDEL */,
|
|
234
235
|
"VOLTAGE_LENDING" /* VOLTAGE_LENDING */,
|
|
235
236
|
"AQUALOAN" /* AQUALOAN */,
|
|
237
|
+
"BETTER_BANK" /* BETTER_BANK */,
|
|
236
238
|
// zerolends
|
|
237
239
|
"ZEROLEND" /* ZEROLEND */,
|
|
238
240
|
"ZEROLEND_STABLECOINS_RWA" /* ZEROLEND_STABLECOINS_RWA */,
|
package/dist/index.mjs
CHANGED
|
@@ -58,6 +58,7 @@ var Lender = /* @__PURE__ */ ((Lender2) => {
|
|
|
58
58
|
Lender2["EDEL"] = "EDEL";
|
|
59
59
|
Lender2["VOLTAGE_LENDING"] = "VOLTAGE_LENDING";
|
|
60
60
|
Lender2["AQUALOAN"] = "AQUALOAN";
|
|
61
|
+
Lender2["BETTER_BANK"] = "BETTER_BANK";
|
|
61
62
|
Lender2["ZEROLEND"] = "ZEROLEND";
|
|
62
63
|
Lender2["ZEROLEND_STABLECOINS_RWA"] = "ZEROLEND_STABLECOINS_RWA";
|
|
63
64
|
Lender2["ZEROLEND_ETH_LRTS"] = "ZEROLEND_ETH_LRTS";
|
|
@@ -231,6 +232,7 @@ var AAVE_V3_LENDERS = [
|
|
|
231
232
|
"EDEL" /* EDEL */,
|
|
232
233
|
"VOLTAGE_LENDING" /* VOLTAGE_LENDING */,
|
|
233
234
|
"AQUALOAN" /* AQUALOAN */,
|
|
235
|
+
"BETTER_BANK" /* BETTER_BANK */,
|
|
234
236
|
// zerolends
|
|
235
237
|
"ZEROLEND" /* ZEROLEND */,
|
|
236
238
|
"ZEROLEND_STABLECOINS_RWA" /* ZEROLEND_STABLECOINS_RWA */,
|
package/dist/lenders.d.ts
CHANGED
|
@@ -58,6 +58,7 @@ export declare enum Lender {
|
|
|
58
58
|
EDEL = "EDEL",
|
|
59
59
|
VOLTAGE_LENDING = "VOLTAGE_LENDING",
|
|
60
60
|
AQUALOAN = "AQUALOAN",
|
|
61
|
+
BETTER_BANK = "BETTER_BANK",
|
|
61
62
|
ZEROLEND = "ZEROLEND",
|
|
62
63
|
ZEROLEND_STABLECOINS_RWA = "ZEROLEND_STABLECOINS_RWA",
|
|
63
64
|
ZEROLEND_ETH_LRTS = "ZEROLEND_ETH_LRTS",
|