Skip to content

Commit

Permalink
added a cooldown for failed tx
Browse files Browse the repository at this point in the history
  • Loading branch information
Hendrik Schicke committed Oct 19, 2021
1 parent e73005d commit 673f787
Show file tree
Hide file tree
Showing 5 changed files with 689 additions and 589 deletions.
1 change: 1 addition & 0 deletions B_Config.py.sample
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ Logging_detail = 'simple' # detailed, moderate, simple. Recommended: simple.

# OTHER
Safety_multiple_on_transaction_fees = 3 # Multiplier for Anchor Borrow, Repay, Deposit. So you will have a bit of UST in your wallet left for future transactions.
Block_failed_transaction_cooldown = 6 # In hours. In case a transaction fails that transaction can be blocked for a certain amount of time.

# NOTIFICATION SETUP
TELEGRAM_TOKEN = os.environ.get('TELEGRAM_TOKEN', '2021362648:yatqcHqDhGLU-z-XPNCDLHDVVQXZMDVFQXW') # See readme.md how to get this.
Expand Down
Loading

0 comments on commit 673f787

Please sign in to comment.