@1delta/margin-fetcher 0.0.204 → 0.0.205
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
CHANGED
|
@@ -30315,6 +30315,14 @@ var AAVE_LENDER_OVERRIDES = {
|
|
|
30315
30315
|
// BASE_CURRENCY_UNIT call reverts, oracle returns 18 decimals (USD denominated)
|
|
30316
30316
|
baseCurrencyUnit: 100000000n
|
|
30317
30317
|
}
|
|
30318
|
+
},
|
|
30319
|
+
[Lender.MOOLA]: {
|
|
30320
|
+
[Chain.CELO_MAINNET]: {
|
|
30321
|
+
baseAsset: "0x471ece3750da237f93b8e339c536989b8978a438",
|
|
30322
|
+
// BASE_CURRENCY_UNIT call reverts, oracle returns 18 decimals
|
|
30323
|
+
baseCurrencyUnit: 1000000000000000000n,
|
|
30324
|
+
baseAssetSource: Lender.AAVE_V3
|
|
30325
|
+
}
|
|
30318
30326
|
}
|
|
30319
30327
|
};
|
|
30320
30328
|
function getAaveLendersForChain(chainId) {
|