@dydxprotocol/v4-localization 1.1.375 → 1.1.376

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.
@@ -902,6 +902,8 @@
902
902
  "TESTNET": "Testnet"
903
903
  },
904
904
  "WALLETS": {
905
+ "BACKPACK": "Backpack",
906
+ "BACKPACK_SOL": "Backpack (Solana)",
905
907
  "BITKEEP": "BitKeep",
906
908
  "BITPIE": "BitPie",
907
909
  "CLOVER_WALLET": "Clover Wallet",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dydxprotocol/v4-localization",
3
- "version": "1.1.375",
3
+ "version": "1.1.376",
4
4
  "description": "v4 localization",
5
5
  "main": "index.ts",
6
6
  "scripts": {
@@ -2369,6 +2369,8 @@ export const APP_STRING_KEYS = {
2369
2369
 
2370
2370
  // WALLETS
2371
2371
 
2372
+ BACKPACK: 'APP.WALLETS.BACKPACK',
2373
+ BACKPACK_SOL: 'APP.WALLETS.BACKPACK_SOL',
2372
2374
  BITKEEP: 'APP.WALLETS.BITKEEP',
2373
2375
  BITPIE: 'APP.WALLETS.BITPIE',
2374
2376
  CLOVER_WALLET: 'APP.WALLETS.CLOVER_WALLET',