From d2f3f49b14d166fd16400d1eb07d83878b9cb801 Mon Sep 17 00:00:00 2001 From: Jared Vu Date: Mon, 29 Jan 2024 15:21:34 -0800 Subject: [PATCH] v1.1.18 Update copy and add legal copy for New Market Widget (#252) * Update copy, add legal copy * Update agreement and add acknowledgement * Update legal copy 2 * Fix typos --- config/localization/en/app.json | 7 +++++-- package-lock.json | 4 ++-- package.json | 2 +- scripts/generated/app.ts | 3 +++ 4 files changed, 11 insertions(+), 5 deletions(-) diff --git a/config/localization/en/app.json b/config/localization/en/app.json index 5bddc2a83..b72116e41 100644 --- a/config/localization/en/app.json +++ b/config/localization/en/app.json @@ -40,6 +40,7 @@ "ACADEMY": "Academy", "ACCOUNT_LEVERAGE": "Account Leverage", "ACCOUNT": "Account", + "ACKNOWLEDGEMENT": "Acknowledgement", "ACTION": "Action", "ACTIVE": "Active", "ADDRESS": "Address", @@ -1544,9 +1545,10 @@ "ADD_MARKET_STEP_1_TITLE": "Select market", "ADD_MARKET_STEP_2_TITLE": "Confirm details", "ADD_MARKET_STEP_3_TITLE": "Propose new market", - "ADD_MARKET_STEP_1_DESCRIPTION": "Search or choose from a list of markets you’d like to add. The list is pre-populated with markets that have been deemed “safe” to add to the Protocol.", + "ADD_MARKET_STEP_1_DESCRIPTION": "Search or choose from a list of markets you’d like to add. This pre-populated list of markets is based on depth and volume on popular centralized exchanges, and does not reflect an endorsement of such markets. More information on methodology can be found {HERE}.", "ADD_MARKET_STEP_2_DESCRIPTION": "Once a market is selected, all of its parameters will be automatically populated.", - "ADD_MARKET_STEP_3_DESCRIPTION": "Send a transaction that creates a proposal to add the new market to dYdX Chain. This requires a balance of {REQUIRED_NUM_TOKENS} unstaked {NATIVE_TOKEN_DENOM}.", + "ADD_MARKET_STEP_3_DESCRIPTION": "Send a transaction that creates a proposal to add the new market. This requires a balance of {REQUIRED_NUM_TOKENS} unstaked {NATIVE_TOKEN_DENOM}.", + "CONFIRM_NEW_MARKET_PROPOSAL": "Confirm new market proposal", "HIDE_STEPS": "Hide steps", "IMPACT_NOTIONAL": "Impact notional", "LIQUIDITY_TIER": "Liquidity tier", @@ -1556,6 +1558,7 @@ "MSG_CREATE_PERPETUAL": "Msg create perpetual", "MSG_DELAY_MESSAGE": "Msg delay message", "MSG_SUBMIT_PROPOSAL": "Msg submit proposal", + "NEW_MARKET_PROPOSAL_AGREEMENT": "By checking the box below, you acknowledge and understand that (a) the pre-populated list of markets does not reflect an endorsement of any particular asset or market, and should not be relied on as investment, legal or any other form of professional advice; (b) this list is not a recommendation of any specific market, and markets are included based on compatibility and functionality assessments from a technical standpoint using public data; and (c) you are encouraged to conduct your own research and consult qualified legal counsel to ensure compliance with the laws of any and all applicable jurisdictions. Additionally, you acknowledge and understand that by clicking “Propose new market”, you will create an on-chain governance proposal — more information about on-chain governance proposals can be found on dYdX Foundation’s documentation {DOCUMENTATION_LINK}, which is independent from and unaffiliated with the host and operator of this website. Use of this widget is prohibited in the U.S., Canada and sanctioned jurisdictions as described in the {TERMS_OF_USE}", "NEW_MARKET_REWARDS_ENTRY_DESCRIPTION": "Select an asset, confirm details, and launch a governance proposal to add a new market to dYdX Chain. Requires {REQUIRED_NUM_TOKENS} unstaked {NATIVE_TOKEN_DENOM}.", "OR_MORE": "{NUMBER} or more", "POPULATED_DETAILS": "Populated details", diff --git a/package-lock.json b/package-lock.json index da37d4f5c..2376ed311 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@dydxprotocol/v4-localization", - "version": "1.1.17", + "version": "1.1.18", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@dydxprotocol/v4-localization", - "version": "1.1.16", + "version": "1.1.18", "license": "AGPL-3.0", "devDependencies": { "@types/node": "^20.1.7" diff --git a/package.json b/package.json index a20e69286..68f888f67 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dydxprotocol/v4-localization", - "version": "1.1.17", + "version": "1.1.18", "description": "v4 localization", "main": "index.ts", "scripts": { diff --git a/scripts/generated/app.ts b/scripts/generated/app.ts index 83953693f..39908978a 100644 --- a/scripts/generated/app.ts +++ b/scripts/generated/app.ts @@ -206,6 +206,7 @@ export const APP_STRING_KEYS = { ACADEMY: 'APP.GENERAL.ACADEMY', ACCOUNT: 'APP.GENERAL.ACCOUNT', ACCOUNT_LEVERAGE: 'APP.GENERAL.ACCOUNT_LEVERAGE', + ACKNOWLEDGEMENT: 'APP.GENERAL.ACKNOWLEDGEMENT', ACTION: 'APP.GENERAL.ACTION', ACTIVE: 'APP.GENERAL.ACTIVE', ADDRESS: 'APP.GENERAL.ADDRESS', @@ -667,6 +668,7 @@ export const APP_STRING_KEYS = { ADD_MARKET_STEP_2_TITLE: 'APP.NEW_MARKET_WIDGET.ADD_MARKET_STEP_2_TITLE', ADD_MARKET_STEP_3_DESCRIPTION: 'APP.NEW_MARKET_WIDGET.ADD_MARKET_STEP_3_DESCRIPTION', ADD_MARKET_STEP_3_TITLE: 'APP.NEW_MARKET_WIDGET.ADD_MARKET_STEP_3_TITLE', + CONFIRM_NEW_MARKET_PROPOSAL: 'APP.NEW_MARKET_WIDGET.CONFIRM_NEW_MARKET_PROPOSAL', HIDE_STEPS: 'APP.NEW_MARKET_WIDGET.HIDE_STEPS', IMPACT_NOTIONAL: 'APP.NEW_MARKET_WIDGET.IMPACT_NOTIONAL', LIQUIDITY_TIER: 'APP.NEW_MARKET_WIDGET.LIQUIDITY_TIER', @@ -676,6 +678,7 @@ export const APP_STRING_KEYS = { MSG_CREATE_PERPETUAL: 'APP.NEW_MARKET_WIDGET.MSG_CREATE_PERPETUAL', MSG_DELAY_MESSAGE: 'APP.NEW_MARKET_WIDGET.MSG_DELAY_MESSAGE', MSG_SUBMIT_PROPOSAL: 'APP.NEW_MARKET_WIDGET.MSG_SUBMIT_PROPOSAL', + NEW_MARKET_PROPOSAL_AGREEMENT: 'APP.NEW_MARKET_WIDGET.NEW_MARKET_PROPOSAL_AGREEMENT', NEW_MARKET_REWARDS_ENTRY_DESCRIPTION: 'APP.NEW_MARKET_WIDGET.NEW_MARKET_REWARDS_ENTRY_DESCRIPTION', OR_MORE: 'APP.NEW_MARKET_WIDGET.OR_MORE', POPULATED_DETAILS: 'APP.NEW_MARKET_WIDGET.POPULATED_DETAILS',