@chainstream-io/sdk 2.0.3 → 2.0.4
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/{chainstream-D0e9CplQ.d.cts → chainstream-CEzLVb40.d.cts} +8 -0
- package/dist/{chainstream-D0e9CplQ.d.ts → chainstream-CEzLVb40.d.ts} +8 -0
- package/dist/chainstream.d.cts +1 -1
- package/dist/chainstream.d.ts +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/stream/index.d.cts +1 -1
- package/dist/stream/index.d.ts +1 -1
- package/package.json +1 -1
|
@@ -3419,6 +3419,14 @@ interface SwapRouteInput {
|
|
|
3419
3419
|
tipFee?: string;
|
|
3420
3420
|
/** DTO.DEX.BASE.IS_ANTI_MEV */
|
|
3421
3421
|
isAntiMev?: boolean;
|
|
3422
|
+
/** DTO.DEX.SWAP.MAX_FEE_PER_GAS */
|
|
3423
|
+
maxFeePerGas?: string;
|
|
3424
|
+
/** DTO.DEX.SWAP.MAX_PRIORITY_FEE_PER_GAS */
|
|
3425
|
+
maxPriorityFeePerGas?: string;
|
|
3426
|
+
/** DTO.DEX.SWAP.GAS_PRICE */
|
|
3427
|
+
gasPrice?: string;
|
|
3428
|
+
/** DTO.DEX.SWAP.GAS_LIMIT */
|
|
3429
|
+
gasLimit?: string;
|
|
3422
3430
|
}
|
|
3423
3431
|
/**
|
|
3424
3432
|
* DTO.DEX.SWAP.ROUTE_INFO
|
|
@@ -3419,6 +3419,14 @@ interface SwapRouteInput {
|
|
|
3419
3419
|
tipFee?: string;
|
|
3420
3420
|
/** DTO.DEX.BASE.IS_ANTI_MEV */
|
|
3421
3421
|
isAntiMev?: boolean;
|
|
3422
|
+
/** DTO.DEX.SWAP.MAX_FEE_PER_GAS */
|
|
3423
|
+
maxFeePerGas?: string;
|
|
3424
|
+
/** DTO.DEX.SWAP.MAX_PRIORITY_FEE_PER_GAS */
|
|
3425
|
+
maxPriorityFeePerGas?: string;
|
|
3426
|
+
/** DTO.DEX.SWAP.GAS_PRICE */
|
|
3427
|
+
gasPrice?: string;
|
|
3428
|
+
/** DTO.DEX.SWAP.GAS_LIMIT */
|
|
3429
|
+
gasLimit?: string;
|
|
3422
3430
|
}
|
|
3423
3431
|
/**
|
|
3424
3432
|
* DTO.DEX.SWAP.ROUTE_INFO
|
package/dist/chainstream.d.cts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { C as ChainStreamClient, y as ChainStreamClientOptions, z as ChainStreamRequestContext, gF as PostOptions, T as TokenProvider } from './chainstream-
|
|
1
|
+
export { C as ChainStreamClient, y as ChainStreamClientOptions, z as ChainStreamRequestContext, gF as PostOptions, T as TokenProvider } from './chainstream-CEzLVb40.cjs';
|
|
2
2
|
import 'axios';
|
package/dist/chainstream.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { C as ChainStreamClient, y as ChainStreamClientOptions, z as ChainStreamRequestContext, gF as PostOptions, T as TokenProvider } from './chainstream-
|
|
1
|
+
export { C as ChainStreamClient, y as ChainStreamClientOptions, z as ChainStreamRequestContext, gF as PostOptions, T as TokenProvider } from './chainstream-CEzLVb40.js';
|
|
2
2
|
import 'axios';
|