From d7e0fe7394a17989e23f779ab055ed7ac63fc939 Mon Sep 17 00:00:00 2001 From: jeremy lee Date: Fri, 23 Aug 2024 14:48:54 -0500 Subject: [PATCH 1/2] feat: top 100 addresses notificaiton text --- config/localization/en/app.json | 3 +++ scripts/generated/app.ts | 3 +++ 2 files changed, 6 insertions(+) diff --git a/config/localization/en/app.json b/config/localization/en/app.json index e81e053f5..7cca3dc74 100644 --- a/config/localization/en/app.json +++ b/config/localization/en/app.json @@ -1649,6 +1649,9 @@ "STATUS_PAGE": "Status page", "SUSPICIOUS_TRADE": "Suspicious activity", "SUSPICIOUS_TRADE_BODY": "We have noticed suspicious trading activity related to your account on dYdX, including potential wash trading activity. We will be reviewing your activity on an ongoing basis. If we notice similar activity in the future, then you will be permanently blocked from performing transfers within the protocol and from placing orders other than market orders that reduce your positions.", + "TOP_100_ACTION": "Get in touch →", + "TOP_100_BODY": "Thank you for being a large trader on dYdX! The team would like to offer you a higher level of personalized support and the opportunity to connect directly with them.", + "TOP_100_TITLE": "Want more support?", "TRANSFER_STATUS": { "BRIDGING_TOKENS": "Bridging tokens", "DEPOSIT_IN_PROGRESS_": "Deposit in progress...", diff --git a/scripts/generated/app.ts b/scripts/generated/app.ts index 1be1c6bc5..99aef1958 100644 --- a/scripts/generated/app.ts +++ b/scripts/generated/app.ts @@ -918,6 +918,9 @@ export const APP_STRING_KEYS = { STATUS_PAGE: 'APP.NOTIFICATIONS.STATUS_PAGE', SUSPICIOUS_TRADE: 'APP.NOTIFICATIONS.SUSPICIOUS_TRADE', SUSPICIOUS_TRADE_BODY: 'APP.NOTIFICATIONS.SUSPICIOUS_TRADE_BODY', + TOP_100_ACTION: 'APP.NOTIFICATIONS.TOP_100_ACTION', + TOP_100_BODY: 'APP.NOTIFICATIONS.TOP_100_BODY', + TOP_100_TITLE: 'APP.NOTIFICATIONS.TOP_100_TITLE', TRADE_UDPATES: 'APP.NOTIFICATIONS.TRADE_UDPATES', TRADING_REWARD_RECEIVED: 'APP.NOTIFICATIONS.TRADING_REWARD_RECEIVED', From 41787fbfdf7f13ac6dc80d40cbf2814730f0371f Mon Sep 17 00:00:00 2001 From: jeremy lee Date: Fri, 23 Aug 2024 15:15:11 -0500 Subject: [PATCH 2/2] 1.1.180 --- config/localization/en/app.json | 3 --- config/localization_notifications/en/app.json | 5 +++++ package-lock.json | 4 ++-- package.json | 2 +- scripts/generated/app.ts | 3 --- scripts/generated/notifications.ts | 2 ++ 6 files changed, 10 insertions(+), 9 deletions(-) diff --git a/config/localization/en/app.json b/config/localization/en/app.json index 7cca3dc74..e81e053f5 100644 --- a/config/localization/en/app.json +++ b/config/localization/en/app.json @@ -1649,9 +1649,6 @@ "STATUS_PAGE": "Status page", "SUSPICIOUS_TRADE": "Suspicious activity", "SUSPICIOUS_TRADE_BODY": "We have noticed suspicious trading activity related to your account on dYdX, including potential wash trading activity. We will be reviewing your activity on an ongoing basis. If we notice similar activity in the future, then you will be permanently blocked from performing transfers within the protocol and from placing orders other than market orders that reduce your positions.", - "TOP_100_ACTION": "Get in touch →", - "TOP_100_BODY": "Thank you for being a large trader on dYdX! The team would like to offer you a higher level of personalized support and the opportunity to connect directly with them.", - "TOP_100_TITLE": "Want more support?", "TRANSFER_STATUS": { "BRIDGING_TOKENS": "Bridging tokens", "DEPOSIT_IN_PROGRESS_": "Deposit in progress...", diff --git a/config/localization_notifications/en/app.json b/config/localization_notifications/en/app.json index b78eec65c..689b8e517 100644 --- a/config/localization_notifications/en/app.json +++ b/config/localization_notifications/en/app.json @@ -164,6 +164,11 @@ "TITLE": "Take Profit", "BODY": "Your take profit trigger at {OLD_VALUE} has been removed." }, + "TOP_100_WALLET_ADDRESSES": { + "TITLE": "Want more support?", + "BODY": "Thank you for being a large trader on dYdX! The team would like to offer you a higher level of personalized support and the opportunity to connect directly with them.", + "ACTION": "Get in touch →" + }, "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}." diff --git a/package-lock.json b/package-lock.json index 7bb51206a..d7cfb3ad6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@dydxprotocol/v4-localization", - "version": "1.1.179", + "version": "1.1.180", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@dydxprotocol/v4-localization", - "version": "1.1.179", + "version": "1.1.180", "license": "AGPL-3.0", "devDependencies": { "@types/node": "^20.1.7" diff --git a/package.json b/package.json index c7b38b55a..184f8a766 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dydxprotocol/v4-localization", - "version": "1.1.179", + "version": "1.1.180", "description": "v4 localization", "main": "index.ts", "scripts": { diff --git a/scripts/generated/app.ts b/scripts/generated/app.ts index 99aef1958..1be1c6bc5 100644 --- a/scripts/generated/app.ts +++ b/scripts/generated/app.ts @@ -918,9 +918,6 @@ export const APP_STRING_KEYS = { STATUS_PAGE: 'APP.NOTIFICATIONS.STATUS_PAGE', SUSPICIOUS_TRADE: 'APP.NOTIFICATIONS.SUSPICIOUS_TRADE', SUSPICIOUS_TRADE_BODY: 'APP.NOTIFICATIONS.SUSPICIOUS_TRADE_BODY', - TOP_100_ACTION: 'APP.NOTIFICATIONS.TOP_100_ACTION', - TOP_100_BODY: 'APP.NOTIFICATIONS.TOP_100_BODY', - TOP_100_TITLE: 'APP.NOTIFICATIONS.TOP_100_TITLE', TRADE_UDPATES: 'APP.NOTIFICATIONS.TRADE_UDPATES', TRADING_REWARD_RECEIVED: 'APP.NOTIFICATIONS.TRADING_REWARD_RECEIVED', diff --git a/scripts/generated/notifications.ts b/scripts/generated/notifications.ts index d8dadbe80..f3b77f781 100644 --- a/scripts/generated/notifications.ts +++ b/scripts/generated/notifications.ts @@ -87,6 +87,8 @@ export const NOTIFICATIONS_STRING_KEYS = { TAKE_PROFIT_TRIGGER_UPDATING_TITLE: 'NOTIFICATIONS.TAKE_PROFIT_TRIGGER_UPDATING.TITLE', TAKE_PROFIT_TRIGGER_UPDATING_ERROR_BODY: 'NOTIFICATIONS.TAKE_PROFIT_TRIGGER_UPDATING_ERROR.BODY', TAKE_PROFIT_TRIGGER_UPDATING_ERROR_TITLE: 'NOTIFICATIONS.TAKE_PROFIT_TRIGGER_UPDATING_ERROR.TITLE', + TOP_100_WALLET_ADDRESSES_BODY: 'NOTIFICATIONS.TOP_100_WALLET_ADDRESSES.BODY', + TOP_100_WALLET_ADDRESSES_TITLE: 'NOTIFICATIONS.TOP_100_WALLET_ADDRESSES.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',