@dydxprotocol/v4-localization 1.1.209 → 1.1.210
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.
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"GENERAL": {
|
|
3
|
-
"
|
|
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
package/scripts/generated/app.ts
CHANGED
|
@@ -35,7 +35,8 @@ export const TOOLTIP_STRING_KEYS = {
|
|
|
35
35
|
|
|
36
36
|
// GENERAL
|
|
37
37
|
|
|
38
|
-
|
|
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',
|