Skip to content

Commit

Permalink
chore: rm redundant const (#2332)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean McCaffery authored Sep 11, 2024
1 parent ed4cb85 commit 044ffcd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/react-app-revamp/hooks/useDeployContest/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ import { ContestVisibility, MetadataField, useDeployContestStore } from "./store
import { SplitFeeDestinationType, SubmissionMerkle, VoteType, VotingMerkle } from "./types";

export const MAX_SUBMISSIONS_LIMIT = 1000000;
export const DEFAULT_SUBMISSIONS = 1000000;
export const JK_LABS_SPLIT_DESTINATION_DEFAULT = "0xDc652C746A8F85e18Ce632d97c6118e8a52fa738";

const EMPTY_ROOT = "0x0000000000000000000000000000000000000000000000000000000000000000";
Expand Down

0 comments on commit 044ffcd

Please sign in to comment.