@dydxprotocol/v4-localization 1.1.75 → 1.1.76

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.
@@ -252,6 +252,10 @@
252
252
  "TITLE": "Available",
253
253
  "BODY": "You are eligible! Deposit at least {GASLESS_DEPOSIT_THRESHOLD} {SYMBOL} to enable gasless deposit."
254
254
  },
255
+ "BRIDGE_FEES_DEPOSIT":{
256
+ "TITLE": "Bridge Fees",
257
+ "BODY": "Bridge fees are paid to other protocols in order to complete the bridging, transferring, and swapping required for this deposit."
258
+ },
255
259
  "DISABLED_GASLESS_DEPOSITS": {
256
260
  "TITLE": "Unavailable",
257
261
  "BODY": "Gasless deposits are temporarily unavailable. Don't worry, they'll be back soon!"
@@ -266,7 +270,7 @@
266
270
  },
267
271
  "LOWEST_FEE_DEPOSITS": {
268
272
  "TITLE": "Lowest Fee Deposits",
269
- "BODY": "USDC Deposits on {LOWEST_FEE_TOKEN_NAMES} have the lowest fees."
273
+ "BODY": "USDC deposits on {LOWEST_FEE_TOKEN_NAMES} have the lowest fees."
270
274
  },
271
275
  "MINIMUM_DEPOSIT_AMOUNT": {
272
276
  "TITLE": "Minimum Deposit Amount",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dydxprotocol/v4-localization",
3
- "version": "1.1.75",
3
+ "version": "1.1.76",
4
4
  "description": "v4 localization",
5
5
  "main": "index.ts",
6
6
  "scripts": {
@@ -8,6 +8,8 @@ export const TOOLTIP_STRING_KEYS = {
8
8
 
9
9
  AVAILABLE_GASLESS_DEPOSITS_BODY: 'TOOLTIPS.DEPOSIT.AVAILABLE_GASLESS_DEPOSITS.BODY',
10
10
  AVAILABLE_GASLESS_DEPOSITS_TITLE: 'TOOLTIPS.DEPOSIT.AVAILABLE_GASLESS_DEPOSITS.TITLE',
11
+ BRIDGE_FEES_DEPOSIT_BODY: 'TOOLTIPS.DEPOSIT.BRIDGE_FEES_DEPOSIT.BODY',
12
+ BRIDGE_FEES_DEPOSIT_TITLE: 'TOOLTIPS.DEPOSIT.BRIDGE_FEES_DEPOSIT.TITLE',
11
13
  DISABLED_GASLESS_DEPOSITS_BODY: 'TOOLTIPS.DEPOSIT.DISABLED_GASLESS_DEPOSITS.BODY',
12
14
  DISABLED_GASLESS_DEPOSITS_TITLE: 'TOOLTIPS.DEPOSIT.DISABLED_GASLESS_DEPOSITS.TITLE',
13
15
  GASLESS_DEPOSITS_BODY: 'TOOLTIPS.DEPOSIT.GASLESS_DEPOSITS.BODY',