@scallop-io/sui-scallop-sdk 0.47.0-alpha.6 → 0.47.0
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 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/queries/coreQuery.ts +1 -1
package/dist/index.mjs
CHANGED
|
@@ -2375,8 +2375,8 @@ var queryMarket = async (query, indexer = false) => {
|
|
|
2375
2375
|
}
|
|
2376
2376
|
return {
|
|
2377
2377
|
pools,
|
|
2378
|
-
collaterals
|
|
2379
|
-
data: marketData
|
|
2378
|
+
collaterals
|
|
2379
|
+
// data: marketData,
|
|
2380
2380
|
};
|
|
2381
2381
|
};
|
|
2382
2382
|
var getMarketPools = async (query, poolCoinNames = [...SUPPORT_POOLS], indexer = false) => {
|