Skip to content

Commit

Permalink
SOV-1897: Increase Liquid SOV claim gaslimit (#2483)
Browse files Browse the repository at this point in the history
feat: bump Liquid SOV claim gaslimit
  • Loading branch information
soulBit authored Feb 23, 2023
1 parent 3411aba commit 0aab0a2
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 @@ -124,7 +124,7 @@ export const gasLimit = {
[TxType.STAKING_WITHDRAW]: 650000,
[TxType.STAKING_REWARDS_CLAIM]: 3250000, //limit should be reduced once contract issue with claiming 0 values is resolved
[TxType.DEPOSIT_COLLATERAL]: 250000,
[TxType.STAKING_LIQUID_SOV_CLAIM]: 2500000,
[TxType.STAKING_LIQUID_SOV_CLAIM]: 3500000,
[TxType.DEPOSIT_COLLATERAL]: 250000,
[TxType.CLAIM_VESTED_SOV_REWARDS]: 6000000,
[TxType.SOV_WITHDRAW_VESTING]: 3000000,
Expand Down

0 comments on commit 0aab0a2

Please sign in to comment.