@dydxprotocol/v4-localization 1.1.182 → 1.1.183

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.
@@ -771,6 +771,8 @@
771
771
  "METAMASK": "MetaMask",
772
772
  "OKX_WALLET": "OKX",
773
773
  "PHANTOM": "Phantom",
774
+ "PHANTOM_SOL": "Phantom (Solana)",
775
+ "PHANTOM_EVM": "Phantom (EVM)",
774
776
  "RAINBOW_WALLET": "Rainbow",
775
777
  "TOKEN_POCKET": "TokenPocket",
776
778
  "TRUST_WALLET": "Trust",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dydxprotocol/v4-localization",
3
- "version": "1.1.182",
3
+ "version": "1.1.183",
4
4
  "description": "v4 localization",
5
5
  "main": "index.ts",
6
6
  "scripts": {
@@ -1786,6 +1786,8 @@ export const APP_STRING_KEYS = {
1786
1786
  OKX_WALLET: 'APP.WALLETS.OKX_WALLET',
1787
1787
  OTHER_WALLET: 'APP.WALLETS.OTHER_WALLET',
1788
1788
  PHANTOM: 'APP.WALLETS.PHANTOM',
1789
+ PHANTOM_EVM: 'APP.WALLETS.PHANTOM_EVM',
1790
+ PHANTOM_SOL: 'APP.WALLETS.PHANTOM_SOL',
1789
1791
  RAINBOW_WALLET: 'APP.WALLETS.RAINBOW_WALLET',
1790
1792
  TEST_WALLET: 'APP.WALLETS.TEST_WALLET',
1791
1793
  TOKEN_POCKET: 'APP.WALLETS.TOKEN_POCKET',