@clonegod/ttd-core 2.1.5 → 2.1.6

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/package.json +1 -1
  2. package/types/index.d.ts +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clonegod/ttd-core",
3
- "version": "2.1.5",
3
+ "version": "2.1.6",
4
4
  "description": "Common types and utilities for trading systems - use `npm run push` to publish",
5
5
  "main": "dist/index.js",
6
6
  "types": "types/index.d.ts",
package/types/index.d.ts CHANGED
@@ -172,6 +172,7 @@ export interface TradeStrategyType {
172
172
  sol_priority_fee: number // solana 优先级费用 lamports (1SOL = 10^9 lamports)
173
173
  sol_tip_fee: number // solana tip 金额 lamports (1SOL = 10^9 lamports)
174
174
  sol_swqos_only: boolean // solana 是否只使用swqos提交交易
175
+ sol_bundle_only: boolean // solana 是否只使用bundle提交交易
175
176
  max_block_offset: number // Solana特定:限制交易在多少个区块内有效(约等于秒数,1 block ≈ 0.4秒)。使用最新blockhash,设置lastValidBlockHeight = currentBlockHeight + max_block_offset
176
177
 
177
178
  // evm chain