Skip to content

Commit

Permalink
update slippage
Browse files Browse the repository at this point in the history
  • Loading branch information
Ridel1e committed Jan 10, 2024
1 parent fc5dfc0 commit 22de5bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/constants/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const MinerFeeDecimals = 2;
export const defaultSlippage = 3;
export const MIN_SLIPPAGE = 0.01;

export const MAX_SLIPPAGE = 500;
export const MAX_SLIPPAGE = 1_000_000;
export const SlippageDecimals = 2;

export const PoolFeeMax = 0.25;
Expand Down

0 comments on commit 22de5bd

Please sign in to comment.