Skip to content

Commit

Permalink
SOV-2472: bump gas limit for Staking withdrawals (#2547)
Browse files Browse the repository at this point in the history
feat: bump gas limit for Staking withdrawals
  • Loading branch information
soulBit authored Jun 5, 2023
1 parent cb95e0d commit c8db418
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 @@ -123,7 +123,7 @@ export const gasLimit = {
[TxType.STAKING_STAKE]: 1400000,
[TxType.STAKING_INCREASE_STAKE]: 450000,
[TxType.STAKING_EXTEND]: 450000,
[TxType.STAKING_WITHDRAW]: 650000,
[TxType.STAKING_WITHDRAW]: 1400000,
[TxType.STAKING_REWARDS_CLAIM]: 6700000,
[TxType.STAKING_REWARDS_CLAIM_RBTC]: 6700000,
[TxType.DEPOSIT_COLLATERAL]: 250000,
Expand Down

0 comments on commit c8db418

Please sign in to comment.