Skip to content

Commit

Permalink
SOV-962 - chore: bump gaslimit for adding to lend pool txs (#2454)
Browse files Browse the repository at this point in the history
chore: bump gaslimit for adding to lend pool txs
  • Loading branch information
soulBit authored Oct 31, 2022
1 parent 234c8e3 commit ab8c134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/classifiers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit ab8c134

Please sign in to comment.