Skip to content

Commit

Permalink
remove eth requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
ianrowan authored and ilijabojanovic committed Dec 4, 2024
1 parent 9ab90d6 commit 837adbb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ import ContestTopicBanner from './ContestTopicBanner';
import './NewThreadForm.scss';
import { checkNewThreadErrors, useNewThreadForm } from './helpers';

const MIN_ETH_FOR_CONTEST_THREAD = 0.0005;
const MIN_ETH_FOR_CONTEST_THREAD = 0.0;

export const NewThreadForm = () => {
const navigate = useCommonNavigate();
Expand Down

0 comments on commit 837adbb

Please sign in to comment.