Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@dydxprotocol/v4-localization

Package Overview
Dependencies
Maintainers
0
Versions
329
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dydxprotocol/v4-localization - npm Package Compare versions

Comparing version 1.1.208 to 1.1.209

17

config/localization/en/tooltips.json

@@ -381,3 +381,20 @@ {

}
},
"VAULT": {
"ESTIMATED_AMOUNT_RECEIVED": {
"BODY": "The estimated amount to receive when withdrawing, which is withdrawal amount minus estimated slippage amount. This amount is an estimation based on the current conditions. The actual amount may be different based on the actual conditions at the execution time."
},
"ESTIMATED_SLIPPAGE": {
"BODY": "The estimated amount of slippage when withdrawing. The slippage comes from the vault's need to update the current positions to free up margin in order to meet the withdrawal amount. This amount is an estimation based on the current conditions. The actual amount may be different based on the actual conditions at the execution time."
},
"AVAILABLE_TO_WITHDRAW": {
"BODY": "The amount you can withdraw, which is your vault balance minus any amount that's locked up for new market listings."
},
"YOUR_VAULT_BALANCE": {
"BODY": "The current value of your deposits. This is calculated based on the vault's current equity and positions."
},
"YOUR_ALL_TIME_PNL": {
"BODY": "The total PnL over time. This includes historical PnL of your vault deposits."
}
}
}

2

package.json
{
"name": "@dydxprotocol/v4-localization",
"version": "1.1.208",
"version": "1.1.209",
"description": "v4 localization",

@@ -5,0 +5,0 @@ "main": "index.ts",

@@ -207,2 +207,10 @@ // !! GENERATED FILE - DO NOT EDIT

// VAULT
AVAILABLE_TO_WITHDRAW_BODY: 'TOOLTIPS.VAULT.AVAILABLE_TO_WITHDRAW.BODY',
ESTIMATED_AMOUNT_RECEIVED_BODY: 'TOOLTIPS.VAULT.ESTIMATED_AMOUNT_RECEIVED.BODY',
ESTIMATED_SLIPPAGE_BODY: 'TOOLTIPS.VAULT.ESTIMATED_SLIPPAGE.BODY',
YOUR_ALL_TIME_PNL_BODY: 'TOOLTIPS.VAULT.YOUR_ALL_TIME_PNL.BODY',
YOUR_VAULT_BALANCE_BODY: 'TOOLTIPS.VAULT.YOUR_VAULT_BALANCE.BODY',
// WITHDRAW

@@ -209,0 +217,0 @@

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc