@exodus/assets-base
Advanced tools
Comparing version 11.3.2 to 12.0.0
@@ -6,2 +6,15 @@ # Change Log | ||
## [12.0.0](https://github.com/ExodusMovement/assets/compare/@exodus/assets-base@11.3.2...@exodus/assets-base@12.0.0) (2024-10-21) | ||
### ⚠ BREAKING CHANGES | ||
* clean up assets base (#4254) | ||
### Code Refactoring | ||
* clean up assets base ([#4254](https://github.com/ExodusMovement/assets/issues/4254)) ([6da6bc2](https://github.com/ExodusMovement/assets/commit/6da6bc2fcb3fb5c43a55a02424b7f34c3f380dd3)) | ||
## [11.3.2](https://github.com/ExodusMovement/assets/compare/@exodus/assets-base@11.3.1...@exodus/assets-base@11.3.2) (2024-10-03) | ||
@@ -8,0 +21,0 @@ |
{ | ||
"name": "@exodus/assets-base", | ||
"version": "11.3.2", | ||
"version": "12.0.0", | ||
"description": "Base level package for supporting Exodus assets.", | ||
@@ -26,3 +26,2 @@ "type": "module", | ||
"@exodus/ark-meta": "*", | ||
"@exodus/asset-legacy-token-name-mapping": "^1.0.0", | ||
"@exodus/aurora-meta": "*", | ||
@@ -108,3 +107,3 @@ "@exodus/avalanchec-meta": "*", | ||
}, | ||
"gitHead": "e2288593d415883732e6f447f15d5b61d88dbcf2" | ||
"gitHead": "365c14faa86538156507e78bda1f9d85f6c29111" | ||
} |
@@ -24,3 +24,3 @@ # Exodus Assets Base | ||
Where `<network>` one of `solana`, `ethereum`, `bsc`, `matic`... | ||
It will print out the token metadata that should become part of assets-base tokens definitions file as well as the info that should go into asset-info. | ||
It will print out the token metadata that should become part of assets-base tokens definitions file. | ||
@@ -27,0 +27,0 @@ #### `batch-token-generator` |
@@ -8,4 +8,1 @@ import chains from './chains-list.js' | ||
export default assets | ||
// @deprecated, use @exodus/asset-legacy-token-name-mapping directly | ||
export { default as oldToNewStyleTokenNames } from '@exodus/asset-legacy-token-name-mapping' |
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
67
91501
5
141