Skip to content

Commit

Permalink
fix: userop fee estimation
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom committed Oct 6, 2024
1 parent 0485039 commit a965c5a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/wicked-waves-cheer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"viem": patch
---

**Account Abstraction:** Fixed User Operation fee estimation when a Bundler Client contains custom `estimateFeesPerGas` hook.
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ export async function prepareUserOperation<
bundlerClient,
userOperation: request as UserOperation,
})
request = {
return {
...request,
...fees,
}
Expand Down

0 comments on commit a965c5a

Please sign in to comment.