@dydxprotocol/v4-localization 1.1.209 → 1.1.211

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.
@@ -1660,6 +1660,7 @@
1660
1660
  },
1661
1661
  "VAULTS": {
1662
1662
  "VAULT": "Vault",
1663
+ "VAULTS": "Vaults",
1663
1664
  "MEGAVAULT": "MegaVault",
1664
1665
  "MEGAVAULT_TRANSFERS": "MegaVault Transfers",
1665
1666
  "MEGAVAULT_TRANSFERS_DESCRIPTION": "Transfers to and from the MegaVault",
@@ -1,8 +1,11 @@
1
1
  {
2
2
  "GENERAL": {
3
- "DYDX_ADDRESS": {
3
+ "DYDX_ADDRESS_FROM_ETHEREUM": {
4
4
  "BODY": "Your dYdX Chain address \"{DYDX_ADDRESS}\" was created from the signature of the Ethereum address \"{EVM_ADDRESS}\"."
5
5
  },
6
+ "DYDX_ADDRESS_FROM_SOLANA": {
7
+ "BODY": "Your dYdX Chain address \"{DYDX_ADDRESS}\" was created from the signature of the Solana address \"{SOLANA_ADDRESS}\"."
8
+ },
6
9
  "LEGACY_SIGNING": {
7
10
  "TITLE": "Legacy Signing",
8
11
  "BODY": "Only check this option if you previously used hardware wallet signing / legacy signing to generate your keys."
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dydxprotocol/v4-localization",
3
- "version": "1.1.209",
3
+ "version": "1.1.211",
4
4
  "description": "v4 localization",
5
5
  "main": "index.ts",
6
6
  "scripts": {
@@ -1863,6 +1863,7 @@ export const APP_STRING_KEYS = {
1863
1863
  SLIPPAGE_WARNING: 'APP.VAULTS.SLIPPAGE_WARNING',
1864
1864
  TVL: 'APP.VAULTS.TVL',
1865
1865
  VAULT: 'APP.VAULTS.VAULT',
1866
+ VAULTS: 'APP.VAULTS.VAULTS',
1866
1867
  VAULT_DESCRIPTION: 'APP.VAULTS.VAULT_DESCRIPTION',
1867
1868
  VAULT_EQUITY: 'APP.VAULTS.VAULT_EQUITY',
1868
1869
  VAULT_FAQS: 'APP.VAULTS.VAULT_FAQS',
@@ -35,7 +35,8 @@ export const TOOLTIP_STRING_KEYS = {
35
35
 
36
36
  // GENERAL
37
37
 
38
- DYDX_ADDRESS_BODY: 'TOOLTIPS.GENERAL.DYDX_ADDRESS.BODY',
38
+ DYDX_ADDRESS_FROM_ETHEREUM_BODY: 'TOOLTIPS.GENERAL.DYDX_ADDRESS_FROM_ETHEREUM.BODY',
39
+ DYDX_ADDRESS_FROM_SOLANA_BODY: 'TOOLTIPS.GENERAL.DYDX_ADDRESS_FROM_SOLANA.BODY',
39
40
  LEGACY_SIGNING_BODY: 'TOOLTIPS.GENERAL.LEGACY_SIGNING.BODY',
40
41
  LEGACY_SIGNING_TITLE: 'TOOLTIPS.GENERAL.LEGACY_SIGNING.TITLE',
41
42
  REMEMBER_ME_BODY: 'TOOLTIPS.GENERAL.REMEMBER_ME.BODY',