Skip to content

Commit

Permalink
SOV-3422: increase suggested gas limit for claiming rewards (#2585)
Browse files Browse the repository at this point in the history
feat: increase suggested gas limit for claiming rewards
  • Loading branch information
soulBit authored Oct 30, 2023
1 parent 7e2ba5c commit 3cb7659
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 @@ -138,7 +138,7 @@ export const gasLimit = {
[TxType.LIMIT_ORDER]: 3000000,
[TxType.SETTLEMENT_WITDHRAW]: 70000,
[TxType.CONVERT_BTCB]: 120000,
[TxType.CLAIM_ALL_REWARDS]: 5000000,
[TxType.CLAIM_ALL_REWARDS]: 6800000,
};

export const discordInvite = 'https://discord.gg/sovryn';
Expand Down

0 comments on commit 3cb7659

Please sign in to comment.