Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@exodus/solana-meta

Package Overview
Dependencies
Maintainers
0
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@exodus/solana-meta - npm Package Compare versions

Comparing version 1.0.7 to 1.0.8

assets/svg-transparent/jupy_solana_ed7ebe51-sign.svg

4

lib/index.js

@@ -41,4 +41,4 @@ "use strict";

const blockExplorer = {
addressUrl: address => `https://solscan.io/account/${address}`,
txUrl: txId => `https://solscan.io/tx/${txId}`
addressUrl: address => `https://solscan.io/account/${encodeURIComponent(address)}`,
txUrl: txId => `https://solscan.io/tx/${encodeURIComponent(txId)}`
};

@@ -45,0 +45,0 @@ const info = {

@@ -163,2 +163,22 @@ "use strict";

}, {
name: 'jupy_solana_ed7ebe51',
displayName: 'Jupiter',
decimals: 6,
ticker: 'JUPYsolanaED7EBE51',
displayTicker: 'JUP',
mintAddress: 'JUPyiwrYJFskUPiHa7hkeR8VUtAeFoSYbKedZNsDvCN',
info: {
description: 'JUP is the governance token of the Jupiter platform, originally split 50% to the community and 50% to the Jupiter ecosystem team. Holders are expecting to vote on token mints and initiatives within the Jupiter platform.',
twitter: 'https://twitter.com/JupiterExchange',
website: 'https://jup.ag/'
},
primaryColor: '#00FFC8',
gradientColors: ['#98C158', '#C7F284'],
gradientCoords: {
x1: '19.031%',
y1: '-66.682%',
x2: '123.324%',
y2: '91.487%'
}
}, {
name: 'kinx_solana_bf1442d2',

@@ -165,0 +185,0 @@ displayName: 'KIN',

{
"name": "@exodus/solana-meta",
"version": "1.0.7",
"version": "1.0.8",
"description": "Solana constants, icons, colors and other metadata",

@@ -18,4 +18,3 @@ "main": "lib/index.js",

"@exodus/currency": "^2.3.2"
},
"gitHead": "e46dbfdf19c725e5e7d4aa98a9e0eac913c44ed2"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc