@exodus/assets
Advanced tools
Comparing version 10.0.0 to 10.0.1
{ | ||
"name": "@exodus/assets", | ||
"version": "10.0.0", | ||
"version": "10.0.1", | ||
"description": "Exodus assets", | ||
@@ -37,3 +37,3 @@ "type": "module", | ||
}, | ||
"gitHead": "ac55b0baf303dd9586519d23738281e13b1a2ce6" | ||
"gitHead": "4b1f46e0654054f6cf668457f8fb041b8bd15707" | ||
} |
@@ -55,4 +55,2 @@ /* eslint-disable @exodus/mutable/no-param-reassign-prop-only */ | ||
// Only needed for custom tokens | ||
// The explicitly listed *claim coins will be removed eventually | ||
if (asset.isCustomToken) { | ||
@@ -136,4 +134,4 @@ coerceTokenProps(asset, asset.baseAsset) | ||
const asset = { ...assetDef, toString: () => name, info } | ||
defineAssetProps({ assets, asset }) | ||
validateTokenDef(asset) | ||
defineAssetProps({ assets, asset }) | ||
assets[name] = asset | ||
@@ -140,0 +138,0 @@ return asset |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
28685
706