@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/adapters/index.cjs
CHANGED
|
@@ -959,7 +959,6 @@ async function getPendingRewards(client, address) {
|
|
|
959
959
|
rewardTotals.set(rewardType, (rewardTotals.get(rewardType) ?? 0) + estimatedUsd);
|
|
960
960
|
}
|
|
961
961
|
for (const [coinType, dailyUsd] of rewardTotals) {
|
|
962
|
-
if (dailyUsd < 1e-3) continue;
|
|
963
962
|
rewards.push({
|
|
964
963
|
protocol: "navi",
|
|
965
964
|
coinType,
|
|
@@ -2055,7 +2054,6 @@ var SuilendAdapter = class {
|
|
|
2055
2054
|
}
|
|
2056
2055
|
}
|
|
2057
2056
|
for (const [coinType, dailyUsd] of rewardEstimates) {
|
|
2058
|
-
if (dailyUsd < 1e-3) continue;
|
|
2059
2057
|
const symbol = coinType.includes("spring_sui") ? "SPRING_SUI" : coinType.includes("deep::") ? "DEEP" : coinType.split("::").pop() ?? "UNKNOWN";
|
|
2060
2058
|
rewards.push({
|
|
2061
2059
|
protocol: "suilend",
|