Skip to content

Commit a2f1911

Browse files
committed
fix build errors
1 parent bce8ae2 commit a2f1911

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

packages/engine/src/client/types.gen.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,8 @@ export type WriteContractData = {
186186
executionOptions:
187187
| AutoExecutionOptions
188188
| AaExecutionOptions
189-
| AaZksyncExecutionOptions;
189+
| AaZksyncExecutionOptions
190+
| EoaExecutionOptions;
190191
params: Array<{
191192
/**
192193
* The function to call on the contract
@@ -325,7 +326,8 @@ export type SendTransactionData = {
325326
executionOptions:
326327
| AutoExecutionOptions
327328
| AaExecutionOptions
328-
| AaZksyncExecutionOptions;
329+
| AaZksyncExecutionOptions
330+
| EoaExecutionOptions;
329331
params: Array<{
330332
/**
331333
* The address of the contract to send the transaction to

0 commit comments

Comments
 (0)