@dydxprotocol/v4-localization 1.1.228 → 1.1.229

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.
@@ -2249,8 +2249,8 @@
2249
2249
  "LIST_A_NEW_MARKET": "List a new market",
2250
2250
  "LISTINGS_DESCRIPTION": "Listings on dYdX are completely community-driven. This tool will help you submit a governance proposal to list a new market.",
2251
2251
  "MARKET_LAUNCH_DETAILS": "Select the market you'd like to launch and deposit {DEPOSIT_AMOUNT} into MegaVault. Your deposit will earn an estimated {APR_PERCENTAGE} APR (based on the last {PAST_DAYS} days).",
2252
- "MARKET_LAUNCH_DETAILS_2": "Immediately launch a new market on dYdX Chain by depositing {DEPOSIT_AMOUNT} into MegaVault. Deposits have earned an estimated {APR_PERCENTAGE} APR (based on the last {PAST_DAYS} days).",
2253
- "MARKET_LAUNCH_DETAILS_3": "Select the market you'd like to launch and deposit {DEPOSIT_AMOUNT} into MegaVault for at least {PAST_DAYS} days. Deposits have earned an estimated {APR_PERCENTAGE} APR.",
2252
+ "MARKET_LAUNCH_DETAILS_2": "Immediately launch a new market on dYdX Chain by depositing {DEPOSIT_AMOUNT} into {MEGAVAULT_LINK}. Deposits have earned an estimated {APR_PERCENTAGE} APR (based on the last {PAST_DAYS} days).",
2253
+ "MARKET_LAUNCH_DETAILS_3": "Select the market you'd like to launch and deposit {DEPOSIT_AMOUNT} into {MEGAVAULT_LINK} for at least {PAST_DAYS} days. Deposits have earned an estimated {APR_PERCENTAGE} APR.",
2254
2254
  "MARKET_LAUNCHED": "Market Launched!",
2255
2255
  "MARKET_NOW_LIVE_TRADE": "{MARKET} is now live, start trading.",
2256
2256
  "MARKET_TO_LAUNCH": "Market to Launch",
@@ -2276,6 +2276,7 @@
2276
2276
  "REFERENCE_PRICE": "Reference price",
2277
2277
  "REQUIRED_AMOUNT_TO_DEPOSIT": "Required Amount to Deposit",
2278
2278
  "REQUIRED_BALANCE": "Required balance",
2279
+ "SHOW_LAUNCHABLE_MARKETS": "Show launchable markets",
2279
2280
  "SHOW_STEPS": "Show steps",
2280
2281
  "STEPS_TO_CREATE": "Steps to create a new market",
2281
2282
  "SUBMITTED_PROPOSAL": "Submitted Proposal!",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dydxprotocol/v4-localization",
3
- "version": "1.1.228",
3
+ "version": "1.1.229",
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
 
@@ -990,6 +990,7 @@ export const APP_STRING_KEYS = {
990
990
  REFERENCE_PRICE: 'APP.NEW_MARKET_WIDGET.REFERENCE_PRICE',
991
991
  REQUIRED_AMOUNT_TO_DEPOSIT: 'APP.NEW_MARKET_WIDGET.REQUIRED_AMOUNT_TO_DEPOSIT',
992
992
  REQUIRED_BALANCE: 'APP.NEW_MARKET_WIDGET.REQUIRED_BALANCE',
993
+ SHOW_LAUNCHABLE_MARKETS: 'APP.NEW_MARKET_WIDGET.SHOW_LAUNCHABLE_MARKETS',
993
994
  SHOW_STEPS: 'APP.NEW_MARKET_WIDGET.SHOW_STEPS',
994
995
  STEPS_TO_CREATE: 'APP.NEW_MARKET_WIDGET.STEPS_TO_CREATE',
995
996
  SUBMITTED_PROPOSAL: 'APP.NEW_MARKET_WIDGET.SUBMITTED_PROPOSAL',