This PR makes sure the bot does not query the accountnumber and sequence on each iteration reset. This query is delaying runtime whilst its only needed after the bot actually performed a trade.
Also, a print is added that prints the TXHash of a transaction we try to backrun if there is any. This makes searching for attempts easier in the blockchain if our own arbitrage transaction fails and thus not exists.
Description and Motivation
This PR makes sure the bot does not query the accountnumber and sequence on each iteration reset. This query is delaying runtime whilst its only needed after the bot actually performed a trade. Also, a print is added that prints the TXHash of a transaction we try to backrun if there is any. This makes searching for attempts easier in the blockchain if our own arbitrage transaction fails and thus not exists.
Update index.md
)