@dydxprotocol/v4-localization 1.1.33 → 1.1.34

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.
@@ -559,6 +559,7 @@
559
559
  "LEDGER": "Ledger",
560
560
  "MATH_WALLET": "MathWallet",
561
561
  "METAMASK": "MetaMask",
562
+ "OKX_WALLET": "OKX",
562
563
  "RAINBOW_WALLET": "Rainbow",
563
564
  "TOKEN_POCKET": "TokenPocket",
564
565
  "TRUST_WALLET": "Trust",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dydxprotocol/v4-localization",
3
- "version": "1.1.33",
3
+ "version": "1.1.34",
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
 
@@ -1428,6 +1428,7 @@ export const APP_STRING_KEYS = {
1428
1428
  LEDGER: 'APP.WALLETS.LEDGER',
1429
1429
  MATH_WALLET: 'APP.WALLETS.MATH_WALLET',
1430
1430
  METAMASK: 'APP.WALLETS.METAMASK',
1431
+ OKX_WALLET: 'APP.WALLETS.OKX_WALLET',
1431
1432
  OTHER_WALLET: 'APP.WALLETS.OTHER_WALLET',
1432
1433
  RAINBOW_WALLET: 'APP.WALLETS.RAINBOW_WALLET',
1433
1434
  TEST_WALLET: 'APP.WALLETS.TEST_WALLET',