Skip to content

Commit fc96e80

Browse files
fix: respect bundlerUrl in waitForUserReceipt
1 parent 322e449 commit fc96e80

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"thirdweb": patch
3+
---
4+
5+
Respect bundlerUrl in waitForUserReceipt

packages/thirdweb/src/wallets/smart/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,7 @@ async function _sendUserOp(args: {
624624
});
625625
// wait for tx receipt rather than return the userOp hash
626626
const receipt = await waitForUserOpReceipt({
627-
...options,
627+
...bundlerOptions,
628628
userOpHash,
629629
});
630630

0 commit comments

Comments
 (0)