From ab8c134a2110d53d07194df2ebf7ee14eeb0bf8d Mon Sep 17 00:00:00 2001 From: soulBit Date: Mon, 31 Oct 2022 15:42:19 +0000 Subject: [PATCH] SOV-962 - chore: bump gaslimit for adding to lend pool txs (#2454) chore: bump gaslimit for adding to lend pool txs --- src/utils/classifiers.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,