@dydxprotocol/v4-localization 1.1.177 → 1.1.178

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.
@@ -872,6 +872,8 @@
872
872
  "SIGN_IN_WITH_EMAIL": "Sign in with email",
873
873
  "SIGN_IN_WITH_EMAIL_SUBTITLE": "A simple way to sign in, powered by {MAGIC}",
874
874
  "SKIP_FOR_NOW": "Skip for now",
875
+ "SITE_OPERATED_BY_SHORT": "This site is operated by {NAME_OF_DEPLOYER}, utilizing software open sourced by dYdX Trading Inc.  {LEARN_MORE_LINK}.",
876
+ "SITE_OPERATED_BY_LONG": "This site is operated by {NAME_OF_DEPLOYER} subject to [deployer T&Cs.], utilizing certain software open sourced by third party dYdX Trading Inc. subject to its Terms of Use, which prohibit use of the software by persons based in the United States or other restricted jurisdictions. The dYdX blockchain is powered by a community of independent validators. {LEARN_MORE_LINK}.",
875
877
  "START_TRADING_BLURB": "Start trading on the world's most powerful open exchange.",
876
878
  "SWITCH_NETWORK": "Switch network",
877
879
  "TOS_TITLE": "By using any of our products and services, you agree to the {TERMS_LINK} and {PRIVACY_POLICY_LINK}. You hereby agree, represent and warrant that:",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dydxprotocol/v4-localization",
3
- "version": "1.1.177",
3
+ "version": "1.1.178",
4
4
  "description": "v4 localization",
5
5
  "main": "index.ts",
6
6
  "scripts": {
@@ -1022,6 +1022,8 @@ export const APP_STRING_KEYS = {
1022
1022
  SIGN_IN_WITH_EMAIL_OR_SOCIAL: 'APP.ONBOARDING.SIGN_IN_WITH_EMAIL_OR_SOCIAL',
1023
1023
  SIGN_IN_WITH_EMAIL_SUBTITLE: 'APP.ONBOARDING.SIGN_IN_WITH_EMAIL_SUBTITLE',
1024
1024
  SIGN_MESSAGE: 'APP.ONBOARDING.SIGN_MESSAGE',
1025
+ SITE_OPERATED_BY_LONG: 'APP.ONBOARDING.SITE_OPERATED_BY_LONG',
1026
+ SITE_OPERATED_BY_SHORT: 'APP.ONBOARDING.SITE_OPERATED_BY_SHORT',
1025
1027
  SKIP_FOR_NOW: 'APP.ONBOARDING.SKIP_FOR_NOW',
1026
1028
  START_TRADING_BLURB: 'APP.ONBOARDING.START_TRADING_BLURB',
1027
1029
  SWITCH_NETWORK: 'APP.ONBOARDING.SWITCH_NETWORK',