@dydxprotocol/v4-localization 1.1.157 → 1.1.158

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.
@@ -953,6 +953,7 @@
953
953
  "SLIPPAGE_EXCEEDED_EXPLANATION_MULTI_MARKET": "Your order for the following markets is too large and would cause excessive slippage. Consider placing a limit order."
954
954
  },
955
955
  "DEPOSIT_MODAL": {
956
+ "ACKNOWLEDGE_TERMS_AND_DEPOSIT": "Acknowledge terms and deposit",
956
957
  "BRIDGE_FEE": "Bridge Fee",
957
958
  "ENABLE_FOR_THIS_DEPOSIT": "Enable for this deposit",
958
959
  "ENABLE_SYMBOL_ON_DYDX": "Enable {SYMBOL} on dYdX",
@@ -978,7 +979,8 @@
978
979
  "SLIPPAGE": "Slippage",
979
980
  "SUBJECT_TO_RULES": "Subject to these rules",
980
981
  "SWAP": "Swap",
981
- "ESTIMATED_TIME": "Estimated Time"
982
+ "ESTIMATED_TIME": "Estimated Time",
983
+ "DEPOSIT_ACKNOWLEDGEMENT": "I agree to the {TERMS_LINK} and {POLICY_LINK}, including that I accept the risks associated with these products and services and will not use them from the United States or any other restricted jurisdiction. {VIEW_MORE_LINK}"
982
984
  },
983
985
  "WITHDRAW_MODAL": {
984
986
  "ENABLE_WITHDRAW": "Enable withdraw",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dydxprotocol/v4-localization",
3
- "version": "1.1.157",
3
+ "version": "1.1.158",
4
4
  "description": "v4 localization",
5
5
  "main": "index.ts",
6
6
  "scripts": {
@@ -77,7 +77,9 @@ export const APP_STRING_KEYS = {
77
77
 
78
78
  // DEPOSIT_MODAL
79
79
 
80
+ ACKNOWLEDGE_TERMS_AND_DEPOSIT: 'APP.DEPOSIT_MODAL.ACKNOWLEDGE_TERMS_AND_DEPOSIT',
80
81
  BRIDGE_FEE: 'APP.DEPOSIT_MODAL.BRIDGE_FEE',
82
+ DEPOSIT_ACKNOWLEDGEMENT: 'APP.DEPOSIT_MODAL.DEPOSIT_ACKNOWLEDGEMENT',
81
83
  ENABLE_FOR_THIS_DEPOSIT: 'APP.DEPOSIT_MODAL.ENABLE_FOR_THIS_DEPOSIT',
82
84
  ENABLE_SYMBOL: 'APP.DEPOSIT_MODAL.ENABLE_SYMBOL',
83
85
  ENABLE_SYMBOL_ON_DYDX: 'APP.DEPOSIT_MODAL.ENABLE_SYMBOL_ON_DYDX',