diff --git a/types/index.d.ts b/types/index.d.ts index 99ca9f5e..f53afb4d 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -1240,6 +1240,7 @@ export interface CreateInvocation { hash: string; address: string; salt: string; + constructorArgs?: any[]; }; }