@t2000/sdk 0.17.18 → 0.17.20

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.cjs CHANGED
@@ -2736,7 +2736,7 @@ var SuilendAdapter = class {
2736
2736
  if (!this.isClaimableReward(rw.coinType)) continue;
2737
2737
  const durationMs = rw.endTimeMs - rw.startTimeMs;
2738
2738
  if (durationMs <= 0) continue;
2739
- const assetSymbol = this.resolveSymbol(reserve.coinType);
2739
+ const assetSymbol = this.resolveSymbol(dep.coinType);
2740
2740
  rewards.push({
2741
2741
  protocol: "suilend",
2742
2742
  asset: assetSymbol,