@dydxprotocol/v4-localization 1.1.306 → 1.1.308

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -140,6 +140,10 @@
140
140
  "TITLE": "Surge S{SEASON_NUMBER}: Compete for $2M",
141
141
  "BODY": "Season {SEASON_NUMBER} will have boosted points for trading in hot markets! {MARKETS_LIST} markets to kick off with 2x rewards!"
142
142
  },
143
+ "SURGE_BASIC_SEASON": {
144
+ "TITLE": "Surge S{SEASON_NUMBER}: Compete for ${AMOUNT_MILLIONS}M",
145
+ "BODY": "Season {SEASON_NUMBER} will distribute ${AMOUNT_MILLIONS}M to traders based on their position on the leaderboard. Trade more to win more!"
146
+ },
143
147
  "SURGE_PAYOUT": {
144
148
  "TITLE": "Surge S{SEASON_NUMBER}: You earned {DYDX_REWARDS} dYdX",
145
149
  "BODY": "Surge S{SEASON_NUMBER} Leaderboard rewards are now being distributed, check your dYdX balance to see your rewards!"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dydxprotocol/v4-localization",
3
- "version": "1.1.306",
3
+ "version": "1.1.308",
4
4
  "description": "v4 localization",
5
5
  "main": "index.ts",
6
6
  "scripts": {
@@ -93,6 +93,8 @@ export const NOTIFICATIONS_STRING_KEYS = {
93
93
  STOP_LOSS_TRIGGER_UPDATING_TITLE: 'NOTIFICATIONS.STOP_LOSS_TRIGGER_UPDATING.TITLE',
94
94
  STOP_LOSS_TRIGGER_UPDATING_ERROR_BODY: 'NOTIFICATIONS.STOP_LOSS_TRIGGER_UPDATING_ERROR.BODY',
95
95
  STOP_LOSS_TRIGGER_UPDATING_ERROR_TITLE: 'NOTIFICATIONS.STOP_LOSS_TRIGGER_UPDATING_ERROR.TITLE',
96
+ SURGE_BASIC_SEASON_BODY: 'NOTIFICATIONS.SURGE_BASIC_SEASON.BODY',
97
+ SURGE_BASIC_SEASON_TITLE: 'NOTIFICATIONS.SURGE_BASIC_SEASON.TITLE',
96
98
  SURGE_BOOSTED_MARKETS_BODY: 'NOTIFICATIONS.SURGE_BOOSTED_MARKETS.BODY',
97
99
  SURGE_BOOSTED_MARKETS_TITLE: 'NOTIFICATIONS.SURGE_BOOSTED_MARKETS.TITLE',
98
100
  SURGE_PAYOUT_BODY: 'NOTIFICATIONS.SURGE_PAYOUT.BODY',