-
Notifications
You must be signed in to change notification settings - Fork 43
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
Bundler gives weird PVG in OP stack chains #908
Comments
Couple of things here:
|
I know all of things you mentioned. But the problem is that the responded PVG is rational or not. It is much higher than other chains. Below example is my latest userOp which sent successfully on OP mainnet. The PVG (responded by bundler) is
|
Besides, the responded PVG from |
PVG is charging for L1 DA costs in L2 gas. So if L1 costs are high, but L2 gas is low, then PVG may be a large number. But in terms of absolute cost, it should be similar to any L2 transaction (maybe slightly higher due to due PVG buffers). |
What do you mean from the
|
My question is the precheck from here which occurs in
You can reproduce this error by:
|
Yes, I understand what you mean now. The required |
Describe the bug
Hi, I use the alchemy bundler on OP stack chains, but the
preVerificationGas
returned by the estimateUserOperationGas is weird.If I send this userOp to bundler, the precheck will failed due to PVG is too low.
This problem also occurs in all OP stack.
To reproduce
Re-estimate the above userOp by calling Alchemy Bundler API again on OP mainnet before the block
0x79ed4e2
.Expected behavior
The PVG should be lower.
The text was updated successfully, but these errors were encountered: