diff --git a/config/localization_notifications/en/app.json b/config/localization_notifications/en/app.json index 02cb79ffd..a4ec29091 100644 --- a/config/localization_notifications/en/app.json +++ b/config/localization_notifications/en/app.json @@ -160,6 +160,10 @@ "TITLE": "Take Profit", "BODY": "Your take profit trigger at {OLD_VALUE} has been removed." }, + "TWITTER_DYDX_200B_GIVEAWAY": { + "TITLE": "$20K giveaway", + "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}." + }, "TWO_MARKET_WIND_DOWN": { "TITLE": "{MARKET_1} and {MARKET_2} markets wound down", "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}." diff --git a/package.json b/package.json index 52b679f12..cd9aab054 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dydxprotocol/v4-localization", - "version": "1.1.169", + "version": "1.1.170", "description": "v4 localization", "main": "index.ts", "scripts": { diff --git a/scripts/generated/notifications.ts b/scripts/generated/notifications.ts index 643845c2f..15e15bc05 100644 --- a/scripts/generated/notifications.ts +++ b/scripts/generated/notifications.ts @@ -87,6 +87,8 @@ export const NOTIFICATIONS_STRING_KEYS = { TAKE_PROFIT_TRIGGER_UPDATING_ERROR_TITLE: 'NOTIFICATIONS.TAKE_PROFIT_TRIGGER_UPDATING_ERROR.TITLE', TRUMPWIN_MARKET_LAUNCH_BODY: 'NOTIFICATIONS.TRUMPWIN_MARKET_LAUNCH.BODY', TRUMPWIN_MARKET_LAUNCH_TITLE: 'NOTIFICATIONS.TRUMPWIN_MARKET_LAUNCH.TITLE', + TWITTER_DYDX_200B_GIVEAWAY_BODY: 'NOTIFICATIONS.TWITTER_DYDX_200B_GIVEAWAY.BODY', + TWITTER_DYDX_200B_GIVEAWAY_TITLE: 'NOTIFICATIONS.TWITTER_DYDX_200B_GIVEAWAY.TITLE', TWO_MARKET_WIND_DOWN_BODY: 'NOTIFICATIONS.TWO_MARKET_WIND_DOWN.BODY', TWO_MARKET_WIND_DOWN_TITLE: 'NOTIFICATIONS.TWO_MARKET_WIND_DOWN.TITLE', TWO_MARKET_WIND_DOWN_PROPOSAL_BODY: 'NOTIFICATIONS.TWO_MARKET_WIND_DOWN_PROPOSAL.BODY',