@dydxprotocol/v4-localization 1.1.169 → 1.1.170

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.
@@ -160,6 +160,10 @@
160
160
  "TITLE": "Take Profit",
161
161
  "BODY": "Your take profit trigger at {OLD_VALUE} has been removed."
162
162
  },
163
+ "TWITTER_DYDX_200B_GIVEAWAY": {
164
+ "TITLE": "$20K giveaway",
165
+ "BODY": "To celebrate surpassing 200B in cumulative trading volume, dYdX is running a Twitter giveaway, where you have the opportunity to claim $200. 100 winners will be selected based on a random selection mechanism after August 16, 2024, 23:59 UTC {HERE_LINK}."
166
+ },
163
167
  "TWO_MARKET_WIND_DOWN": {
164
168
  "TITLE": "{MARKET_1} and {MARKET_2} markets wound down",
165
169
  "BODY": "On {DATE}, the {MARKET_1} and {MARKET_2} markets went through final settlement. Existing positions have been closed and open orders have now been canceled. You can find more information regarding the final settlement {HERE_LINK}."
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dydxprotocol/v4-localization",
3
- "version": "1.1.169",
3
+ "version": "1.1.170",
4
4
  "description": "v4 localization",
5
5
  "main": "index.ts",
6
6
  "scripts": {
@@ -87,6 +87,8 @@ export const NOTIFICATIONS_STRING_KEYS = {
87
87
  TAKE_PROFIT_TRIGGER_UPDATING_ERROR_TITLE: 'NOTIFICATIONS.TAKE_PROFIT_TRIGGER_UPDATING_ERROR.TITLE',
88
88
  TRUMPWIN_MARKET_LAUNCH_BODY: 'NOTIFICATIONS.TRUMPWIN_MARKET_LAUNCH.BODY',
89
89
  TRUMPWIN_MARKET_LAUNCH_TITLE: 'NOTIFICATIONS.TRUMPWIN_MARKET_LAUNCH.TITLE',
90
+ TWITTER_DYDX_200B_GIVEAWAY_BODY: 'NOTIFICATIONS.TWITTER_DYDX_200B_GIVEAWAY.BODY',
91
+ TWITTER_DYDX_200B_GIVEAWAY_TITLE: 'NOTIFICATIONS.TWITTER_DYDX_200B_GIVEAWAY.TITLE',
90
92
  TWO_MARKET_WIND_DOWN_BODY: 'NOTIFICATIONS.TWO_MARKET_WIND_DOWN.BODY',
91
93
  TWO_MARKET_WIND_DOWN_TITLE: 'NOTIFICATIONS.TWO_MARKET_WIND_DOWN.TITLE',
92
94
  TWO_MARKET_WIND_DOWN_PROPOSAL_BODY: 'NOTIFICATIONS.TWO_MARKET_WIND_DOWN_PROPOSAL.BODY',