@dydxprotocol/v4-localization 1.1.266 → 1.1.267

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.
@@ -360,6 +360,7 @@
360
360
  "STATUS": "Status",
361
361
  "STEP_SIZE": "Step Size",
362
362
  "STOP_ORDER_SHORT": "Stop",
363
+ "SUPPORTED_TOKENS": "Supported tokens",
363
364
  "SWITCH_LEADERBOARD": "Switch leaderboard",
364
365
  "TAKE_ME_THERE": "Take me there",
365
366
  "TERMS_AND_CONDITIONS": "Terms & Conditions",
@@ -2720,6 +2721,7 @@
2720
2721
  "RESTRICTED_OPEN_POSITIONS_WITHDRAW": "Your account is restricted. You must close all your positions before you can withdraw.",
2721
2722
  "WITHDRAWAL_FAILED_TRY_AGAIN": "Your withdrawal request failed. Please try again.",
2722
2723
  "WITHDRAWAL_UNDERCOLLATERALIZED": "Your withdrawal request would leave your account undercollateralized. Please try a smaller amount.",
2724
+ "WITHDRAWN_TO_CHAINID": "An error has occured while withdrawing, withdrawn funds can be recovered on {CHAIN_ID}.",
2723
2725
  "WITHDRAW_MORE_THAN_FREE_DUE_TO_FEE": "You cannot withdraw more than your free collateral. Make sure you account for the fast withdraw fee when entering an amount.",
2724
2726
  "WITHDRAW_MORE_THAN_FREE": "You cannot withdraw more than your free collateral.",
2725
2727
  "WITHDRAW_MUST_SPECIFY_ADDRESS": "Please enter a destination address.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dydxprotocol/v4-localization",
3
- "version": "1.1.266",
3
+ "version": "1.1.267",
4
4
  "description": "v4 localization",
5
5
  "main": "index.ts",
6
6
  "scripts": {
@@ -684,6 +684,7 @@ export const APP_STRING_KEYS = {
684
684
  STATUS: 'APP.GENERAL.STATUS',
685
685
  STEP_SIZE: 'APP.GENERAL.STEP_SIZE',
686
686
  STOP_ORDER_SHORT: 'APP.GENERAL.STOP_ORDER_SHORT',
687
+ SUPPORTED_TOKENS: 'APP.GENERAL.SUPPORTED_TOKENS',
687
688
  SWITCH_LEADERBOARD: 'APP.GENERAL.SWITCH_LEADERBOARD',
688
689
  TAKE_ME_THERE: 'APP.GENERAL.TAKE_ME_THERE',
689
690
  TERMS_AND_CONDITIONS: 'APP.GENERAL.TERMS_AND_CONDITIONS',
@@ -2318,6 +2319,7 @@ export const ERRORS_STRING_KEYS = {
2318
2319
  RESTRICTED_OPEN_POSITIONS_WITHDRAW: 'ERRORS.WITHDRAW_MODAL.RESTRICTED_OPEN_POSITIONS_WITHDRAW',
2319
2320
  WITHDRAWAL_FAILED_TRY_AGAIN: 'ERRORS.WITHDRAW_MODAL.WITHDRAWAL_FAILED_TRY_AGAIN',
2320
2321
  WITHDRAWAL_UNDERCOLLATERALIZED: 'ERRORS.WITHDRAW_MODAL.WITHDRAWAL_UNDERCOLLATERALIZED',
2322
+ WITHDRAWN_TO_CHAINID: 'ERRORS.WITHDRAW_MODAL.WITHDRAWN_TO_CHAINID',
2321
2323
  WITHDRAW_MORE_THAN_FREE: 'ERRORS.WITHDRAW_MODAL.WITHDRAW_MORE_THAN_FREE',
2322
2324
  WITHDRAW_MORE_THAN_FREE_DUE_TO_FEE: 'ERRORS.WITHDRAW_MODAL.WITHDRAW_MORE_THAN_FREE_DUE_TO_FEE',
2323
2325
  WITHDRAW_MUST_SPECIFY_ADDRESS: 'ERRORS.WITHDRAW_MODAL.WITHDRAW_MUST_SPECIFY_ADDRESS',