Skip to content

Commit

Permalink
enable username generation roundtable (backport #2361) (#2362)
Browse files Browse the repository at this point in the history
Co-authored-by: jerryfan01234 <[email protected]>
  • Loading branch information
mergify[bot] and jerryfan01234 authored Sep 26, 2024
1 parent 8a0a748 commit 0f214f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion indexer/services/roundtable/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export const configSchema = {
LOOPS_ENABLED_AGGREGATE_TRADING_REWARDS_DAILY: parseBoolean({ default: true }),
LOOPS_ENABLED_AGGREGATE_TRADING_REWARDS_WEEKLY: parseBoolean({ default: true }),
LOOPS_ENABLED_AGGREGATE_TRADING_REWARDS_MONTHLY: parseBoolean({ default: true }),
LOOPS_ENABLED_SUBACCOUNT_USERNAME_GENERATOR: parseBoolean({ default: false }),
LOOPS_ENABLED_SUBACCOUNT_USERNAME_GENERATOR: parseBoolean({ default: true }),
LOOPS_ENABLED_LEADERBOARD_PNL_ALL_TIME: parseBoolean({ default: false }),
LOOPS_ENABLED_LEADERBOARD_PNL_DAILY: parseBoolean({ default: false }),
LOOPS_ENABLED_LEADERBOARD_PNL_WEEKLY: parseBoolean({ default: false }),
Expand Down

0 comments on commit 0f214f1

Please sign in to comment.