@t2000/sdk 0.17.15 → 0.17.16
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 +0 -2
- package/dist/adapters/index.cjs.map +1 -1
- package/dist/adapters/index.js +0 -2
- package/dist/adapters/index.js.map +1 -1
- package/dist/index.cjs +0 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +0 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1269,7 +1269,6 @@ async function getPendingRewards(client, address) {
|
|
|
1269
1269
|
rewardTotals.set(rewardType, (rewardTotals.get(rewardType) ?? 0) + estimatedUsd);
|
|
1270
1270
|
}
|
|
1271
1271
|
for (const [coinType, dailyUsd] of rewardTotals) {
|
|
1272
|
-
if (dailyUsd < 1e-3) continue;
|
|
1273
1272
|
rewards.push({
|
|
1274
1273
|
protocol: "navi",
|
|
1275
1274
|
coinType,
|
|
@@ -2726,7 +2725,6 @@ var SuilendAdapter = class {
|
|
|
2726
2725
|
}
|
|
2727
2726
|
}
|
|
2728
2727
|
for (const [coinType, dailyUsd] of rewardEstimates) {
|
|
2729
|
-
if (dailyUsd < 1e-3) continue;
|
|
2730
2728
|
const symbol = coinType.includes("spring_sui") ? "SPRING_SUI" : coinType.includes("deep::") ? "DEEP" : coinType.split("::").pop() ?? "UNKNOWN";
|
|
2731
2729
|
rewards.push({
|
|
2732
2730
|
protocol: "suilend",
|