From 4746819af7eb5b1ea6806826a5707cd30a1e03f8 Mon Sep 17 00:00:00 2001 From: mulan xia Date: Fri, 21 Jun 2024 10:51:36 -0400 Subject: [PATCH 1/4] last copy changes --- config/localization/en/app.json | 4 +++- scripts/generated/app.ts | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/config/localization/en/app.json b/config/localization/en/app.json index c278e221b..4ac651f47 100644 --- a/config/localization/en/app.json +++ b/config/localization/en/app.json @@ -1748,11 +1748,13 @@ "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": "The pre-configured set of validators is used to determine the default validator to stake to. Please refer to this {DOCUMENT_LINK} for more information.", "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_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.", "FAQ_WHAT_IS_STAKING_QUESTION": "What is staking?", "FAQ_WHAT_IS_STAKING_ANSWER": "dYdX Chain uses Proof-of-Stake for its consensus mechanism. Token holders can stake their tokens to validators in order to help secure the network and validate transactions, and in exchange earn USDC rewards from trading and gas fees that the protocol collects. All fees are paid to stakers, less any fees sent to the insurance fund and validator commissions. Reward rates are based on data from {HERE_LINK}. There is no guarantee of future reward rates, which may fluctuate based on protocol conditions.", "FAQ_WHO_IS_ELIGIBLE_QUESTION": "Who is eligible for trading rewards?", "FAQ_WHO_IS_ELIGIBLE_ANSWER": "All traders are eligible for trading rewards.", + "FAQ_WHICH_VALIDATORS_ARE_AVAILABLE_QUESTION": "Which validators are available for staking?", + "FAQ_WHICH_VALIDATORS_ARE_AVAILABLE_ANSWER": "The site picks an initial default validator based on lowest commission and stakeweight among a pre-configured set, but you are free to make an alternate selection. This site permits you to stake to any validator in the active set that is not jailed, and you may stake to any validator not shown on this site by using alternate portal such as [link to Keplr]. Please refer to this {DOCUMENT_LINK} for more information on the pre-configured used for the initial default selection.", "TRADING_REWARDS_UNAVAILABLE_IN_US": "These third-party products and services are not available to any persons who are residents of, are located or incorporated in, or have a registered agent in the U.S., Canada or a restricted territory. More details can be found in our {TERMS_OF_USE_LINK}." }, "EPOCH_END_MODAL": { diff --git a/scripts/generated/app.ts b/scripts/generated/app.ts index 4da2901b4..6d31ee809 100644 --- a/scripts/generated/app.ts +++ b/scripts/generated/app.ts @@ -1608,6 +1608,8 @@ export const APP_STRING_KEYS = { 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', FAQ_WHAT_IS_STAKING_QUESTION: 'APP.TRADING_REWARDS.FAQ_WHAT_IS_STAKING_QUESTION', + FAQ_WHICH_VALIDATORS_ARE_AVAILABLE_ANSWER: 'APP.TRADING_REWARDS.FAQ_WHICH_VALIDATORS_ARE_AVAILABLE_ANSWER', + FAQ_WHICH_VALIDATORS_ARE_AVAILABLE_QUESTION: 'APP.TRADING_REWARDS.FAQ_WHICH_VALIDATORS_ARE_AVAILABLE_QUESTION', FAQ_WHO_IS_ELIGIBLE_ANSWER: 'APP.TRADING_REWARDS.FAQ_WHO_IS_ELIGIBLE_ANSWER', FAQ_WHO_IS_ELIGIBLE_QUESTION: 'APP.TRADING_REWARDS.FAQ_WHO_IS_ELIGIBLE_QUESTION', FOR_TRADING: 'APP.TRADING_REWARDS.FOR_TRADING', From 242f8a67ab9ea0afe508bee6cfe80ed78ac0bba7 Mon Sep 17 00:00:00 2001 From: mulan xia Date: Fri, 21 Jun 2024 10:51:40 -0400 Subject: [PATCH 2/4] 1.1.131 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3d9b7a379..bd22e56b3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@dydxprotocol/v4-localization", - "version": "1.1.130", + "version": "1.1.131", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@dydxprotocol/v4-localization", - "version": "1.1.130", + "version": "1.1.131", "license": "AGPL-3.0", "devDependencies": { "@types/node": "^20.1.7" diff --git a/package.json b/package.json index 3146529ea..9b4610f67 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dydxprotocol/v4-localization", - "version": "1.1.130", + "version": "1.1.131", "description": "v4 localization", "main": "index.ts", "scripts": { From 85a5075f1e9ad4ba1d480d077f1090233807ae5c Mon Sep 17 00:00:00 2001 From: mulan xia Date: Fri, 21 Jun 2024 10:54:25 -0400 Subject: [PATCH 3/4] clean up --- config/localization/en/app.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/localization/en/app.json b/config/localization/en/app.json index 4ac651f47..21197df6a 100644 --- a/config/localization/en/app.json +++ b/config/localization/en/app.json @@ -1748,13 +1748,13 @@ "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": "The pre-configured set of validators is used to determine the default validator to stake to. Please refer to this {DOCUMENT_LINK} for more information.", "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.", + "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.", "FAQ_WHAT_IS_STAKING_QUESTION": "What is staking?", "FAQ_WHAT_IS_STAKING_ANSWER": "dYdX Chain uses Proof-of-Stake for its consensus mechanism. Token holders can stake their tokens to validators in order to help secure the network and validate transactions, and in exchange earn USDC rewards from trading and gas fees that the protocol collects. All fees are paid to stakers, less any fees sent to the insurance fund and validator commissions. Reward rates are based on data from {HERE_LINK}. There is no guarantee of future reward rates, which may fluctuate based on protocol conditions.", "FAQ_WHO_IS_ELIGIBLE_QUESTION": "Who is eligible for trading rewards?", "FAQ_WHO_IS_ELIGIBLE_ANSWER": "All traders are eligible for trading rewards.", "FAQ_WHICH_VALIDATORS_ARE_AVAILABLE_QUESTION": "Which validators are available for staking?", - "FAQ_WHICH_VALIDATORS_ARE_AVAILABLE_ANSWER": "The site picks an initial default validator based on lowest commission and stakeweight among a pre-configured set, but you are free to make an alternate selection. This site permits you to stake to any validator in the active set that is not jailed, and you may stake to any validator not shown on this site by using alternate portal such as [link to Keplr]. Please refer to this {DOCUMENT_LINK} for more information on the pre-configured used for the initial default selection.", + "FAQ_WHICH_VALIDATORS_ARE_AVAILABLE_ANSWER": "The site picks an initial default validator based on lowest commission and stakeweight among a pre-configured set, but you are free to make an alternate selection. This site permits you to stake to any validator in the active set that is not jailed, and you may stake to any validator not shown on this site by using alternate portal such as {KEPLR_LINK}. Please refer to this {DOCUMENT_LINK} for more information on the pre-configured used for the initial default selection.", "TRADING_REWARDS_UNAVAILABLE_IN_US": "These third-party products and services are not available to any persons who are residents of, are located or incorporated in, or have a registered agent in the U.S., Canada or a restricted territory. More details can be found in our {TERMS_OF_USE_LINK}." }, "EPOCH_END_MODAL": { From 52f36201fdcf46b9f5cd2306549cc8a7e141ad44 Mon Sep 17 00:00:00 2001 From: mulan xia Date: Fri, 21 Jun 2024 10:56:19 -0400 Subject: [PATCH 4/4] english --- config/localization/en/app.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/localization/en/app.json b/config/localization/en/app.json index 21197df6a..9421fd805 100644 --- a/config/localization/en/app.json +++ b/config/localization/en/app.json @@ -1754,7 +1754,7 @@ "FAQ_WHO_IS_ELIGIBLE_QUESTION": "Who is eligible for trading rewards?", "FAQ_WHO_IS_ELIGIBLE_ANSWER": "All traders are eligible for trading rewards.", "FAQ_WHICH_VALIDATORS_ARE_AVAILABLE_QUESTION": "Which validators are available for staking?", - "FAQ_WHICH_VALIDATORS_ARE_AVAILABLE_ANSWER": "The site picks an initial default validator based on lowest commission and stakeweight among a pre-configured set, but you are free to make an alternate selection. This site permits you to stake to any validator in the active set that is not jailed, and you may stake to any validator not shown on this site by using alternate portal such as {KEPLR_LINK}. Please refer to this {DOCUMENT_LINK} for more information on the pre-configured used for the initial default selection.", + "FAQ_WHICH_VALIDATORS_ARE_AVAILABLE_ANSWER": "The site picks an initial default validator based on lowest commission and stakeweight among a pre-configured set, but you are free to make an alternate selection. This site permits you to stake to any validator in the active set that is not jailed, and you may stake to any validator not shown on this site by using an alternate portal such as {KEPLR_LINK}. Please refer to this {DOCUMENT_LINK} for more information on the pre-configured set used for the initial default selection.", "TRADING_REWARDS_UNAVAILABLE_IN_US": "These third-party products and services are not available to any persons who are residents of, are located or incorporated in, or have a registered agent in the U.S., Canada or a restricted territory. More details can be found in our {TERMS_OF_USE_LINK}." }, "EPOCH_END_MODAL": {