@dydxprotocol/v4-localization 1.1.398 → 1.1.400

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.
@@ -1959,8 +1959,7 @@
1959
1959
  "CONTINUE_SIGN_IN_DESCRIPTION": "Please wait",
1960
1960
  "CONTINUE_SIGN_IN_TITLE": "Continue to sign in",
1961
1961
  "DEPOSIT_AND_TRADE": "Deposit and start trading",
1962
- "DEPOSIT_LOSS_OF_FUNDS_WARNING": "Only deposit {ASSETS} on the {NETWORK} network. Sending unsupported assets to a different network can result in a {LOSS_OF_FUNDS}.",
1963
- "DEPOSIT_NETWORK_WARNING": "This address can only receive {ASSETS} on the {NETWORK} Network. ${MIN_DEPOSIT} Minimum (${MIN_INSTANT_DEPOSIT} for instant), ${MAX_DEPOSIT} Maximum deposit",
1962
+ "DEPOSIT_LOSS_OF_FUNDS_WARNING": "Only deposit {ASSETS} on the {NETWORK} network. Sending unsupported assets to a different network can result in a {LOSS_OF_FUNDS}. (${MIN_INSTANT_DEPOSIT} for instant, ${MAX_DEPOSIT} max)",
1964
1963
  "SUPPORTED_ASSETS": "Supported assets",
1965
1964
  "EMAIL_LOGIN_SUCCESS": "You are now logged in with your email account.",
1966
1965
  "EMAIL_PLACEHOLDER": "Enter your email",
@@ -2412,6 +2411,7 @@
2412
2411
  "MONTH_COUNTDOWN": "Month {MONTH} Countdown"
2413
2412
  },
2414
2413
  "BONK_PNL_REWARDS": {
2414
+ "BONK_TOP_TRADERS": "Top Traders",
2415
2415
  "BONK_PNL_REWARDS_HEADLINE": "{COMPETITION_NAME} Trading Competition",
2416
2416
  "BONK_PNL_REWARDS_BODY": "Trade your favorite coins for your share of {REWARD_AMOUNT} in prizes. BTC and BONK are completely fee-free all {MONTH}.",
2417
2417
  "BONK_PNL_REWARDS_BODY_2": "Check the leaderboard for live rankings and full prize tiers",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dydxprotocol/v4-localization",
3
- "version": "1.1.398",
3
+ "version": "1.1.400",
4
4
  "description": "v4 localization",
5
5
  "main": "index.ts",
6
6
  "scripts": {
@@ -112,6 +112,7 @@ export const APP_STRING_KEYS = {
112
112
  BONK_PNL_REWARDS_RULE_1: 'APP.BONK_PNL_REWARDS.BONK_PNL_REWARDS_RULE_1',
113
113
  BONK_PNL_REWARDS_RULE_2: 'APP.BONK_PNL_REWARDS.BONK_PNL_REWARDS_RULE_2',
114
114
  BONK_PNL_REWARDS_RULE_3: 'APP.BONK_PNL_REWARDS.BONK_PNL_REWARDS_RULE_3',
115
+ BONK_TOP_TRADERS: 'APP.BONK_PNL_REWARDS.BONK_TOP_TRADERS',
115
116
 
116
117
  // CANCEL_ALL_ORDERS_MODAL
117
118
 
@@ -2350,7 +2351,6 @@ export const APP_STRING_KEYS = {
2350
2351
  CONTINUE_SIGN_IN_TITLE: 'APP.TURNKEY_ONBOARD.CONTINUE_SIGN_IN_TITLE',
2351
2352
  DEPOSIT_AND_TRADE: 'APP.TURNKEY_ONBOARD.DEPOSIT_AND_TRADE',
2352
2353
  DEPOSIT_LOSS_OF_FUNDS_WARNING: 'APP.TURNKEY_ONBOARD.DEPOSIT_LOSS_OF_FUNDS_WARNING',
2353
- DEPOSIT_NETWORK_WARNING: 'APP.TURNKEY_ONBOARD.DEPOSIT_NETWORK_WARNING',
2354
2354
  EMAIL_LOGIN_SUCCESS: 'APP.TURNKEY_ONBOARD.EMAIL_LOGIN_SUCCESS',
2355
2355
  EMAIL_PLACEHOLDER: 'APP.TURNKEY_ONBOARD.EMAIL_PLACEHOLDER',
2356
2356
  ERROR_LOGGING_IN: 'APP.TURNKEY_ONBOARD.ERROR_LOGGING_IN',