@scallop-io/sui-scallop-sdk 0.46.67 → 0.46.68
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/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/queries/borrowIncentiveQuery.ts +2 -0
package/dist/index.mjs
CHANGED
|
@@ -3270,6 +3270,8 @@ var queryBorrowIncentivePools = async (query, borrowIncentiveCoinNames = [
|
|
|
3270
3270
|
const borrowIncentivePoolPoints = {};
|
|
3271
3271
|
const parsedBorrowIncentivePoolData = parseOriginBorrowIncentivePoolData(pool);
|
|
3272
3272
|
const poolCoinType = normalizeStructTag5(pool.pool_type.name);
|
|
3273
|
+
if (poolCoinType === NATIVE_USDC)
|
|
3274
|
+
continue;
|
|
3273
3275
|
const poolCoinName = query.utils.parseCoinNameFromType(
|
|
3274
3276
|
poolCoinType
|
|
3275
3277
|
);
|