diff --git a/src/utils/classifiers.ts b/src/utils/classifiers.ts index f7e3350bf..89654f867 100644 --- a/src/utils/classifiers.ts +++ b/src/utils/classifiers.ts @@ -107,7 +107,7 @@ export const gasLimit = { [TxType.REMOVE_LIQUIDITY]: 650000, [TxType.BORROW]: 1500000, [TxType.CONVERT_BY_PATH]: 750000, - [TxType.LEND]: 300000, + [TxType.LEND]: 350000, [TxType.UNLEND]: 450000, [TxType.SALE_BUY_SOV]: 260000, [TxType.SOV_REIMBURSE]: 100000,