Skip to content

Commit

Permalink
Increase min publish bid to 0.001
Browse files Browse the repository at this point in the history
  • Loading branch information
miko committed Jan 4, 2025
1 parent 0494b75 commit a6b10e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/constants/claim.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// @flow
export const MINIMUM_PUBLISH_BID = 0.0001;
export const MINIMUM_PUBLISH_BID = 0.001;
export const ESTIMATED_FEE = 0.0015;

export const MY_CLAIMS_PAGE_SIZE = 10;
Expand Down

0 comments on commit a6b10e6

Please sign in to comment.