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

@exodus/solana-meta

Package Overview
Dependencies
Maintainers
99
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 2.1.1 to 2.1.2

10

CHANGELOG.md

@@ -6,2 +6,12 @@ # Change Log

## [2.1.2](https://github.com/ExodusMovement/assets/compare/@exodus/solana-meta@2.1.1...@exodus/solana-meta@2.1.2) (2024-12-12)
### Bug Fixes
* fix: use solscan for solana mainnet (#4697)
## [2.1.1](https://github.com/ExodusMovement/assets/compare/@exodus/solana-meta@2.1.0...@exodus/solana-meta@2.1.1) (2024-12-12)

@@ -8,0 +18,0 @@

4

package.json
{
"name": "@exodus/solana-meta",
"version": "2.1.1",
"version": "2.1.2",
"description": "Solana constants, icons, colors and other metadata",

@@ -39,3 +39,3 @@ "type": "module",

},
"gitHead": "4e0c2eef1da9441e0f0c6f91f79e1ebea2222723"
"gitHead": "bb7258586e101c1c5e9a98546f51b0dca4454b61"
}

@@ -28,4 +28,4 @@ import { createMetaDef } from '@exodus/asset'

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

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

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