@1delta/margin-fetcher 0.0.204 → 0.0.206

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
@@ -17703,7 +17703,7 @@ function buildTokenEntry(info, config, collateralActive, borrowVaults, opts) {
17703
17703
  priceSource: zeroAddress
17704
17704
  };
17705
17705
  return {
17706
- name: "Euler V2 " + info.vaultName,
17706
+ name: info.vaultName,
17707
17707
  asset,
17708
17708
  totalDeposits,
17709
17709
  totalDebtStable: 0,
@@ -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) {