@t2000/sdk 0.17.20 → 0.17.22

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