@1delta/margin-fetcher 0.0.188 → 0.0.190

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
@@ -12214,7 +12214,7 @@ function convertMarketsToMorphoResponse(response, chainId, additionalYields = {
12214
12214
  loanAddress: loanAssetAddress,
12215
12215
  isListed: whitelisted,
12216
12216
  fee: state.fee,
12217
- rateAtTarget: state.rateAtTarget
12217
+ rateAtTarget: state?.rateAtTarget?.toString()
12218
12218
  }
12219
12219
  };
12220
12220
  data[m].chainId = chainId;