File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
indexer/services/roundtable/src Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ export const configSchema = {
5151 LOOPS_ENABLED_AGGREGATE_TRADING_REWARDS_DAILY : parseBoolean ( { default : true } ) ,
5252 LOOPS_ENABLED_AGGREGATE_TRADING_REWARDS_WEEKLY : parseBoolean ( { default : true } ) ,
5353 LOOPS_ENABLED_AGGREGATE_TRADING_REWARDS_MONTHLY : parseBoolean ( { default : true } ) ,
54- LOOPS_ENABLED_SUBACCOUNT_USERNAME_GENERATOR : parseBoolean ( { default : false } ) ,
54+ LOOPS_ENABLED_SUBACCOUNT_USERNAME_GENERATOR : parseBoolean ( { default : true } ) ,
5555 LOOPS_ENABLED_LEADERBOARD_PNL_ALL_TIME : parseBoolean ( { default : false } ) ,
5656 LOOPS_ENABLED_LEADERBOARD_PNL_DAILY : parseBoolean ( { default : false } ) ,
5757 LOOPS_ENABLED_LEADERBOARD_PNL_WEEKLY : parseBoolean ( { default : false } ) ,
You can’t perform that action at this time.
0 commit comments