@exodus/matic-meta
Advanced tools
Comparing version 2.0.0 to 2.1.0
@@ -6,2 +6,11 @@ # Change Log | ||
## [2.1.0](https://github.com/ExodusMovement/assets/compare/@exodus/matic-meta@2.0.0...@exodus/matic-meta@2.1.0) (2024-09-05) | ||
### Features | ||
* rename MATIC to POL ([#3488](https://github.com/ExodusMovement/assets/issues/3488)) ([79a88c2](https://github.com/ExodusMovement/assets/commit/79a88c2d77bef46fd569be23bfcbc41b7496b763)) | ||
## [2.0.0](https://github.com/ExodusMovement/assets/compare/@exodus/matic-meta@1.3.0...@exodus/matic-meta@2.0.0) (2024-07-11) | ||
@@ -8,0 +17,0 @@ |
{ | ||
"name": "@exodus/matic-meta", | ||
"version": "2.0.0", | ||
"version": "2.1.0", | ||
"description": "Polygon constants, icons, colors and other metadata", | ||
@@ -21,3 +21,3 @@ "type": "module", | ||
"test": "run -T exodus-test --jest", | ||
"lint": "run -T eslint .", | ||
"lint": "run -T eslintc .", | ||
"lint:fix": "yarn lint --fix" | ||
@@ -38,3 +38,3 @@ }, | ||
}, | ||
"gitHead": "4bc34401f881f4aed4ad97704f9f307d61f4178b" | ||
"gitHead": "e5c7986bf33adfb1b1273502099c9a5c58878eb0" | ||
} |
@@ -6,5 +6,5 @@ import { createMetaDef } from '@exodus/asset' | ||
const name = 'matic' | ||
const displayName = 'Polygon' | ||
const displayName = 'Polygon Ecosystem' | ||
const ticker = 'MATICNATIVE' | ||
const displayTicker = 'MATIC' | ||
const displayTicker = 'POL' | ||
const displayNetworkTicker = 'POLYGON' | ||
@@ -11,0 +11,0 @@ const primaryColor = '#9962f6' |
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
74554
0