@dydxprotocol/v4-localization 1.1.16 → 1.1.17

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.
@@ -574,6 +574,7 @@
574
574
  "ENABLE_TRADING": "Enable trading",
575
575
  "ENSURES_WALLET_SUPPORT": "Ensures your wallet is supported.",
576
576
  "ESTIMATED_TIME": "Estimated time",
577
+ "EXCHANGES": "Exchanges",
577
578
  "FINISH_ONBOARDING_DESCRIPTION": "Complete the onboarding flow to start trading on dYdX",
578
579
  "FREE_SIGNING": "Signing is {FREE} and will not send a transaction.",
579
580
  "GASLESS_ONBOARDING_RULES": "Gasless Onboarding Rules",
@@ -596,6 +597,9 @@
596
597
  "LINKING_WALLET": "Linking wallet",
597
598
  "MISSING_KEYS_DESCRIPTION": "Welcome back! One or more of your keys needs to be recovered",
598
599
  "NEED_A_WALLET": "Need a wallet?",
600
+ "NOBLE_ADDRESS": "Noble Address",
601
+ "NOBLE_WARNING": "This address only supports transfers of Noble USDC to the Noble chain, which will then be automatically swept into the corresponding dYdX address on dYdX chain. Using this Noble address for any other assets could result in a loss of funds.",
602
+ "NOBLE_ACKNOWLEDGEMENT": "I understand the risks if I send funds other than Noble USDC to this Noble chain address.",
599
603
  "NO_FUTURE_ACCESS": "You will not in the future access this site or trade on dYdX while located within the United States or a restricted location.",
600
604
  "NO_VPN_USE": "You are not using, and will not in the future use, a VPN to mask your physical location from a restricted location.",
601
605
  "NOT_A_RESIDENT": "You are not a person or company who is a resident of, or is located, incorporated or has a registered agent in, the United States or a restricted location.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dydxprotocol/v4-localization",
3
- "version": "1.1.16",
3
+ "version": "1.1.17",
4
4
  "description": "v4 localization",
5
5
  "main": "index.ts",
6
6
  "scripts": {
@@ -777,6 +777,7 @@ export const APP_STRING_KEYS = {
777
777
  ENABLE_API: 'APP.ONBOARDING.ENABLE_API',
778
778
  ENABLE_TRADING: 'APP.ONBOARDING.ENABLE_TRADING',
779
779
  ENSURES_WALLET_SUPPORT: 'APP.ONBOARDING.ENSURES_WALLET_SUPPORT',
780
+ EXCHANGES: 'APP.ONBOARDING.EXCHANGES',
780
781
  FINISH_ONBOARDING_DESCRIPTION: 'APP.ONBOARDING.FINISH_ONBOARDING_DESCRIPTION',
781
782
  FREE_SIGNING: 'APP.ONBOARDING.FREE_SIGNING',
782
783
  GASLESS_ONBOARDING_RULES: 'APP.ONBOARDING.GASLESS_ONBOARDING_RULES',
@@ -798,6 +799,9 @@ export const APP_STRING_KEYS = {
798
799
  MINIMUM_AMOUNT_RECEIVED: 'APP.ONBOARDING.MINIMUM_AMOUNT_RECEIVED',
799
800
  MISSING_KEYS_DESCRIPTION: 'APP.ONBOARDING.MISSING_KEYS_DESCRIPTION',
800
801
  NEED_A_WALLET: 'APP.ONBOARDING.NEED_A_WALLET',
802
+ NOBLE_ACKNOWLEDGEMENT: 'APP.ONBOARDING.NOBLE_ACKNOWLEDGEMENT',
803
+ NOBLE_ADDRESS: 'APP.ONBOARDING.NOBLE_ADDRESS',
804
+ NOBLE_WARNING: 'APP.ONBOARDING.NOBLE_WARNING',
801
805
  NOT_A_RESIDENT: 'APP.ONBOARDING.NOT_A_RESIDENT',
802
806
  NOT_SUPPORTED: 'APP.ONBOARDING.NOT_SUPPORTED',
803
807
  NOT_SUPPORTED_DESCRIPTION: 'APP.ONBOARDING.NOT_SUPPORTED_DESCRIPTION',