auto_repay icon indicating copy to clipboard operation
auto_repay copied to clipboard

Results 3 auto_repay issues
Sort by recently updated
recently updated
newest added

Hi. I was wondering if you have a plan to update transaction code to support columbus 5? Currently the transaction code doesn't seem to work.

![image](https://user-images.githubusercontent.com/8300763/121164366-d5362880-c84f-11eb-8b90-3dc632f9ea79.png) Occasionally the program stops (I think) by itself. It's weird, but looks like it's still printing empty lines or something, in the background, since as you can see from...

in index.js lines 563 to566 }else if(nowPercent < **belowTrigger**){ let ust_amount = parseInt((target_percent - percentNow) / percentNow * loanAmount) await repayHandler.borrow_ust(ust_amount) } should this be target_percent, as belowTrigger is always...