@t2000/sdk 0.17.20 → 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.
- package/dist/adapters/index.cjs +1 -0
- package/dist/adapters/index.cjs.map +1 -1
- package/dist/adapters/index.js +1 -0
- package/dist/adapters/index.js.map +1 -1
- package/dist/index.cjs +1 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/adapters/index.js
CHANGED
|
@@ -2023,6 +2023,7 @@ var SuilendAdapter = class {
|
|
|
2023
2023
|
const durationMs = rw.endTimeMs - rw.startTimeMs;
|
|
2024
2024
|
if (durationMs <= 0) continue;
|
|
2025
2025
|
const assetSymbol = this.resolveSymbol(dep.coinType);
|
|
2026
|
+
if (!(assetSymbol in SUPPORTED_ASSETS)) continue;
|
|
2026
2027
|
rewards.push({
|
|
2027
2028
|
protocol: "suilend",
|
|
2028
2029
|
asset: assetSymbol,
|