Skip to content

Commit

Permalink
Update launch market details and add toggle label (#765)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredvu authored Oct 22, 2024
1 parent 396db5e commit b4f372e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
5 changes: 3 additions & 2 deletions config/localization/en/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -2249,8 +2249,8 @@
"LIST_A_NEW_MARKET": "List a new market",
"LISTINGS_DESCRIPTION": "Listings on dYdX are completely community-driven. This tool will help you submit a governance proposal to list a new market.",
"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).",
"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).",
"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.",
"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).",
"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.",
"MARKET_LAUNCHED": "Market Launched!",
"MARKET_NOW_LIVE_TRADE": "{MARKET} is now live, start trading.",
"MARKET_TO_LAUNCH": "Market to Launch",
Expand All @@ -2276,6 +2276,7 @@
"REFERENCE_PRICE": "Reference price",
"REQUIRED_AMOUNT_TO_DEPOSIT": "Required Amount to Deposit",
"REQUIRED_BALANCE": "Required balance",
"SHOW_LAUNCHABLE_MARKETS": "Show launchable markets",
"SHOW_STEPS": "Show steps",
"STEPS_TO_CREATE": "Steps to create a new market",
"SUBMITTED_PROPOSAL": "Submitted Proposal!",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dydxprotocol/v4-localization",
"version": "1.1.228",
"version": "1.1.229",
"description": "v4 localization",
"main": "index.ts",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion scripts/generated/app.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// !! GENERATED FILE - DO NOT EDIT

// Generated from ../config/localization/en/app.json using ./codegen_localization_app.swift
// Generated from ../config/localization/en/app.json using codegen_localization_app.swift

export const APP_STRING_KEYS = {

Expand Down Expand Up @@ -990,6 +990,7 @@ export const APP_STRING_KEYS = {
REFERENCE_PRICE: 'APP.NEW_MARKET_WIDGET.REFERENCE_PRICE',
REQUIRED_AMOUNT_TO_DEPOSIT: 'APP.NEW_MARKET_WIDGET.REQUIRED_AMOUNT_TO_DEPOSIT',
REQUIRED_BALANCE: 'APP.NEW_MARKET_WIDGET.REQUIRED_BALANCE',
SHOW_LAUNCHABLE_MARKETS: 'APP.NEW_MARKET_WIDGET.SHOW_LAUNCHABLE_MARKETS',
SHOW_STEPS: 'APP.NEW_MARKET_WIDGET.SHOW_STEPS',
STEPS_TO_CREATE: 'APP.NEW_MARKET_WIDGET.STEPS_TO_CREATE',
SUBMITTED_PROPOSAL: 'APP.NEW_MARKET_WIDGET.SUBMITTED_PROPOSAL',
Expand Down

0 comments on commit b4f372e

Please sign in to comment.