Skip to content

Commit

Permalink
down
Browse files Browse the repository at this point in the history
  • Loading branch information
tyleroooo committed Oct 17, 2024
1 parent 5da339d commit fec078f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ object VaultDepositWithdrawFormValidator {
private const val SLIPPAGE_PERCENT_WARN = 0.01
private const val SLIPPAGE_PERCENT_ACK = 0.04
private const val SLIPPAGE_TOLERANCE = 0.01
private const val EPSILON_FOR_ERRORS = 0.001
private const val EPSILON_FOR_ERRORS = 0.0001

private const val MIN_DEPOSIT_FE_THRESHOLD = 20.0

Expand Down

0 comments on commit fec078f

Please sign in to comment.