Skip to content

Commit 81ca850

Browse files
authored
chore: Add accountFactoryAddress parameter to doSimulateTransaction function (#651)
1 parent fba694f commit 81ca850

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/utils/transaction/simulateQueuedTransaction.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ export const doSimulateTransaction = async (
2929
maxFeePerGas,
3030
maxPriorityFeePerGas,
3131
accountAddress,
32+
accountFactoryAddress,
3233
target,
3334
from,
3435
} = transaction;
@@ -61,6 +62,7 @@ export const doSimulateTransaction = async (
6162
from,
6263
chain,
6364
accountAddress,
65+
accountFactoryAddress,
6466
});
6567
} else {
6668
account = await getAccount({

0 commit comments

Comments
 (0)