@t2000/sdk 0.17.19 → 0.17.21

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.
@@ -2024,7 +2024,8 @@ var SuilendAdapter = class {
2024
2024
  if (!this.isClaimableReward(rw.coinType)) continue;
2025
2025
  const durationMs = rw.endTimeMs - rw.startTimeMs;
2026
2026
  if (durationMs <= 0) continue;
2027
- const assetSymbol = this.resolveSymbol(reserve.coinType);
2027
+ const assetSymbol = this.resolveSymbol(dep.coinType);
2028
+ if (!(assetSymbol in SUPPORTED_ASSETS)) continue;
2028
2029
  rewards.push({
2029
2030
  protocol: "suilend",
2030
2031
  asset: assetSymbol,