From 43b7441ddb0e95f202da7ab2621b5b8c7b45e7cf Mon Sep 17 00:00:00 2001 From: Jared Vu Date: Mon, 18 Dec 2023 11:43:51 -0800 Subject: [PATCH] v1.0.19: Celestia description (#203) --- config/localization/en/app.json | 3 +++ package-lock.json | 4 ++-- package.json | 2 +- scripts/generated/app.ts | 3 +++ 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/config/localization/en/app.json b/config/localization/en/app.json index 2c9feeebc..280200716 100644 --- a/config/localization/en/app.json +++ b/config/localization/en/app.json @@ -562,6 +562,8 @@ "SUSHISWAP_SECONDARY_DESCRIPTION": "SushiSwap is a community run project that is governed by vote of its token holders. Core products include Exchange, Liquidity Pools, Farms, and SushiBar Staking.", "SYNTHETIX_PRIMARY_DESCRIPTION": "Synthetix is a decentralised synthetic asset issuance protocol built on Ethereum.", "SYNTHETIX_SECONDARY_DESCRIPTION": "Synthetix allows users to capture the price movements of popular cryptocurrencies, fiat currencies, stocks, commodities and more with zero slippage. Synthetic assets or Synths, are assets voted into existence by the community which represent the price of different types of assets.", + "TIA_PRIMARY_DESCRIPTION": "Celestia is a modular data availability network that securely scales with the number of users, making it easy for anyone to launch their own blockchain.", + "TIA_SECONDARY_DESCRIPTION": "Celestia enables the next generation of scalable blockchain architectures - modular blockchains. Celestia scales by decoupling execution from consensus and introducing a new primitive, data availability sampling.", "TRX_PRIMARY_DESCRIPTION": "TRON is a public blockchain dedicated to providing the underlying infrastructure that enables developers to create smart contracts and decentralized applications, freely publish, own, and store data & other content.", "TRX_SECONDARY_DESCRIPTION": "TRON relies on a Delegated Proof-of-Stake (DPoS) mechanism in which 27 Super Representatives rotate every 6 hours to validate blocks and transactions.", "UMA_PRIMARY_DESCRIPTION": "UMA is open-source infrastructure for deploying and enforcing synthetic assets on Ethereum.", @@ -691,6 +693,7 @@ "NOT_SUPPORTED_DESCRIPTION": "Your wallet does not support the latest signing standard (common issue with hardware wallets). Try a legacy signing method with the button below.", "NOT_SUPPORTED": "Not supported", "ONBOARDING": "Onboarding", + "MINIMUM_AMOUNT_RECEIVED": "Minimum Amount Received", "PERMITTED_TO_USE": "You are lawfully permitted to access this site and trade on dYdX under the laws of the jurisdiction in which you reside and are located.", "PRIVACY_POLICY": "Privacy Policy", "RECOVER_KEYS": "Recover keys", diff --git a/package-lock.json b/package-lock.json index 1d03c13c5..3a7f1dfa5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@dydxprotocol/v4-localization", - "version": "1.0.18", + "version": "1.0.19", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@dydxprotocol/v4-localization", - "version": "1.0.18", + "version": "1.0.19", "license": "AGPL-3.0", "devDependencies": { "@types/node": "^20.1.7" diff --git a/package.json b/package.json index 7654a9b03..94b5b7302 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dydxprotocol/v4-localization", - "version": "1.0.18", + "version": "1.0.19", "description": "v4 localization", "main": "index.ts", "scripts": { diff --git a/scripts/generated/app.ts b/scripts/generated/app.ts index ddc822990..03fc90da4 100644 --- a/scripts/generated/app.ts +++ b/scripts/generated/app.ts @@ -102,6 +102,8 @@ export const APP_STRING_KEYS = { SUSHISWAP_SECONDARY_DESCRIPTION: 'APP.ASSET_DESCRIPTIONS.SUSHISWAP_SECONDARY_DESCRIPTION', SYNTHETIX_PRIMARY_DESCRIPTION: 'APP.ASSET_DESCRIPTIONS.SYNTHETIX_PRIMARY_DESCRIPTION', SYNTHETIX_SECONDARY_DESCRIPTION: 'APP.ASSET_DESCRIPTIONS.SYNTHETIX_SECONDARY_DESCRIPTION', + TIA_PRIMARY_DESCRIPTION: 'APP.ASSET_DESCRIPTIONS.TIA_PRIMARY_DESCRIPTION', + TIA_SECONDARY_DESCRIPTION: 'APP.ASSET_DESCRIPTIONS.TIA_SECONDARY_DESCRIPTION', TRX_PRIMARY_DESCRIPTION: 'APP.ASSET_DESCRIPTIONS.TRX_PRIMARY_DESCRIPTION', TRX_SECONDARY_DESCRIPTION: 'APP.ASSET_DESCRIPTIONS.TRX_SECONDARY_DESCRIPTION', UMA_PRIMARY_DESCRIPTION: 'APP.ASSET_DESCRIPTIONS.UMA_PRIMARY_DESCRIPTION', @@ -849,6 +851,7 @@ export const APP_STRING_KEYS = { LEGACY_SIGNING: 'APP.ONBOARDING.LEGACY_SIGNING', LINKING_WALLET: 'APP.ONBOARDING.LINKING_WALLET', LINK_WALLET: 'APP.ONBOARDING.LINK_WALLET', + MINIMUM_AMOUNT_RECEIVED: 'APP.ONBOARDING.MINIMUM_AMOUNT_RECEIVED', MISSING_KEYS_DESCRIPTION: 'APP.ONBOARDING.MISSING_KEYS_DESCRIPTION', NEED_A_WALLET: 'APP.ONBOARDING.NEED_A_WALLET', NOT_A_RESIDENT: 'APP.ONBOARDING.NOT_A_RESIDENT',