@clonegod/ttd-core 3.1.62 → 3.1.67

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": "3.1.62",
3
+ "version": "3.1.67",
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": "dist/index.d.ts",
package/types/index.d.ts CHANGED
@@ -1033,6 +1033,7 @@ export interface AnalyzePoolEventType {
1033
1033
  txid: string
1034
1034
  block_number: number
1035
1035
  tx_index: number
1036
+ log_index?: number
1036
1037
  event_type: 'SWAP' | 'MINT' | 'BURN' | 'MODIFY_LIQUIDITY'
1037
1038
  timestamp: number
1038
1039
  swap?: {