Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@exodus/assets

Package Overview
Dependencies
Maintainers
1
Versions
89
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@exodus/assets - npm Package Compare versions

Comparing version
11.6.0
to
11.7.0
+12
-0
CHANGELOG.md

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

## [11.7.0](https://github.com/ExodusMovement/assets/compare/@exodus/assets@11.6.0...@exodus/assets@11.7.0) (2026-02-26)
### Features
* feat: add new combined assets (#7242)
* feat(asset-schema-validation): add fiatPeg field for stablecoin fiat currency reference (#7475)
## [11.6.0](https://github.com/ExodusMovement/assets/compare/@exodus/assets@11.5.0...@exodus/assets@11.6.0) (2025-12-04)

@@ -8,0 +20,0 @@

+5
-5
{
"name": "@exodus/assets",
"version": "11.6.0",
"version": "11.7.0",
"description": "Exodus assets",

@@ -27,5 +27,5 @@ "type": "module",

"@exodus/binance-lib": "^2.1.1",
"@exodus/bnbmainnet-meta": "^2.0.3",
"@exodus/cardano-meta": "^2.1.0",
"@exodus/combined-assets-meta": "^3.8.0"
"@exodus/bnbmainnet-meta": "^2.1.0",
"@exodus/cardano-meta": "^2.2.0",
"@exodus/combined-assets-meta": "^3.9.0"
},

@@ -48,3 +48,3 @@ "scripts": {

},
"gitHead": "d77959da7fe85a24910e8d562ae289a98652f110"
"gitHead": "0fc3bdaf762e1ec44f89f585ed493efccde90006"
}
export const CT_UPDATEABLE_PROPERTIES = [
'displayName',
'displayTicker',
'fiatPeg',
'gradientColors',

@@ -5,0 +6,0 @@ 'icon',