From 2112464190559bbc0b8ea67de7a9b40f96741a12 Mon Sep 17 00:00:00 2001 From: jaredvu Date: Thu, 15 Aug 2024 12:11:36 -0400 Subject: [PATCH] fix binary settlement stringKey --- config/localization/en/app.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- scripts/generated/app.ts | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/config/localization/en/app.json b/config/localization/en/app.json index c38890c86..f34ea70e0 100644 --- a/config/localization/en/app.json +++ b/config/localization/en/app.json @@ -2089,7 +2089,7 @@ "BLOCKED_BANNER_MESSAGE": "Perpetuals are not available to any persons who are residents of, are located or incorporated in, or have a registered agent in a blocked country or a restricted territory. More details can be found in our {TERMS_OF_USE_LINK}. If you think this is an error, please contact support in the {HELP_LINK}." }, "PREDICTION_MARKET": { - "BINARY SETTLEMENT": "Binary Settlement", + "BINARY_SETTLEMENT": "Binary Settlement", "BINARY_SETTLEMENT_DESC": "Market will automatically settle at $1 if the event occurs. Otherwise, it will settle at $0.001. Price is equivalent to the percentage chance the outcome will occur.", "LEVERAGE_TRADE_EVENTS": "Leverage Trade Event Outcomes", "LEVERAGE_TRADE_EVENTS_CONTINUATION": "On a wide range of topics, including politics, sports, pop culture, and more.", diff --git a/package-lock.json b/package-lock.json index 015b568e1..bc3d5ce14 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@dydxprotocol/v4-localization", - "version": "1.1.175", + "version": "1.1.176", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@dydxprotocol/v4-localization", - "version": "1.1.175", + "version": "1.1.176", "license": "AGPL-3.0", "devDependencies": { "@types/node": "^20.1.7" diff --git a/package.json b/package.json index 3e4ffa1cd..368826002 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dydxprotocol/v4-localization", - "version": "1.1.175", + "version": "1.1.176", "description": "v4 localization", "main": "index.ts", "scripts": { diff --git a/scripts/generated/app.ts b/scripts/generated/app.ts index 2eb5ff373..9c141daca 100644 --- a/scripts/generated/app.ts +++ b/scripts/generated/app.ts @@ -1172,7 +1172,7 @@ export const APP_STRING_KEYS = { // PREDICTION_MARKET - BINARY SETTLEMENT: 'APP.PREDICTION_MARKET.BINARY SETTLEMENT', + BINARY_SETTLEMENT: 'APP.PREDICTION_MARKET.BINARY_SETTLEMENT', BINARY_SETTLEMENT_DESC: 'APP.PREDICTION_MARKET.BINARY_SETTLEMENT_DESC', LEVERAGE_TRADE_EVENTS: 'APP.PREDICTION_MARKET.LEVERAGE_TRADE_EVENTS', LEVERAGE_TRADE_EVENTS_CONTINUATION: 'APP.PREDICTION_MARKET.LEVERAGE_TRADE_EVENTS_CONTINUATION',