@pioneer-platform/markets 8.15.0 → 8.15.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1 +1,2 @@
1
- $ tsc -p .
1
+
2
+ $ tsc -p .
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @pioneer-platform/markets
2
2
 
3
+ ## 8.15.2
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: MATIC→POL symbol mapping for CCXT exchanges
8
+
3
9
  ## 8.15.0
4
10
 
5
11
  ### Minor Changes
@@ -109,7 +109,7 @@ var SYMBOL_MAP = {
109
109
  'ETH': 'ETH',
110
110
  'ETHEREUM': 'ETH',
111
111
  'BNB': 'BNB',
112
- 'MATIC': 'MATIC',
112
+ 'MATIC': 'POL', // Polygon rebranded MATIC → POL on exchanges
113
113
  'POL': 'POL',
114
114
  'ATOM': 'ATOM',
115
115
  'RUNE': 'RUNE',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pioneer-platform/markets",
3
- "version": "8.15.0",
3
+ "version": "8.15.2",
4
4
  "main": "./lib/index.js",
5
5
  "types": "./lib/index.d.ts",
6
6
  "dependencies": {