Skip to content

Commit

Permalink
fix min val
Browse files Browse the repository at this point in the history
  • Loading branch information
Siddharth2207 committed Jan 27, 2025
1 parent 79fdddd commit 53ccba7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1198,7 +1198,7 @@ gui:
- binding: max-amount
name: Max amount
description: The maximum amount of USDC that will be offered in a single auction.
min: 5
min: 0
presets:
- name: $10
value: 10
Expand All @@ -1211,7 +1211,7 @@ gui:
- binding: min-amount
name: Minimum amount
description: The minimum amount of USDC that will be offered in a single auction.
min: 5
min: 0
presets:
- name: $5
value: 5
Expand Down

0 comments on commit 53ccba7

Please sign in to comment.