@dydxprotocol/v4-localization 1.1.130 → 1.1.131
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.
|
@@ -1748,11 +1748,13 @@
|
|
|
1748
1748
|
"FAQ_HOW_IS_THE_PRECONFIGURED_SET_OF_VALIDATORS_DETERMINED_QUESTION": "How is the pre-configured set of validators determined?",
|
|
1749
1749
|
"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.",
|
|
1750
1750
|
"FAQ_WHAT_ARE_THE_RISKS_OF_STAKING_QUESTION": "What are the risks of staking?",
|
|
1751
|
-
"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.
|
|
1751
|
+
"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.",
|
|
1752
1752
|
"FAQ_WHAT_IS_STAKING_QUESTION": "What is staking?",
|
|
1753
1753
|
"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.",
|
|
1754
1754
|
"FAQ_WHO_IS_ELIGIBLE_QUESTION": "Who is eligible for trading rewards?",
|
|
1755
1755
|
"FAQ_WHO_IS_ELIGIBLE_ANSWER": "All traders are eligible for trading rewards.",
|
|
1756
|
+
"FAQ_WHICH_VALIDATORS_ARE_AVAILABLE_QUESTION": "Which validators are available for staking?",
|
|
1757
|
+
"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.",
|
|
1756
1758
|
"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}."
|
|
1757
1759
|
},
|
|
1758
1760
|
"EPOCH_END_MODAL": {
|
package/package.json
CHANGED
package/scripts/generated/app.ts
CHANGED
|
@@ -1608,6 +1608,8 @@ export const APP_STRING_KEYS = {
|
|
|
1608
1608
|
FAQ_WHAT_ARE_THE_RISKS_OF_STAKING_QUESTION: 'APP.TRADING_REWARDS.FAQ_WHAT_ARE_THE_RISKS_OF_STAKING_QUESTION',
|
|
1609
1609
|
FAQ_WHAT_IS_STAKING_ANSWER: 'APP.TRADING_REWARDS.FAQ_WHAT_IS_STAKING_ANSWER',
|
|
1610
1610
|
FAQ_WHAT_IS_STAKING_QUESTION: 'APP.TRADING_REWARDS.FAQ_WHAT_IS_STAKING_QUESTION',
|
|
1611
|
+
FAQ_WHICH_VALIDATORS_ARE_AVAILABLE_ANSWER: 'APP.TRADING_REWARDS.FAQ_WHICH_VALIDATORS_ARE_AVAILABLE_ANSWER',
|
|
1612
|
+
FAQ_WHICH_VALIDATORS_ARE_AVAILABLE_QUESTION: 'APP.TRADING_REWARDS.FAQ_WHICH_VALIDATORS_ARE_AVAILABLE_QUESTION',
|
|
1611
1613
|
FAQ_WHO_IS_ELIGIBLE_ANSWER: 'APP.TRADING_REWARDS.FAQ_WHO_IS_ELIGIBLE_ANSWER',
|
|
1612
1614
|
FAQ_WHO_IS_ELIGIBLE_QUESTION: 'APP.TRADING_REWARDS.FAQ_WHO_IS_ELIGIBLE_QUESTION',
|
|
1613
1615
|
FOR_TRADING: 'APP.TRADING_REWARDS.FOR_TRADING',
|