Skip to content

Commit

Permalink
Add Vault "Holdings" (#763)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruixhuang authored Oct 21, 2024
1 parent 07c3af0 commit d8d8b38
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
3 changes: 2 additions & 1 deletion config/localization/en/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
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.226",
"version": "1.1.227",
"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 scripts/codegen_localization_app.swift

export const APP_STRING_KEYS = {

Expand Down Expand Up @@ -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',
Expand Down

0 comments on commit d8d8b38

Please sign in to comment.