Replies: 5 comments 12 replies
-
Both transaction are simulated in the same order provided. If the token was claimed in the first transaction, then there should be no error returned from the second transaction. |
Beta Was this translation helpful? Give feedback.
-
Simulation happens during gas estimation, you can manually set the gas limits and abstractionkit will not simulate the userop.
|
Beta Was this translation helpful? Give feedback.
-
Also you can use state overrides to change the balance during estimation
|
Beta Was this translation helpful? Give feedback.
-
now working... |
Beta Was this translation helpful? Give feedback.
-
error - [cause]: t: sponsored-validator: this user operation does not qualify for the gas policy |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have two transactions.
I want to do these two transactions together.
============
Here I don't want to simulate the transactions while creating userOperation.
When simulating, an error occurs because the token is not in the wallet, the token will be claimed first and then transferred.
So I want to create a userOperation without simulating it.
Is there a solution to this?
Beta Was this translation helpful? Give feedback.
All reactions