From a4e056f2aa9c79c20b7aa72f91b7008e1cd4d4c9 Mon Sep 17 00:00:00 2001 From: Jared Vu Date: Tue, 6 Feb 2024 11:08:59 -0800 Subject: [PATCH] v1.1.25: Add JUP asset descriptions (#268) * Add jup-usd descriptions * bump --- config/localization/en/app.json | 4 ++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/config/localization/en/app.json b/config/localization/en/app.json index db6e5509f..73b33c179 100644 --- a/config/localization/en/app.json +++ b/config/localization/en/app.json @@ -396,6 +396,10 @@ "PRIMARY": "The DFINITY Foundation is a not for profit organization that develops the Internet Computer, a public blockchain network designed to host smart contracts.", "SECONDARY": "ICP is the native cryptocurrency of the platform." }, + "JUP": { + "PRIMARY": "Jupiter is a leading DEX aggregator built on Solana", + "SECONDARY": "Jupiter is building the swap infrastructure of Solana. Jupiter aims to deliver the best price, best token selection, and best UX for users and developers." + }, "LDO": { "PRIMARY": "Lido is the name of a family of open-source peer-to-system software tools deployed and functioning on the Ethereum, Solana, and Polygon blockchain networks.", "SECONDARY": "LDO is an ERC20 token that gives the ability to participate in the governance process of the Lido DAO." diff --git a/package-lock.json b/package-lock.json index e7334db5e..39b41dcfa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@dydxprotocol/v4-localization", - "version": "1.1.24", + "version": "1.1.25", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@dydxprotocol/v4-localization", - "version": "1.1.24", + "version": "1.1.25", "license": "AGPL-3.0", "devDependencies": { "@types/node": "^20.1.7" diff --git a/package.json b/package.json index deb4574b5..389feb237 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dydxprotocol/v4-localization", - "version": "1.1.24", + "version": "1.1.25", "description": "v4 localization", "main": "index.ts", "scripts": {