Replies: 3 comments 1 reply
-
Hi Patrick, Thanks for submitting this & for the detailed logs you provided. FYI, error from Alchemy is actually automatically handled - when we get that error it updates the baseFee to be equal to the fee in the error message. The error you see occurs when the transaction fails to build. This happens when there is a problem with the transaction - IE if the arbitrage opportunity was already closed by someone else, or if trades occurred on the pools your arb was routing through. I will make a note to improve the logging though, as it's not made clear. I'm closing this, but feel free to reopen if you think that it was a different issue that occurred. If you have any further questions regarding the bot, you can also ask in the Bancor Developers Telegram group: Regards |
Beta Was this translation helpful? Give feedback.
-
interesting information |
Beta Was this translation helpful? Give feedback.
-
If you will fix it, write me please |
Beta Was this translation helpful? Give feedback.
-
Hi,
I'm running the latest main branch of the fastlane bot. Unfortunately the bot doesn't seem able to make any transactions.
In Alchemy the eth_estimateGas error is showing up.
The error message in Alchemy look like this:
{ jsonrpc:"2.0", id:58, error:{ code:-32000, message:"err: max fee per gas less than block base fee: address 0x468d9CcA86531f8ca95D724bC43DE898d0a9d458, maxFeePerGas: 54383373754 baseFee: 57529359482 (supplied gas 1975741)" } }
Some info from the bot logs:
Another example:
Not sure if I missed anything regarding the setup, is this expected behaviour due to insufficient funds on the connect eth wallet or something else. The wallet does not have 5K USD which might have any relevance with the first example from the logs? The wallet does have 200 USD available currently which should have allowed me to make that second example trade ?
Any guidance is much appreciated.
regards,
Patrick
Beta Was this translation helpful? Give feedback.
All reactions