diff --git a/config/localization/en/app.json b/config/localization/en/app.json index 6bab1b358..91ad9f351 100644 --- a/config/localization/en/app.json +++ b/config/localization/en/app.json @@ -1721,7 +1721,7 @@ "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. The frontend will automatically select a validator in good standing (meaning one that has never been slashed), 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 (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_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_WHAT_ARE_THE_RISKS_OF_STAKING_QUESTION": "What are the risks of staking?", diff --git a/package.json b/package.json index c94ac94d6..f686fa5c2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dydxprotocol/v4-localization", - "version": "1.1.104", + "version": "1.1.105", "description": "v4 localization", "main": "index.ts", "scripts": {