@dydxprotocol/v4-localization 1.1.66 → 1.1.67

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.
@@ -950,6 +950,7 @@
950
950
  "EXPECTED_AMOUNT_RECEIVED": "Expected Amount Received",
951
951
  "FAST": "Fast",
952
952
  "FAST_WITHDRAW_CONFIRMATION": "A fee of {FEE} will be collected for this fast withdraw. Your funds will be sent immediately and will appear in your wallet once the withdraw transaction has confirmed.",
953
+ "LOWEST_FEE_WITHDRAWALS": "USDC withdrawals to {LOWEST_FEE_TOKENS_TOOLTIP} have the lowest fees. Other withdrawals may have additional third-party fees.",
953
954
  "MAGIC_LINK_WITHDRAW_DESCRIPTION": "To access the withdrawn funds and reuse your Magic wallet outside of dYdX, you must export your wallet to another wallet provider.",
954
955
  "SLOW": "Slow",
955
956
  "SLOW_WITHDRAW_DESCRIPTION": "Slow withdraws are a two step process. This step initiates your withdraw request and will be processed on Layer 2. Once your funds are ready (can take up to {HOURS} hours), you will receive a notification to withdraw your funds to your wallet. You are responsible for the withdraw transaction gas fees.",
@@ -290,6 +290,18 @@
290
290
  "TITLE": "Fast Withdraw Fee",
291
291
  "BODY": "Fast withdraws are sent immediately and dYdX will cover the gas costs in exchange for a fee. For fee-free withdraws, please use a slow withdraw (you pay your own gas costs and will have to wait for Layer 2 confirmation)."
292
292
  },
293
+ "GAS_FEES":{
294
+ "TITLE": "Gas Fees",
295
+ "BODY": "Gas fees are transaction fees on the source chain, in this case dYdX."
296
+ },
297
+ "LOWEST_FEE_WITHDRAWALS": {
298
+ "TITLE": "Lowest Fee Withdrawals",
299
+ "BODY": "USDC withdrawals on {LOWEST_FEE_TOKEN_NAMES} have the lowest fees."
300
+ },
301
+ "BRIDGE_FEES":{
302
+ "TITLE": "Bridge Fees",
303
+ "BODY": "Bridge fees are paid to other protocols in order to complete the bridging, transferring, and swapping required for this withdrawal."
304
+ },
293
305
  "MINIMUM_AMOUNT_RECEIVED": {
294
306
  "TITLE": "Minimum Amount Received",
295
307
  "BODY": "Inclusive of any slippage that may occur due to liquidity changes while the bridge is in progress"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dydxprotocol/v4-localization",
3
- "version": "1.1.66",
3
+ "version": "1.1.67",
4
4
  "description": "v4 localization",
5
5
  "main": "index.ts",
6
6
  "scripts": {
@@ -1,6 +1,6 @@
1
1
  // !! GENERATED FILE - DO NOT EDIT
2
2
 
3
- // Generated from ../config/localization/en/app.json using codegen_localization_app.swift
3
+ // Generated from ../config/localization/en/app.json using ./codegen_localization_app.swift
4
4
 
5
5
  export const APP_STRING_KEYS = {
6
6
 
@@ -1566,6 +1566,7 @@ export const APP_STRING_KEYS = {
1566
1566
  EXPECTED_AMOUNT_RECEIVED: 'APP.WITHDRAW_MODAL.EXPECTED_AMOUNT_RECEIVED',
1567
1567
  FAST: 'APP.WITHDRAW_MODAL.FAST',
1568
1568
  FAST_WITHDRAW_CONFIRMATION: 'APP.WITHDRAW_MODAL.FAST_WITHDRAW_CONFIRMATION',
1569
+ LOWEST_FEE_WITHDRAWALS: 'APP.WITHDRAW_MODAL.LOWEST_FEE_WITHDRAWALS',
1569
1570
  MAGIC_LINK_WITHDRAW_DESCRIPTION: 'APP.WITHDRAW_MODAL.MAGIC_LINK_WITHDRAW_DESCRIPTION',
1570
1571
  SLOW: 'APP.WITHDRAW_MODAL.SLOW',
1571
1572
  SLOW_WITHDRAW_CONFIRMATION: 'APP.WITHDRAW_MODAL.SLOW_WITHDRAW_CONFIRMATION',
@@ -175,8 +175,14 @@ export const TOOLTIP_STRING_KEYS = {
175
175
 
176
176
  // WITHDRAW
177
177
 
178
+ BRIDGE_FEES_BODY: 'TOOLTIPS.WITHDRAW.BRIDGE_FEES.BODY',
179
+ BRIDGE_FEES_TITLE: 'TOOLTIPS.WITHDRAW.BRIDGE_FEES.TITLE',
178
180
  FAST_WITHDRAW_FEE_BODY: 'TOOLTIPS.WITHDRAW.FAST_WITHDRAW_FEE.BODY',
179
181
  FAST_WITHDRAW_FEE_TITLE: 'TOOLTIPS.WITHDRAW.FAST_WITHDRAW_FEE.TITLE',
182
+ GAS_FEES_BODY: 'TOOLTIPS.WITHDRAW.GAS_FEES.BODY',
183
+ GAS_FEES_TITLE: 'TOOLTIPS.WITHDRAW.GAS_FEES.TITLE',
184
+ LOWEST_FEE_WITHDRAWALS_BODY: 'TOOLTIPS.WITHDRAW.LOWEST_FEE_WITHDRAWALS.BODY',
185
+ LOWEST_FEE_WITHDRAWALS_TITLE: 'TOOLTIPS.WITHDRAW.LOWEST_FEE_WITHDRAWALS.TITLE',
180
186
  MINIMUM_AMOUNT_RECEIVED_BODY: 'TOOLTIPS.WITHDRAW.MINIMUM_AMOUNT_RECEIVED.BODY',
181
187
  MINIMUM_AMOUNT_RECEIVED_TITLE: 'TOOLTIPS.WITHDRAW.MINIMUM_AMOUNT_RECEIVED.TITLE',
182
188
  WITHDRAW_TYPES_BODY: 'TOOLTIPS.WITHDRAW.WITHDRAW_TYPES.BODY',