From 7ba344667c0b3846f9c228074ef3788ae8f701a4 Mon Sep 17 00:00:00 2001 From: jaredvu Date: Fri, 2 Aug 2024 14:41:03 -0700 Subject: [PATCH 1/2] add trumpwin asset data --- config/localization/en/app.json | 5 +++++ scripts/generated/app.ts | 1 + 2 files changed, 6 insertions(+) diff --git a/config/localization/en/app.json b/config/localization/en/app.json index 0baab61d7..bbb1c6f3c 100644 --- a/config/localization/en/app.json +++ b/config/localization/en/app.json @@ -254,6 +254,7 @@ "POSITION": "Position", "POWERED_BY": "Powered By", "POWERED_BY_ALL_CAPS": "POWERED BY", + "PREDICTION_MARKET": "Prediction Market", "PRICE_CHART_SHORT": "Price", "PRICE": "Price", "PRIVACY": "Privacy", @@ -662,6 +663,10 @@ "PRIMARY": "Celestia is a modular data availability network that securely scales with the number of users, making it easy for anyone to launch their own blockchain.", "SECONDARY": "Celestia enables the next generation of scalable blockchain architectures - modular blockchains. Celestia scales by decoupling execution from consensus and introducing a new primitive, data availability sampling." }, + "TRUMPWIN": { + "PRIMARY": "This market will final settle to $1 if Donald J. Trump wins the 2024 US Presidential Election. Otherwise, this market will final settle to 0.00001. This market uses Polymarket as its oracle source.", + "SECONDARY": "Polymarket’s resolution source for this market is the Associated Press, Fox News, and NBC. This market will resolve once all three sources call the race for the same candidate. If all three sources haven’t called the race for the same candidate by the inauguration date (January 20, 2025) this market will resolve based on who is inaugurated." + }, "TRX": { "PRIMARY": "TRON is a public blockchain dedicated to providing the underlying infrastructure that enables developers to create smart contracts and decentralized applications, freely publish, own, and store data & other content.", "SECONDARY": "TRON relies on a Delegated Proof-of-Stake (DPoS) mechanism in which 27 Super Representatives rotate every 6 hours to validate blocks and transactions." diff --git a/scripts/generated/app.ts b/scripts/generated/app.ts index c07e27d81..00cde653a 100644 --- a/scripts/generated/app.ts +++ b/scripts/generated/app.ts @@ -480,6 +480,7 @@ export const APP_STRING_KEYS = { POSITION: 'APP.GENERAL.POSITION', POWERED_BY: 'APP.GENERAL.POWERED_BY', POWERED_BY_ALL_CAPS: 'APP.GENERAL.POWERED_BY_ALL_CAPS', + PREDICTION_MARKET: 'APP.GENERAL.PREDICTION_MARKET', PRICE: 'APP.GENERAL.PRICE', PRICE_CHART_SHORT: 'APP.GENERAL.PRICE_CHART_SHORT', PRIVACY: 'APP.GENERAL.PRIVACY', From 16ed53d585a758864f8b4aa9422fa5d348d401c5 Mon Sep 17 00:00:00 2001 From: jaredvu Date: Fri, 2 Aug 2024 14:41:58 -0700 Subject: [PATCH 2/2] bumpt --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index e141a4a0e..eaf166de3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@dydxprotocol/v4-localization", - "version": "1.1.167", + "version": "1.1.168", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@dydxprotocol/v4-localization", - "version": "1.1.166", + "version": "1.1.168", "license": "AGPL-3.0", "devDependencies": { "@types/node": "^20.1.7" diff --git a/package.json b/package.json index af665ad0e..97ca50314 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dydxprotocol/v4-localization", - "version": "1.1.167", + "version": "1.1.168", "description": "v4 localization", "main": "index.ts", "scripts": {