@dydxprotocol/v4-localization 1.1.389 → 1.1.390

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.
@@ -914,6 +914,7 @@
914
914
  "VOLUME_TO_UNLOCK": "vol. to unlock",
915
915
  "WALLET_NOT_CONNECTED": "Wallet not connected",
916
916
  "FAILED_TO_SEND_MESSAGE": "Failed to send message: {ERROR}",
917
+ "ENABLE_CHAT": "Enable chat",
917
918
  "ERROR_MESSAGE_TOO_LARGE": "Your message is too long. Please keep it under 255 characters.",
918
919
  "ERROR_MESSAGE_EMPTY": "Message cannot be empty.",
919
920
  "ERROR_MISSING_FIELD": "Message is missing required fields.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dydxprotocol/v4-localization",
3
- "version": "1.1.389",
3
+ "version": "1.1.390",
4
4
  "description": "v4 localization",
5
5
  "main": "index.ts",
6
6
  "scripts": {
@@ -870,6 +870,7 @@ export const APP_STRING_KEYS = {
870
870
  // GLOBAL_CHAT
871
871
 
872
872
  COUNT_ONLINE: 'APP.GLOBAL_CHAT.COUNT_ONLINE',
873
+ ENABLE_CHAT: 'APP.GLOBAL_CHAT.ENABLE_CHAT',
873
874
  ERROR_INSUFFICIENT_VOLUME: 'APP.GLOBAL_CHAT.ERROR_INSUFFICIENT_VOLUME',
874
875
  ERROR_INVALID_ADDRESS: 'APP.GLOBAL_CHAT.ERROR_INVALID_ADDRESS',
875
876
  ERROR_INVALID_SIGNATURE: 'APP.GLOBAL_CHAT.ERROR_INVALID_SIGNATURE',