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
Sometimes the bot attempts to transfer tokens and get failed transactions on each attempt.
I would suggest adding maybe two new keys for the tokens.json file such as
retries_buy
retries_sell
And add an integer to it, so the bot doesn't attempt do do more transactions if it has failed. Then log it into the log and the LimitSwap CLI screen.
Do this until LimitSwap is restarted, or maybe add a flag on the tokens.json file like this
failed
Set it to true or false automatically if the transactions have failed the threshold
The text was updated successfully, but these errors were encountered:
Sometimes the bot attempts to transfer tokens and get failed transactions on each attempt.
I would suggest adding maybe two new keys for the tokens.json file such as
And add an integer to it, so the bot doesn't attempt do do more transactions if it has failed. Then log it into the log and the LimitSwap CLI screen.
Do this until LimitSwap is restarted, or maybe add a flag on the tokens.json file like this
Set it to true or false automatically if the transactions have failed the threshold
The text was updated successfully, but these errors were encountered: