Skip to content

Commit

Permalink
v1.1.18 Update copy and add legal copy for New Market Widget (#252)
Browse files Browse the repository at this point in the history
* Update copy, add legal copy

* Update agreement and add acknowledgement

* Update legal copy 2

* Fix typos
  • Loading branch information
jaredvu authored Jan 29, 2024
1 parent 9dc3e41 commit d2f3f49
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
7 changes: 5 additions & 2 deletions config/localization/en/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"ACADEMY": "Academy",
"ACCOUNT_LEVERAGE": "Account Leverage",
"ACCOUNT": "Account",
"ACKNOWLEDGEMENT": "Acknowledgement",
"ACTION": "Action",
"ACTIVE": "Active",
"ADDRESS": "Address",
Expand Down Expand Up @@ -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",
Expand All @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dydxprotocol/v4-localization",
"version": "1.1.17",
"version": "1.1.18",
"description": "v4 localization",
"main": "index.ts",
"scripts": {
Expand Down
3 changes: 3 additions & 0 deletions scripts/generated/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down Expand Up @@ -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',
Expand All @@ -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',
Expand Down

0 comments on commit d2f3f49

Please sign in to comment.