@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.js
CHANGED
|
@@ -3345,6 +3345,8 @@ var queryBorrowIncentivePools = async (query, borrowIncentiveCoinNames = [
|
|
|
3345
3345
|
const borrowIncentivePoolPoints = {};
|
|
3346
3346
|
const parsedBorrowIncentivePoolData = parseOriginBorrowIncentivePoolData(pool);
|
|
3347
3347
|
const poolCoinType = (0, import_utils7.normalizeStructTag)(pool.pool_type.name);
|
|
3348
|
+
if (poolCoinType === NATIVE_USDC)
|
|
3349
|
+
continue;
|
|
3348
3350
|
const poolCoinName = query.utils.parseCoinNameFromType(
|
|
3349
3351
|
poolCoinType
|
|
3350
3352
|
);
|