Skip to content

Commit

Permalink
1.1.180
Browse files Browse the repository at this point in the history
  • Loading branch information
yogurtandjam committed Aug 23, 2024
1 parent d7e0fe7 commit 41787fb
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 9 deletions.
3 changes: 0 additions & 3 deletions config/localization/en/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -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...",
Expand Down
5 changes: 5 additions & 0 deletions config/localization_notifications/en/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -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}."
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dydxprotocol/v4-localization",
"version": "1.1.179",
"version": "1.1.180",
"description": "v4 localization",
"main": "index.ts",
"scripts": {
Expand Down
3 changes: 0 additions & 3 deletions scripts/generated/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',

Expand Down
2 changes: 2 additions & 0 deletions scripts/generated/notifications.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 41787fb

Please sign in to comment.