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