Skip to content

Commit

Permalink
add trumpwin asset data (#636)
Browse files Browse the repository at this point in the history
* add trumpwin asset data

* bumpt
  • Loading branch information
jaredvu authored Aug 2, 2024
1 parent 0fe1e13 commit 4ae5601
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
5 changes: 5 additions & 0 deletions config/localization/en/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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."
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.167",
"version": "1.1.168",
"description": "v4 localization",
"main": "index.ts",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions scripts/generated/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 4ae5601

Please sign in to comment.