Skip to content

Commit

Permalink
refactor: increase gas slippage
Browse files Browse the repository at this point in the history
  • Loading branch information
gidonkatten committed Nov 14, 2024
1 parent e72e821 commit dc2d5f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chains/evm/common/constants/contract.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ export const GAS_LIMIT_ESTIMATE_INCREASE = 10_000n;
export const SEND_TOKEN_ACTION_RETURN_GAS_LIMIT = 500_000n;
export const RECEIVER_VALUE_SLIPPAGE = 0.01;
export const RETRY_REVERSE_GAS_LIMIT_SLIPPAGE = 0.05;
export const UPDATE_USER_POINTS_IN_LOANS_GAS_LIMIT_SLIPPAGE = 0.05;
export const UPDATE_USER_POINTS_IN_LOANS_GAS_LIMIT_SLIPPAGE = 0.1;
export const UPDATE_ACCOUNT_POINTS_FOR_REWARDS_GAS_LIMIT_SLIPPAGE = 0.01;
export const CLAIM_REWARDS_GAS_LIMIT_SLIPPAGE = 0;

0 comments on commit dc2d5f7

Please sign in to comment.