@exodus/solana-meta
Advanced tools
Comparing version 2.1.1 to 2.1.2
@@ -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 @@ |
{ | ||
"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 = { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
181943