-
Thanks for filling out this bug report. Please provide as much detail as possible. If your issue is with our RPC APIs and not the SDK please report your issue on (discord)[https://alchemy.com/discord]. [REQUIRED] Environment
[REQUIRED] Describe the problemHow to reproduce:Relevant code or sample repro:I'm using a off the shelf client which I construct as:
When trying to send a transaction on mainnet I'm always getting error like:
I've put console.logs in
returns a feeData which has I'm confused about where the requirements of putting at least 1250000000 comes from? Is it on the bundler API level? How can I learn what the minimum acceptable value is? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
if you're using alchemy's RPCs and a custom paymaster, as it seems you're doing here, you should also import the |
Beta Was this translation helpful? Give feedback.
-
@moldy530 |
Beta Was this translation helpful? Give feedback.
if you're using alchemy's RPCs and a custom paymaster, as it seems you're doing here, you should also import the
alchemyFeeEstimator
from@alchemy/aa-alchemy
to use here instead as that will get the right fee estimate