@dydxprotocol/v4-localization 1.1.332 → 1.1.334

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.
@@ -1882,6 +1882,7 @@
1882
1882
  "SIGN_IN_WITH_WALLET": "Sign in with Wallet",
1883
1883
  "SUBMIT": "Submit",
1884
1884
  "USER_SIGNED_IN_BELOW": "You are now signed with the account below",
1885
+ "VIEW_MORE_WALLETS": "View more wallets",
1885
1886
  "WAIT_TO_RESEND_MAGIC_LINK": "Wait {SECONDS_LEFT} seconds to resend...",
1886
1887
  "WELCOME_TO_DYDX": "Welcome to dYdX"
1887
1888
  },
@@ -182,7 +182,7 @@
182
182
  },
183
183
  "MAXIMUM_REWARDS_SEPT_2025": {
184
184
  "TITLE": "DYDX Rewards",
185
- "BODY": "Earn 50% of your fees back in DYDX and compete for your share of {REWARD_AMOUNT} through dYdX Surge! Rewards are paid out at the end of the month"
185
+ "BODY": "Earn {REWARD_PERCENT}% of your fees back in DYDX and compete for your share of {REWARD_AMOUNT} through dYdX Surge! Rewards are paid out at the end of the month"
186
186
  },
187
187
  "NET_FUNDING": {
188
188
  "TITLE": "Net Funding",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dydxprotocol/v4-localization",
3
- "version": "1.1.332",
3
+ "version": "1.1.334",
4
4
  "description": "v4 localization",
5
5
  "main": "index.ts",
6
6
  "scripts": {
@@ -2150,6 +2150,7 @@ export const APP_STRING_KEYS = {
2150
2150
  SIGN_IN_TITLE: 'APP.TURNKEY_ONBOARD.SIGN_IN_TITLE',
2151
2151
  SIGN_IN_WITH_WALLET: 'APP.TURNKEY_ONBOARD.SIGN_IN_WITH_WALLET',
2152
2152
  USER_SIGNED_IN_BELOW: 'APP.TURNKEY_ONBOARD.USER_SIGNED_IN_BELOW',
2153
+ VIEW_MORE_WALLETS: 'APP.TURNKEY_ONBOARD.VIEW_MORE_WALLETS',
2153
2154
  WAIT_TO_RESEND_MAGIC_LINK: 'APP.TURNKEY_ONBOARD.WAIT_TO_RESEND_MAGIC_LINK',
2154
2155
  WELCOME_TO_DYDX: 'APP.TURNKEY_ONBOARD.WELCOME_TO_DYDX',
2155
2156