From d8d8b38b5bfb2755ae08d694c599125c53b74b21 Mon Sep 17 00:00:00 2001 From: Rui <102453770+ruixhuang@users.noreply.github.com> Date: Mon, 21 Oct 2024 14:36:52 -0700 Subject: [PATCH] Add Vault "Holdings" (#763) --- config/localization/en/app.json | 3 ++- package-lock.json | 4 ++-- package.json | 2 +- scripts/generated/app.ts | 3 ++- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/config/localization/en/app.json b/config/localization/en/app.json index b26bdbaaa..8f33c388e 100644 --- a/config/localization/en/app.json +++ b/config/localization/en/app.json @@ -1750,7 +1750,8 @@ "AMOUNT_TO_DEPOSIT": "Amount to Deposit", "CROSS_ACCOUNT": "Cross Account", "VAULT_DESCRIPTION": "This vault provides automated liquidity on all dYdX markets and gets a share of fee revenue. The vault aims for a market-neutral position by quoting both sides of the book. P&L will vary based on market conditions and there's a risk of losing some or all of the USDC deposited. This vault is operated by {OPERATOR_NAME}. The operator was selected by the dYdX community. {OPERATOR_LEARN_MORE}.", - "TVL": "TVL" + "TVL": "TVL", + "HOLDINGS": "Holdings" }, "NOTIFICATIONS": { "66_REDUCTION": "66% reduction", diff --git a/package-lock.json b/package-lock.json index e7dcc1616..31b5b4a72 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@dydxprotocol/v4-localization", - "version": "1.1.226", + "version": "1.1.227", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@dydxprotocol/v4-localization", - "version": "1.1.226", + "version": "1.1.227", "license": "AGPL-3.0", "devDependencies": { "@types/node": "^20.1.7" diff --git a/package.json b/package.json index b9b02b76a..55a3ea366 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dydxprotocol/v4-localization", - "version": "1.1.226", + "version": "1.1.227", "description": "v4 localization", "main": "index.ts", "scripts": { diff --git a/scripts/generated/app.ts b/scripts/generated/app.ts index 94ede9b05..24ccf9fcc 100644 --- a/scripts/generated/app.ts +++ b/scripts/generated/app.ts @@ -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 scripts/codegen_localization_app.swift export const APP_STRING_KEYS = { @@ -1902,6 +1902,7 @@ export const APP_STRING_KEYS = { ESTIMATED_AMOUNT_RECEIVED: 'APP.VAULTS.ESTIMATED_AMOUNT_RECEIVED', ESTIMATED_SLIPPAGE: 'APP.VAULTS.ESTIMATED_SLIPPAGE', EST_SLIPPAGE: 'APP.VAULTS.EST_SLIPPAGE', + HOLDINGS: 'APP.VAULTS.HOLDINGS', LOCKED_BALANCE: 'APP.VAULTS.LOCKED_BALANCE', MEGAVAULT: 'APP.VAULTS.MEGAVAULT', MEGAVAULT_CANT_SUBMIT: 'APP.VAULTS.MEGAVAULT_CANT_SUBMIT',