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