@dydxprotocol/v4-localization 1.1.77 → 1.1.78

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.
@@ -4,6 +4,10 @@
4
4
  "TITLE": "Reward Earned",
5
5
  "BODY": "You have earned {BLOCK_REWARD_AMOUNT} {TOKEN_NAME} trading reward."
6
6
  },
7
+ "CONDITIONAL_ORDERS_REVAMP": {
8
+ "TITLE": "Refreshed conditional order experience!",
9
+ "BODY": "Conditional orders on dYdX Chain have been completely revamped! Now more reliable, intuitive, and performant than ever. Check out more details {TWITTER_LINK}."
10
+ },
7
11
  "DELEVERAGED": {
8
12
  "TITLE": "Position Deleveraged",
9
13
  "BODY": "Your {SIDE} position on {MARKET} has been deleveraged."
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dydxprotocol/v4-localization",
3
- "version": "1.1.77",
3
+ "version": "1.1.78",
4
4
  "description": "v4 localization",
5
5
  "main": "index.ts",
6
6
  "scripts": {
@@ -1,6 +1,6 @@
1
1
  // !! GENERATED FILE - DO NOT EDIT
2
2
 
3
- // Generated from ../config/localization/en/app.json using codegen_localization_app.swift
3
+ // Generated from ../config/localization/en/app.json using ./codegen_localization_app.swift
4
4
 
5
5
  export const APP_STRING_KEYS = {
6
6
 
@@ -5,6 +5,8 @@
5
5
  export const NOTIFICATIONS_STRING_KEYS = {
6
6
  BLOCK_REWARD_BODY: 'NOTIFICATIONS.BLOCK_REWARD.BODY',
7
7
  BLOCK_REWARD_TITLE: 'NOTIFICATIONS.BLOCK_REWARD.TITLE',
8
+ CONDITIONAL_ORDERS_REVAMP_BODY: 'NOTIFICATIONS.CONDITIONAL_ORDERS_REVAMP.BODY',
9
+ CONDITIONAL_ORDERS_REVAMP_TITLE: 'NOTIFICATIONS.CONDITIONAL_ORDERS_REVAMP.TITLE',
8
10
  DELEVERAGED_BODY: 'NOTIFICATIONS.DELEVERAGED.BODY',
9
11
  DELEVERAGED_TITLE: 'NOTIFICATIONS.DELEVERAGED.TITLE',
10
12
  DEPOSIT_SUCCESS_BODY: 'NOTIFICATIONS.DEPOSIT_SUCCESS.BODY',