@minswap/noodles-sdk 0.1.1-beta.0 → 0.1.1-beta.2

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +3 -3
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -1326,7 +1326,7 @@ export declare type GetTradeRouteRequest = {
1326
1326
  coinOutType: string;
1327
1327
  /** Custom trade fee for this request, if not provided, the default trade fee will be applied */
1328
1328
  tradeFee?: TradeFeeOptions;
1329
- /** If true, Cetus, FlowX, and 7K use meta-supported protocols without extra aggregator fees */
1329
+ /** If true, only meta-supported aggregators/protocols will be used without extra aggregator fees */
1330
1330
  metaAggregator?: boolean;
1331
1331
  };
1332
1332
 
@@ -1342,7 +1342,7 @@ declare type GetTradeRouteRequest_2 = {
1342
1342
  coinOutType: string;
1343
1343
  /** Custom trade fee for this request, if not provided, the default trade fee will be applied */
1344
1344
  tradeFee?: TradeFeeOptions;
1345
- /** If true, no extra commission should be applied */
1345
+ /** If true, only meta-supported DEXs will be used and no extra commission should be applied */
1346
1346
  metaAggregator?: boolean;
1347
1347
  };
1348
1348
 
@@ -1429,7 +1429,7 @@ export declare type GetTradeTransactionRequest = {
1429
1429
  slippage: number;
1430
1430
  /** Custom trade fee for this request, if not provided, the default trade fee will be applied */
1431
1431
  tradeFee?: TradeFeeOptions;
1432
- /** If true, Cetus, FlowX, and 7K use meta-supported protocols without extra aggregator fees */
1432
+ /** If true, only meta-supported aggregators/protocols will be used without extra aggregator fees */
1433
1433
  metaAggregator?: boolean;
1434
1434
  /** The bonding curve Pool ID */
1435
1435
  poolId: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@minswap/noodles-sdk",
3
- "version": "0.1.1-beta.0",
3
+ "version": "0.1.1-beta.2",
4
4
  "type": "module",
5
5
  "sideEffects": false,
6
6
  "exports": {