@dydxprotocol/v4-localization 1.1.26 → 1.1.27

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.
@@ -1360,6 +1360,8 @@
1360
1360
  "LIQUID_STAKE_STRIDE_DESCRIPTION": "Stake your {TOKEN_DENOM} tokens for st{TOKEN_DENOM} which you can deploy around the ecosystem.",
1361
1361
  "NAVIGATE_TO_STRIDE": "{STRONG_YES}, navigate to Stride Zone.",
1362
1362
  "STAKE_WITH_KEPLR": "Stake with Keplr",
1363
+ "STAKE_WITH_KEPLR_AND_LEAVING_DESCRIPTION": "By selecting “{CTA}” below, you acknowledge and agree that (a) you will leave our website and join a website made available by Chainapsis, Inc. (“Keplr”), which is independent from and unaffiliated with the host and operator of this website (the “Operator”); (b) this service is provided to you directly by Keplr and does not involve the Operator; (c) this service and any staking occurs outside of the Operator’s website; and (d) any transaction or transmission of value will occur directly between you and Keplr. This service is not available to any persons located in the U.S., Canada or restricted territories. You also agree that any information requested from you by Keplr is not provided to the Operator, and that you will not hold the Operator liable for any aspect of any transaction or transmission between you and Keplr. Nothing on the Operator’s website constitutes, nor should be construed or relied upon as, financial advice, legal advice, tax advice, investment advice or advice of any other nature, and you agree that you are responsible to conduct independent research, perform due diligence and engage a professional advisor prior to taking any financial, tax, legal or investment action related to any of the foregoing.",
1364
+ "STAKING_AND_LEAVING": "Staking and leaving website disclaimer",
1363
1365
  "STAKING_PAGE_SUBTITLE": "Stake to earn APR. Unstaking can take up to 30 days.",
1364
1366
  "STAKING_REWARDS": "Staking Rewards"
1365
1367
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dydxprotocol/v4-localization",
3
- "version": "1.1.26",
3
+ "version": "1.1.27",
4
4
  "description": "v4 localization",
5
5
  "main": "index.ts",
6
6
  "scripts": {
@@ -1136,6 +1136,8 @@ export const APP_STRING_KEYS = {
1136
1136
  LIQUID_STAKING_AND_LEAVING_DESCRIPTION: 'APP.STAKING_REWARDS.LIQUID_STAKING_AND_LEAVING_DESCRIPTION',
1137
1137
  NAVIGATE_TO_STRIDE: 'APP.STAKING_REWARDS.NAVIGATE_TO_STRIDE',
1138
1138
  STAKE_WITH_KEPLR: 'APP.STAKING_REWARDS.STAKE_WITH_KEPLR',
1139
+ STAKE_WITH_KEPLR_AND_LEAVING_DESCRIPTION: 'APP.STAKING_REWARDS.STAKE_WITH_KEPLR_AND_LEAVING_DESCRIPTION',
1140
+ STAKING_AND_LEAVING: 'APP.STAKING_REWARDS.STAKING_AND_LEAVING',
1139
1141
  STAKING_PAGE_SUBTITLE: 'APP.STAKING_REWARDS.STAKING_PAGE_SUBTITLE',
1140
1142
  STAKING_REWARDS: 'APP.STAKING_REWARDS.STAKING_REWARDS',
1141
1143