@1delta/margin-fetcher 0.0.202 → 0.0.203
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
|
@@ -10882,7 +10882,8 @@ var MORPHO_LENS = {
|
|
|
10882
10882
|
// lista lens
|
|
10883
10883
|
[Chain.UNICHAIN]: "0xA453ba397c61B0c292EA3959A858821145B2707F",
|
|
10884
10884
|
[Chain.SEI_NETWORK]: "0xcB6Eb8df68153cebF60E1872273Ef52075a5C297",
|
|
10885
|
-
[Chain.MONAD_MAINNET]: "0x0bd7473CbBf81d9dD936c61117eD230d95006CA2"
|
|
10885
|
+
[Chain.MONAD_MAINNET]: "0x0bd7473CbBf81d9dD936c61117eD230d95006CA2",
|
|
10886
|
+
[Chain.CELO_MAINNET]: "0x4b5458BB47dCBC1a41B31b41e1a8773dE312BE9d"
|
|
10886
10887
|
};
|
|
10887
10888
|
var buildMorphoUserCallWithLens = (chainId, account, lender, marketsToQuery) => {
|
|
10888
10889
|
const marketSlices = chunk(marketsToQuery, 100);
|
|
@@ -18118,6 +18119,7 @@ function lenderCanUseApi(lender, chainId) {
|
|
|
18118
18119
|
if (chainId === Chain.HEMI_NETWORK) return false;
|
|
18119
18120
|
if (chainId === Chain.BERACHAIN) return false;
|
|
18120
18121
|
if (chainId === Chain.SEI_NETWORK) return false;
|
|
18122
|
+
if (chainId === Chain.CELO_MAINNET) return false;
|
|
18121
18123
|
return true;
|
|
18122
18124
|
}
|
|
18123
18125
|
return false;
|