Skip to content

Commit

Permalink
min-amount
Browse files Browse the repository at this point in the history
  • Loading branch information
tyleroooo committed Oct 31, 2024
1 parent dd5ec64 commit 42c07e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ object VaultDepositWithdrawFormValidator {
private const val SLIPPAGE_TOLERANCE = 0.01
private const val EPSILON_FOR_ERRORS = 0.0001

private const val MIN_DEPOSIT_FE_THRESHOLD = 20.0
private const val MIN_DEPOSIT_FE_THRESHOLD = 5.0

fun getVaultDepositWithdrawSlippageResponse(apiResponse: String): OnChainVaultDepositWithdrawSlippageResponse? {
return parser.asTypedObject<OnChainVaultDepositWithdrawSlippageResponse>(apiResponse)
Expand Down

0 comments on commit 42c07e4

Please sign in to comment.