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": {