Skip to content

Commit 6754d20

Browse files
committed
correction
1 parent 7022c2a commit 6754d20

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/types/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export interface AnalysisResult {
4848
tokenAddress: string;
4949
startTime: number;
5050
endTime: number;
51-
transactions: Transaction[];
51+
transactions: DexTransaction[];
5252
traces: TraceNode[];
5353
statistics: {
5454
totalBuys: number;

0 commit comments

Comments
 (0)