@dydxprotocol/v4-localization 1.1.284 → 1.1.285

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.
@@ -2571,6 +2571,7 @@
2571
2571
  "BROADCAST_ERROR_3009": "Stateful order was previously removed and therefore cannot be placed.",
2572
2572
  "BROADCAST_ERROR_10001": "Subaccount cannot open more orders due to equity tier limit. {EQUITY_TIER_LEARN_MORE}",
2573
2573
  "QUERY_ERROR_SUBACCOUNTS_NEWLYUNDERCOLLATERALIZED": "This would put your account below the collateralization threshold. Please try a smaller amount.",
2574
+ "QUERY_ERROR_SUBACCOUNTS_STILLUNDERCOLLATERALIZED": "Your account has insufficient funds for this operation. Please try a smaller amount.",
2574
2575
  "GENERAL": {
2575
2576
  "RATE_LIMIT_REACHED_ERROR_TITLE": "Rate Limit Reached",
2576
2577
  "RATE_LIMIT_REACHED_ERROR_MESSAGE": "Rate limited reached for this IP address. Please try again later.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dydxprotocol/v4-localization",
3
- "version": "1.1.284",
3
+ "version": "1.1.285",
4
4
  "description": "v4 localization",
5
5
  "main": "index.ts",
6
6
  "scripts": {
@@ -2257,6 +2257,7 @@ export const ERRORS_STRING_KEYS = {
2257
2257
  WALLET_RESTRICTED_WITHDRAWAL_TRANSFER_DESTINATION_ERROR_MESSAGE: 'ERRORS.ONBOARDING.WALLET_RESTRICTED_WITHDRAWAL_TRANSFER_DESTINATION_ERROR_MESSAGE',
2258
2258
  WALLET_RESTRICTED_WITHDRAWAL_TRANSFER_ORIGINATION_ERROR_MESSAGE: 'ERRORS.ONBOARDING.WALLET_RESTRICTED_WITHDRAWAL_TRANSFER_ORIGINATION_ERROR_MESSAGE',
2259
2259
  QUERY_ERROR_SUBACCOUNTS_NEWLYUNDERCOLLATERALIZED: 'ERRORS.QUERY_ERROR_SUBACCOUNTS_NEWLYUNDERCOLLATERALIZED',
2260
+ QUERY_ERROR_SUBACCOUNTS_STILLUNDERCOLLATERALIZED: 'ERRORS.QUERY_ERROR_SUBACCOUNTS_STILLUNDERCOLLATERALIZED',
2260
2261
 
2261
2262
  // TRADE_BOX
2262
2263