-
Notifications
You must be signed in to change notification settings - Fork 39
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
Running Alto in Prod #215
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I would like to ask if it's advisable to run Alto in production using the unsafe mode, I'm asking because we have been trying to get Alto to work by sending mint operation using the lightAccount but the bundler seems to revert it only works in unsafe mode is there something I'm doing wrong?
e.g. callData
Then we use a paymaster
the estimateUserOperationGas endpoint manages to estimate gas but when we send the user operation we get issues
the bundler errors out with a response
{"message":"Cannot read properties of undefined (reading 'slice')"}
The text was updated successfully, but these errors were encountered: