@1delta/margin-fetcher 0.0.189 → 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 +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +4 -4
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
|
|
12217
|
+
rateAtTarget: state?.rateAtTarget?.toString()
|
|
12218
12218
|
}
|
|
12219
12219
|
};
|
|
12220
12220
|
data[m].chainId = chainId;
|