We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9d266f commit 7850e53Copy full SHA for 7850e53
advanced/wallets/react-wallet-v2/src/lib/smart-accounts/builders/SafeUserOpBuilder.ts
@@ -23,7 +23,6 @@ import {
23
createSmartAccountClient,
24
ENTRYPOINT_ADDRESS_V07,
25
getAccountNonce,
26
- getPackedUserOperation,
27
getUserOperationHash
28
} from 'permissionless'
29
import {
@@ -172,12 +171,9 @@ export class SafeUserOpBuilder implements UserOpBuilder {
172
171
maxPriorityFeePerGas: BigInt(userOp.maxPriorityFeePerGas)
173
}
174
})
175
- const receipt = await pimlicoBundlerClient.waitForUserOperationReceipt({
176
- hash: userOpHash
177
- })
178
179
return {
180
- receipt: receipt.receipt.transactionHash
+ receipt: userOpHash
181
182
183
0 commit comments