diff --git a/src/utils/classifiers.ts b/src/utils/classifiers.ts index d09c9e12e..fa5b9045f 100644 --- a/src/utils/classifiers.ts +++ b/src/utils/classifiers.ts @@ -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';