@1delta/margin-fetcher 0.0.194 → 0.0.196

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
@@ -7485,16 +7485,21 @@ var DISABLED_COMPOUNDS = {
7485
7485
  [Chain.ETHEREUM_MAINNET]: [Lender.CREAM_FINANCE]
7486
7486
  };
7487
7487
  var ENABLED_EULER_V2_CHAINS = [
7488
+ Chain.ETHEREUM_MAINNET,
7488
7489
  Chain.BNB_SMART_CHAIN_MAINNET,
7489
- Chain.PLASMA_MAINNET,
7490
- Chain.BERACHAIN,
7491
- Chain.HYPEREVM,
7492
7490
  Chain.UNICHAIN,
7493
- Chain.SONIC_MAINNET,
7494
7491
  Chain.MONAD_MAINNET,
7495
- Chain.AVALANCHE_C_CHAIN
7496
- // Chain.BASE,
7497
- // Chain.ARBITRUM_ONE,
7492
+ Chain.SONIC_MAINNET,
7493
+ Chain.TAC_MAINNET,
7494
+ Chain.SWELLCHAIN,
7495
+ Chain.BASE,
7496
+ Chain.PLASMA_MAINNET,
7497
+ Chain.ARBITRUM_ONE,
7498
+ Chain.AVALANCHE_C_CHAIN,
7499
+ Chain.LINEA,
7500
+ Chain.BOB,
7501
+ Chain.BERACHAIN,
7502
+ Chain.HYPEREVM
7498
7503
  ];
7499
7504
  var getLendersForChain = (c) => {
7500
7505
  let lenders = [];
@@ -30892,9 +30897,9 @@ async function fetchOraclePrices(chainIds, rpcOverrides, lists = {}, retries = 3
30892
30897
  chainId,
30893
30898
  allCalls,
30894
30899
  combinedAbi,
30895
- batchSize,
30900
+ batchSize?.[chainId],
30896
30901
  retries,
30897
- 0,
30902
+ void 0,
30898
30903
  allowFailure,
30899
30904
  rpcOverrides
30900
30905
  );