@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.cjs
CHANGED
|
@@ -1271,7 +1271,6 @@ async function getPendingRewards(client, address) {
|
|
|
1271
1271
|
rewardTotals.set(rewardType, (rewardTotals.get(rewardType) ?? 0) + estimatedUsd);
|
|
1272
1272
|
}
|
|
1273
1273
|
for (const [coinType, dailyUsd] of rewardTotals) {
|
|
1274
|
-
if (dailyUsd < 1e-3) continue;
|
|
1275
1274
|
rewards.push({
|
|
1276
1275
|
protocol: "navi",
|
|
1277
1276
|
coinType,
|
|
@@ -2728,7 +2727,6 @@ var SuilendAdapter = class {
|
|
|
2728
2727
|
}
|
|
2729
2728
|
}
|
|
2730
2729
|
for (const [coinType, dailyUsd] of rewardEstimates) {
|
|
2731
|
-
if (dailyUsd < 1e-3) continue;
|
|
2732
2730
|
const symbol = coinType.includes("spring_sui") ? "SPRING_SUI" : coinType.includes("deep::") ? "DEEP" : coinType.split("::").pop() ?? "UNKNOWN";
|
|
2733
2731
|
rewards.push({
|
|
2734
2732
|
protocol: "suilend",
|