This commit is contained in:
Adrian Brzeziński 2023-01-14 01:02:52 +01:00
parent 8c575056b8
commit 781bab12fe
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ function RepayForm({ onSuccess, token }: RepayFormProps) {
//to not leave some dust on account we round amount by this number
//with reduce only set to true we take only what is needed to be
//deposited in need to repay borrow
const roundUpBy = 1.05
const roundUpBy = 1.03
const client = mangoStore.getState().client
const group = mangoStore.getState().group
const actions = mangoStore.getState().actions