@sonarwatch/portfolio-plugins 0.14.7 → 0.14.8
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +4 -0
- package/package.json +1 -1
- package/src/plugins/save/helpers.js +1 -1
package/CHANGELOG.md
CHANGED
@@ -2,6 +2,10 @@
|
|
2
2
|
|
3
3
|
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
|
4
4
|
|
5
|
+
## [0.14.8](https://github.com/sonarwatch/portfolio/compare/plugins-0.14.7...plugins-0.14.8) (2024-10-17)
|
6
|
+
|
7
|
+
|
8
|
+
|
5
9
|
## [0.14.7](https://github.com/sonarwatch/portfolio/compare/plugins-0.14.6...plugins-0.14.7) (2024-10-17)
|
6
10
|
|
7
11
|
|
package/package.json
CHANGED
@@ -130,7 +130,7 @@ function getElementsFromObligations(obligations, reserveByAddress, marketByAddre
|
|
130
130
|
},
|
131
131
|
];
|
132
132
|
element.addBorrowedYield(cBorrowedYields);
|
133
|
-
element.
|
133
|
+
element.addBorrowedAsset({
|
134
134
|
address: lMint,
|
135
135
|
amount: borrowedAmount,
|
136
136
|
alreadyShifted: true,
|