Replies: 1 comment 1 reply
-
Did you alreday update the dependencies in your project for the new version of AA? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey,
I'm having an issue sending a UOs.
Initially I started user operations. Did around 22 UOs but after that it started complaining with
replacement underpriced
. Checked JiffyScan, can't see any UO that's stuck (not using gas sponsorship)Tried to increase
callGasLimit
as well as useddropAndReplaceUserOperation
but I'm getting same error every time.Here's the code I use:
Seems like it never reaches
dropAndReplaceUserOperation
and fails right atsendUserOperationAsync
.Network: Base Sepolia
Error:
It's interesting that I see
replacement underpriced
as well asInvalidParamsRpcError
and not sure which one is causing an error.Beta Was this translation helpful? Give feedback.
All reactions