@dydxprotocol/v4-localization 1.1.363 → 1.1.364

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.
@@ -881,6 +881,7 @@
881
881
  "EXCHANGE_METRICS": "Metrics",
882
882
  "EXCHANGE_STATUS": "Status",
883
883
  "FEEDBACK": "Feedback",
884
+ "FUNDING_COMPARISON": "Funding Comparison",
884
885
  "GASLESS_DEPOSIT_RULES": "Gasless Deposits",
885
886
  "HELP": "Help",
886
887
  "HELP_CENTER": "Help center",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dydxprotocol/v4-localization",
3
- "version": "1.1.363",
3
+ "version": "1.1.364",
4
4
  "description": "v4 localization",
5
5
  "main": "index.ts",
6
6
  "scripts": {
@@ -876,6 +876,7 @@ export const APP_STRING_KEYS = {
876
876
  EXCHANGE_METRICS: 'APP.HEADER.EXCHANGE_METRICS',
877
877
  EXCHANGE_STATUS: 'APP.HEADER.EXCHANGE_STATUS',
878
878
  FEEDBACK: 'APP.HEADER.FEEDBACK',
879
+ FUNDING_COMPARISON: 'APP.HEADER.FUNDING_COMPARISON',
879
880
  GASLESS_DEPOSIT_RULES: 'APP.HEADER.GASLESS_DEPOSIT_RULES',
880
881
  HELP: 'APP.HEADER.HELP',
881
882
  HELP_CENTER: 'APP.HEADER.HELP_CENTER',