@pioneer-platform/markets 8.13.0 → 8.15.0

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.
@@ -0,0 +1 @@
1
+ $ tsc -p .
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @pioneer-platform/markets
2
2
 
3
+ ## 8.15.0
4
+
5
+ ### Minor Changes
6
+
7
+ - Major pricing system improvements:
8
+ - Added CCXT integration (100+ cryptocurrency exchanges)
9
+ - Implemented randomized API fallback chain
10
+ - Added multi-layer protection for major cryptocurrencies
11
+ - Created Redis-based unpriceable token registry
12
+ - Implemented hourly Discord metrics reporting
13
+ - Fixed BASE network pricing (uses ETH)
14
+ - Added comprehensive API success/failure tracking
15
+
3
16
  ## 8.12.0
4
17
 
5
18
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pioneer-platform/markets",
3
- "version": "8.13.0",
3
+ "version": "8.15.0",
4
4
  "main": "./lib/index.js",
5
5
  "types": "./lib/index.d.ts",
6
6
  "dependencies": {