Skip to content

Commit

Permalink
contest config eth to 0 and post to 5
Browse files Browse the repository at this point in the history
  • Loading branch information
dillchen authored and ilijabojanovic committed Dec 4, 2024
1 parent 837adbb commit e3e4732
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/model/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,10 @@ export const config = configure(
: null,
},
CONTESTS: {
MIN_USER_ETH: 0.0005,
MIN_USER_ETH: 0,
MAX_USER_POSTS_PER_CONTEST: MAX_USER_POSTS_PER_CONTEST
? parseInt(MAX_USER_POSTS_PER_CONTEST, 10)
: 2,
: 5,
FLAG_FARCASTER_CONTEST: FLAG_FARCASTER_CONTEST === 'true',
NEYNAR_API_KEY: NEYNAR_API_KEY,
NEYNAR_CAST_CREATED_WEBHOOK_SECRET: NEYNAR_CAST_CREATED_WEBHOOK_SECRET,
Expand Down

0 comments on commit e3e4732

Please sign in to comment.