Skip to content

Commit

Permalink
Add typescript defs for new field
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaptic committed Nov 14, 2024
1 parent def82f1 commit 305509e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1240,6 +1240,7 @@ export interface CreateInvocation {
hash: string;
address: string;
salt: string;
constructorArgs?: any[];
};
}

Expand Down

0 comments on commit 305509e

Please sign in to comment.