diff --git a/config/localization/en/app.json b/config/localization/en/app.json index 7e1bcf620..a787bdd36 100644 --- a/config/localization/en/app.json +++ b/config/localization/en/app.json @@ -122,6 +122,7 @@ "DIRECTION": "Direction", "DISCOUNT": "Discount", "DISMISS": "Dismiss", + "DOCUMENT": "Document", "DONE": "Done", "DOWNLOAD_MOBILE_APP": "Download mobile app", "DYDX_CHAIN_ADDRESS": "dYdX Chain Address", @@ -1732,9 +1733,11 @@ "FAQ_HOW_DO_I_CLAIM_MY_REWARDS_QUESTION": "How do I claim my rewards?", "FAQ_HOW_DO_I_CLAIM_MY_REWARDS_ANSWER": "Each block, trading rewards are automatically sent directly to the trader’s dYdX Chain address.", "FAQ_HOW_DO_I_STAKE_AND_CLAIM_QUESTION": "How do I stake and claim staking rewards?", - "FAQ_HOW_DO_I_STAKE_AND_CLAIM_ANSWER": "To stake, click the “Stake” button and input the amount of tokens you would like to stake. A validator from a set of validators in good standing (meaning one that has never been slashed) will automatically be selected based on which eligible validator has the fewest tokens staked. To claim staking rewards, click the “Claim” button whenever USDC rewards are available. The claimed USDC rewards will be deposited into your account so that you may trade instantly! Note that there is a gas fee to claim USDC rewards.", + "FAQ_HOW_DO_I_STAKE_AND_CLAIM_ANSWER": "To stake, click the “Stake” button and input the amount of tokens you would like to stake. A validator from a set of validators in good standing with the community will automatically be selected based on which eligible validator has the fewest tokens staked and has never been slashed.. To claim staking rewards, click the “Claim” button whenever USDC rewards are available. The claimed USDC rewards will be deposited into your account so that you may trade instantly! Note that there is a gas fee to claim USDC rewards.", "FAQ_HOW_DO_TRADING_REWARDS_WORK_QUESTION": "How do trading rewards work?", "FAQ_HOW_DO_TRADING_REWARDS_WORK_ANSWER": "Immediately after each fill, trading rewards are sent directly to the trader’s dYdX Chain address, based on the amount of fees paid by the trader. Read more {HERE_LINK}.", + "FAQ_HOW_IS_THE_PRECONFIGURED_SET_OF_VALIDATORS_DETERMINED_QUESTION": "How is the pre-configured set of validators determined?", + "FAQ_HOW_IS_THE_PRECONFIGURED_SET_OF_VALIDATORS_DETERMINED_ANSWER": "Please refer to this [DOCUMENT_LINK]. Note that you can always stake to any validator of your choice on other staking platforms that support dYdX (e.g., Keplr).", "FAQ_WHAT_ARE_THE_RISKS_OF_STAKING_QUESTION": "What are the risks of staking?", "FAQ_WHAT_ARE_THE_RISKS_OF_STAKING_ANSWER": "Use of any DeFi protocol comes with risks. In the case of staking, it is important to understand that unstaking tokens takes 30 days, which means there is a period of illiquidity during which you will not be able to transfer your tokens, even in the case of protocol or market volatility. Additionally, users should do their own due diligence on validators before staking their assets with one. Validators who violate protocol rules may be penalized by having tokens staked to them slashed (i.e. burned) or being jailed which will prevent them from earning rewards. While the frontend selects the validator that tokens get staked to from a trusted set based on historical performance, there is no guarantee of a validator’s future conduct.", "FAQ_WHAT_IS_STAKING_QUESTION": "What is staking?", diff --git a/config/localization/en/tooltips.json b/config/localization/en/tooltips.json index d60146bc8..61ed5c6b9 100644 --- a/config/localization/en/tooltips.json +++ b/config/localization/en/tooltips.json @@ -338,7 +338,7 @@ "STAKE": { "VALIDATOR_SELECTION": { "TITLE": "Selected Validator", - "BODY": "Selection is based on lowest stake weight from a pre-configured set of validators." + "BODY": "The validator is selected from a pre-configured set of unslashed validators based on lowest stakeweight." } }, "EMAIL_NOTIFICATIONS": { diff --git a/package-lock.json b/package-lock.json index 7f94073df..e6df223d3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@dydxprotocol/v4-localization", - "version": "1.1.123", + "version": "1.1.124", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@dydxprotocol/v4-localization", - "version": "1.1.123", + "version": "1.1.124", "license": "AGPL-3.0", "devDependencies": { "@types/node": "^20.1.7" diff --git a/package.json b/package.json index fd523d7dc..b70124db9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dydxprotocol/v4-localization", - "version": "1.1.123", + "version": "1.1.124", "description": "v4 localization", "main": "index.ts", "scripts": { diff --git a/scripts/generated/app.ts b/scripts/generated/app.ts index b6e929a90..517a82e27 100644 --- a/scripts/generated/app.ts +++ b/scripts/generated/app.ts @@ -347,6 +347,7 @@ export const APP_STRING_KEYS = { DIRECTION: 'APP.GENERAL.DIRECTION', DISCOUNT: 'APP.GENERAL.DISCOUNT', DISMISS: 'APP.GENERAL.DISMISS', + DOCUMENT: 'APP.GENERAL.DOCUMENT', DONE: 'APP.GENERAL.DONE', DOWNLOAD_MOBILE_APP: 'APP.GENERAL.DOWNLOAD_MOBILE_APP', DYDX_CHAIN: 'APP.GENERAL.DYDX_CHAIN', @@ -1593,6 +1594,8 @@ export const APP_STRING_KEYS = { FAQ_HOW_DO_I_STAKE_AND_CLAIM_QUESTION: 'APP.TRADING_REWARDS.FAQ_HOW_DO_I_STAKE_AND_CLAIM_QUESTION', FAQ_HOW_DO_TRADING_REWARDS_WORK_ANSWER: 'APP.TRADING_REWARDS.FAQ_HOW_DO_TRADING_REWARDS_WORK_ANSWER', FAQ_HOW_DO_TRADING_REWARDS_WORK_QUESTION: 'APP.TRADING_REWARDS.FAQ_HOW_DO_TRADING_REWARDS_WORK_QUESTION', + FAQ_HOW_IS_THE_PRECONFIGURED_SET_OF_VALIDATORS_DETERMINED_ANSWER: 'APP.TRADING_REWARDS.FAQ_HOW_IS_THE_PRECONFIGURED_SET_OF_VALIDATORS_DETERMINED_ANSWER', + FAQ_HOW_IS_THE_PRECONFIGURED_SET_OF_VALIDATORS_DETERMINED_QUESTION: 'APP.TRADING_REWARDS.FAQ_HOW_IS_THE_PRECONFIGURED_SET_OF_VALIDATORS_DETERMINED_QUESTION', FAQ_WHAT_ARE_THE_RISKS_OF_STAKING_ANSWER: 'APP.TRADING_REWARDS.FAQ_WHAT_ARE_THE_RISKS_OF_STAKING_ANSWER', FAQ_WHAT_ARE_THE_RISKS_OF_STAKING_QUESTION: 'APP.TRADING_REWARDS.FAQ_WHAT_ARE_THE_RISKS_OF_STAKING_QUESTION', FAQ_WHAT_IS_STAKING_ANSWER: 'APP.TRADING_REWARDS.FAQ_WHAT_IS_STAKING_ANSWER',