@dydxprotocol/v4-localization 1.1.270 → 1.1.271

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.
@@ -906,6 +906,7 @@
906
906
  "API_KEYS_NOT_FOUND": "API Key not found",
907
907
  "APPEARS_OUTSIDE_ACCESS": "It appears that you are accessing dYdX from outside the United States or a restricted territory. You hereby agree, represent and warrant that:",
908
908
  "BRIDGING_TOKENS": "Bridging tokens",
909
+ "CHAIN_GAS_FEES": "{CHAIN} gas fees",
909
910
  "CHECK_WALLET_FOR_REQUEST": "Check wallet for request...",
910
911
  "COMING_SOON": "Coming soon!",
911
912
  "COMPLETE_ONBOARDING": "Complete onboarding",
@@ -1025,6 +1026,7 @@
1025
1026
  "VALUE_PROP_REWARDS_DESC": "Earn $DYDX rewards for each trade you make on the platform*",
1026
1027
  "VALUE_PROP_TRUSTLESS_DESC": "Built with open-source, audited smart contracts",
1027
1028
  "VALUE_PROP_TRUSTLESS": "Trustless",
1029
+ "VIEW_TRANSACTIONS_SHORT": "View txn(s)",
1028
1030
  "VERIFY_OWNERSHIP": "Verify ownership",
1029
1031
  "VERIFY_WALLET_OWNERSHIP": "Verify that you own this wallet.",
1030
1032
  "VERIFY_WALLET_COMPATIBILITY": "Verify wallet compatibility",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dydxprotocol/v4-localization",
3
- "version": "1.1.270",
3
+ "version": "1.1.271",
4
4
  "description": "v4 localization",
5
5
  "main": "index.ts",
6
6
  "scripts": {
@@ -1146,6 +1146,7 @@ export const APP_STRING_KEYS = {
1146
1146
  AMOUNT_RECEIVED: 'APP.ONBOARDING.AMOUNT_RECEIVED',
1147
1147
  API_KEYS_NOT_FOUND: 'APP.ONBOARDING.API_KEYS_NOT_FOUND',
1148
1148
  APPEARS_OUTSIDE_ACCESS: 'APP.ONBOARDING.APPEARS_OUTSIDE_ACCESS',
1149
+ CHAIN_GAS_FEES: 'APP.ONBOARDING.CHAIN_GAS_FEES',
1149
1150
  CHECK_WALLET_FOR_REQUEST: 'APP.ONBOARDING.CHECK_WALLET_FOR_REQUEST',
1150
1151
  COMPLETE_ONBOARDING: 'APP.ONBOARDING.COMPLETE_ONBOARDING',
1151
1152
  CONFIRM_OWNERSHIP: 'APP.ONBOARDING.CONFIRM_OWNERSHIP',
@@ -1264,6 +1265,7 @@ export const APP_STRING_KEYS = {
1264
1265
  VERIFY_OWNERSHIP: 'APP.ONBOARDING.VERIFY_OWNERSHIP',
1265
1266
  VERIFY_WALLET_COMPATIBILITY: 'APP.ONBOARDING.VERIFY_WALLET_COMPATIBILITY',
1266
1267
  VERIFY_WALLET_OWNERSHIP: 'APP.ONBOARDING.VERIFY_WALLET_OWNERSHIP',
1268
+ VIEW_TRANSACTIONS_SHORT: 'APP.ONBOARDING.VIEW_TRANSACTIONS_SHORT',
1267
1269
  WANT_TO_LEARN: 'APP.ONBOARDING.WANT_TO_LEARN',
1268
1270
  WELCOME: 'APP.ONBOARDING.WELCOME',
1269
1271
  WELCOME_DYDX: 'APP.ONBOARDING.WELCOME_DYDX',