@1delta/margin-fetcher 0.0.75 → 0.0.76
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
|
@@ -20270,6 +20270,10 @@ var fetchMainPrices = async (chainIds, rpcOverrides, lists = {}) => {
|
|
|
20270
20270
|
aaveForks = aaveForks?.filter((a) => a !== Lender.KLAYBANK);
|
|
20271
20271
|
if (chainId === Chain.GNOSIS)
|
|
20272
20272
|
aaveForks = aaveForks?.filter((a) => a !== Lender.AGAVE);
|
|
20273
|
+
if (chainId === Chain.ETHEREUM_MAINNET)
|
|
20274
|
+
aaveForks = aaveForks?.filter(
|
|
20275
|
+
(a) => a !== Lender.ZEROLEND_STABLECOINS_RWA
|
|
20276
|
+
);
|
|
20273
20277
|
const reservesToQuery = aaveForks?.map((a) => ({
|
|
20274
20278
|
fork: a,
|
|
20275
20279
|
assets: getAaveAssets(chainId, a)
|