File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ const marchBonkRewards = [
7272 { positionRange : [ 3 , 3 ] , reward : 5000 } ,
7373 { positionRange : [ 4 , 5 ] , reward : 2500 } ,
7474 { positionRange : [ 6 , 10 ] , reward : 2000 } ,
75- { positionRange : [ 11 , 15 ] , reward : 1500 } ,
75+ { positionRange : [ 11 , 20 ] , reward : 1000 } ,
7676] ;
7777
7878const BONK_REWARDS_MAP = {
@@ -88,10 +88,10 @@ const BONK_REWARDS_MAP = {
8888 } ,
8989 March : {
9090 rewards : marchBonkRewards ,
91- rewardAmount : '$50k' ,
91+ rewardAmount : '~ $50k' ,
9292 rewardAmountUsd : 50_000 ,
9393 topPrizeAmount : '$15,000' ,
94- leaderboardSize : 15 ,
94+ leaderboardSize : 20 ,
9595 startTime : '2026-03-01T00:00:00.000Z' ,
9696 endTime : '2026-03-31T23:59:59.000Z' ,
9797 titleStringKey : STRING_KEYS . BONK_PNL_COMPETITION_NAME_MARCH ,
You can’t perform that action at this time.
0 commit comments