-
-
Notifications
You must be signed in to change notification settings - Fork 907
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bundlerClient.prepareUserOperation getBundlerError.ts expose data #3149
Comments
Screenshots are not helpful. Please open a new issue with a minimal reproducible example. |
Hello @841660202. Please provide a minimal reproduction using StackBlitz, TypeScript Playground (for type issues), or a separate minimal GitHub repository. Minimal reproductions are required as they save us a lot of time reproducing your config/environment and issue, and allow us to help you faster. Once a minimal reproduction is added, a team member will confirm it works, then re-open the issue. |
minimal reproduction https://stackblitz.com/edit/viem-getting-started-lhkhfmxj?file=index.ts |
Thank you. |
Check existing issues
Viem Version
latest
Current Behavior
-32521 Example
viem/src/account-abstraction/utils/errors/getBundlerError.ts
Line 260 in ec8f2e0
viem/src/account-abstraction/errors/bundler.ts
Line 31 in ec8f2e0
No data is exposed
Expected Behavior
I want to expose the revertData field in the error response so that I can parse it using the Ethereum Signature Database. This will allow me to extract meaningful information and provide clear feedback to the user.
If I have data I will
out
Steps To Reproduce
No response
Link to Minimal Reproducible Example
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: