@exodus/assets
Advanced tools
Comparing version 11.1.0 to 11.1.1
@@ -6,2 +6,12 @@ # Change Log | ||
## [11.1.1](https://github.com/ExodusMovement/assets/compare/@exodus/assets@11.1.0...@exodus/assets@11.1.1) (2024-12-11) | ||
### Bug Fixes | ||
* fix: add missing param (#4686) | ||
## [11.1.0](https://github.com/ExodusMovement/assets/compare/@exodus/assets@11.0.1...@exodus/assets@11.1.0) (2024-12-10) | ||
@@ -8,0 +18,0 @@ |
{ | ||
"name": "@exodus/assets", | ||
"version": "11.1.0", | ||
"version": "11.1.1", | ||
"description": "Exodus assets", | ||
@@ -43,3 +43,3 @@ "type": "module", | ||
}, | ||
"gitHead": "a33d3eb6ff300fe6355f83aa99c62b19ab83c194" | ||
"gitHead": "46f31ffb8a59f043ca4bd3855c88d6640ca35a1d" | ||
} |
@@ -61,3 +61,3 @@ import bip44Constants from '@exodus/bip44-constants/by-ticker' | ||
getDefaultAddressPath: () => defaultAddressPath, | ||
getKeyIdentifier: getKeyIdentifier || createGetKeyIdentifier({ bip44 }), | ||
getKeyIdentifier: getKeyIdentifier || createGetKeyIdentifier({ bip44, assetName: base.name }), | ||
getTokens, | ||
@@ -64,0 +64,0 @@ hasFeature: (feature) => !!features[feature], // @deprecated use api.features instead |
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
29132