From 894f7a790cb697092a923347466b3218e6b838c5 Mon Sep 17 00:00:00 2001 From: Pablo Veyrat Date: Fri, 19 Jan 2024 17:30:39 +0100 Subject: [PATCH] adjust flashloan params --- deploy/flashloan/1_flashAngleGovernance.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/flashloan/1_flashAngleGovernance.ts b/deploy/flashloan/1_flashAngleGovernance.ts index 7f67e47e..4bcffcfa 100644 --- a/deploy/flashloan/1_flashAngleGovernance.ts +++ b/deploy/flashloan/1_flashAngleGovernance.ts @@ -17,7 +17,7 @@ import { parseAmount } from '../../utils/bignumber'; const flashLoanParams = { // 3m at the moment, should not be too big with respect to the total agEUR in circulation - maxBorrowable: parseAmount.ether('3000000'), + maxBorrowable: parseAmount.ether('300000'), // Free flash loans for agEUR flashLoanFee: parseAmount.gwei('0'), };