@clonegod/ttd-core 2.1.14 → 2.1.15

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.14",
3
+ "version": "2.1.15",
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
@@ -86,6 +86,7 @@ export interface StandardPoolInfoType {
86
86
  tokenB: StandardTokenInfoType
87
87
  vaultA?: string
88
88
  vaultB?: string
89
+ subscribe_vault_change?: boolean // SOLANA DEX 协议:是否订阅 vaultA, vaultB 的变化
89
90
  router_id: string
90
91
  fee_rate: number
91
92
  quote_token: string