Skip to content

Commit

Permalink
user waitForReceipt instead of getReceipt when deploying
Browse files Browse the repository at this point in the history
  • Loading branch information
mouseless0x committed Oct 11, 2024
1 parent 06a10e1 commit 89f5bc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ export async function bundlerHandler(args: IOptionsInput): Promise<void> {
bytecode: PimlicoEntryPointSimulationsDeployBytecode
})

const receipt = await client.getTransactionReceipt({
const receipt = await client.waitForTransactionReceipt({
hash: deployHash
})

Expand Down

0 comments on commit 89f5bc0

Please sign in to comment.