You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using a bundler client with a paymaster client attached to it.
Even though the maxFeePerGas and maxPriorityFeePerGas are optional fields in the sendUserOperation operation, it looks like the pm_getPaymasterStubData request is constructed without these values, which I believe are required by this method.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using a bundler client with a paymaster client attached to it.
Even though the
maxFeePerGas
andmaxPriorityFeePerGas
are optional fields in thesendUserOperation
operation, it looks like thepm_getPaymasterStubData
request is constructed without these values, which I believe are required by this method.Is it correct to say that
maxFeePerGas
andmaxPriorityFeePerGas
should be required insendUserOperation
if a paymaster is to be used?Beta Was this translation helpful? Give feedback.
All reactions