@exodus/matic-meta
Advanced tools
Comparing version 2.1.1 to 2.1.2
@@ -6,2 +6,11 @@ # Change Log | ||
## [2.1.2](https://github.com/ExodusMovement/assets/compare/@exodus/matic-meta@2.1.1...@exodus/matic-meta@2.1.2) (2024-10-01) | ||
### Bug Fixes | ||
* add displayNetworkName ([#4058](https://github.com/ExodusMovement/assets/issues/4058)) ([9f6bcb2](https://github.com/ExodusMovement/assets/commit/9f6bcb2778d409b48e07cb54b5007c0ef73da6c6)) | ||
## [2.1.1](https://github.com/ExodusMovement/assets/compare/@exodus/matic-meta@2.1.0...@exodus/matic-meta@2.1.1) (2024-09-30) | ||
@@ -8,0 +17,0 @@ |
{ | ||
"name": "@exodus/matic-meta", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"description": "Polygon constants, icons, colors and other metadata", | ||
@@ -37,3 +37,3 @@ "type": "module", | ||
}, | ||
"gitHead": "d8a8c367aa7ba0d2483a09d55ff19a870bc69dd9" | ||
"gitHead": "f147fc837b310895a7d9f423113d7f73fc05358c" | ||
} |
@@ -6,3 +6,4 @@ import { createMetaDef } from '@exodus/asset' | ||
const name = 'matic' | ||
const displayName = 'Polygon Ecosystem' | ||
const displayName = 'Polygon' | ||
const displayNetworkName = 'Polygon Ecosystem' | ||
const ticker = 'MATICNATIVE' | ||
@@ -52,2 +53,3 @@ const displayTicker = 'POL' | ||
displayName, | ||
displayNetworkName, | ||
displayNetworkTicker, | ||
@@ -54,0 +56,0 @@ displayTicker, |
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
75933
275