@sonarwatch/portfolio-plugins 0.12.87 → 0.12.88
Sign up to get free protection for your applications and to get access to all the features.
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.12.88](https://github.com/sonarwatch/portfolio/compare/plugins-0.12.87...plugins-0.12.88) (2024-07-24)
|
6
|
+
|
7
|
+
|
8
|
+
|
5
9
|
## [0.12.87](https://github.com/sonarwatch/portfolio/compare/plugins-0.12.86...plugins-0.12.87) (2024-07-24)
|
6
10
|
|
7
11
|
|
package/package.json
CHANGED
@@ -69,7 +69,7 @@ const executor = (owner) => __awaiter(void 0, void 0, void 0, function* () {
|
|
69
69
|
});
|
70
70
|
// If Earnestness elligible
|
71
71
|
if (claimProofEarn && typeof claimProofEarn.data !== 'string') {
|
72
|
-
const earnClaimStatusAddress = (0, deriveClaimStatus_1.deriveClaimStatus)(owner,
|
72
|
+
const earnClaimStatusAddress = (0, deriveClaimStatus_1.deriveClaimStatus)(owner, claimProofEarn.data.merkle_tree, constants_1.lfgDisProgram);
|
73
73
|
const earnClaimStatusAaccount = yield client.getAccountInfo(earnClaimStatusAddress);
|
74
74
|
items.push({
|
75
75
|
amount: new bignumber_js_1.default(claimProofEarn.data.amount)
|