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

@dydxprotocol/v4-localization

Package Overview
Dependencies
Maintainers
2
Versions
327
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 0.0.14 to 0.0.15

15

config/localization/en/tooltips.json
{
"GENERAL": {
"DYDX_ADDRESS": {
"BODY": "Your dYdX address \"{DYDX_ADDRESS}\" was created from the signature of the Ethereum address \"{EVM_ADDRESS}\"."
},
"LEGACY_SIGNING": {

@@ -139,2 +142,6 @@ "TITLE": "Legacy Signing",

},
"ORDER_AMOUNT_USD": {
"TITLE": "Order Amount",
"BODY": "Amount of {SYMBOL} in USD to buy or sell. This is the amount your position will increase or decrease by when the order is filled, not your resulting position amount."
},
"POST_ONLY": {

@@ -160,6 +167,2 @@ "TITLE": "Post-Only",

},
"TRIGGER_PRICE": {
"TITLE": "Trigger Price",
"BODY": "When the oracle price or last trade price of this market crosses your trigger price, your stop/take profit order will either convert to a limit order or execute as a market order."
},
"TAKER_FEE": {

@@ -181,2 +184,6 @@ "TITLE": "Taker Fee",

},
"TRIGGER_PRICE": {
"TITLE": "Trigger Price",
"BODY": "When the oracle price or last trade price of this market crosses your trigger price, your stop/take profit order will either convert to a limit order or execute as a market order."
},
"UNREALIZED_PNL": {

@@ -183,0 +190,0 @@ "TITLE": "Unrealized Profit / Loss",

{
"name": "@dydxprotocol/v4-localization",
"version": "0.0.14",
"version": "0.0.15",
"description": "v4 localization",

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

@@ -25,2 +25,5 @@ // !! GENERATED FILE - DO NOT EDIT

// DYDX_ADDRESS
LEGACY_SIGNING_BODY: 'TOOLTIPS.GENERAL.LEGACY_SIGNING.BODY',

@@ -98,2 +101,4 @@ LEGACY_SIGNING_TITLE: 'TOOLTIPS.GENERAL.LEGACY_SIGNING.TITLE',

ORDER_AMOUNT_TITLE: 'TOOLTIPS.TRADE.ORDER_AMOUNT.TITLE',
ORDER_AMOUNT_USD_BODY: 'TOOLTIPS.TRADE.ORDER_AMOUNT_USD.BODY',
ORDER_AMOUNT_USD_TITLE: 'TOOLTIPS.TRADE.ORDER_AMOUNT_USD.TITLE',
POST_ONLY_BODY: 'TOOLTIPS.TRADE.POST_ONLY.BODY',

@@ -100,0 +105,0 @@ POST_ONLY_TITLE: 'TOOLTIPS.TRADE.POST_ONLY.TITLE',

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