@pioneer-platform/pioneer-coins 9.11.7 → 9.11.9

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @pioneer-platform/pioneer-coins
2
2
 
3
+ ## 9.11.9
4
+
5
+ ### Patch Changes
6
+
7
+ - chore: chore: chore: chore: fix: move @types/pdfkit to dependencies for Docker --production build
8
+
9
+ ## 9.11.8
10
+
11
+ ### Patch Changes
12
+
13
+ - chore: chore: chore: fix: move @types/pdfkit to dependencies for Docker --production build
14
+
3
15
  ## 9.11.7
4
16
 
5
17
  ### Patch Changes
package/lib/coins.d.ts CHANGED
@@ -67,6 +67,7 @@ export declare const COIN_MAP_LONG: {
67
67
  FIO: string;
68
68
  MON: string;
69
69
  HYPE: string;
70
+ ZEC: string;
70
71
  };
71
72
  export declare const COIN_MAP_LONG_XCHAIN: {
72
73
  BTC: string;
package/lib/coins.js CHANGED
@@ -257,6 +257,7 @@ exports.COIN_MAP_LONG = {
257
257
  FIO: "fio",
258
258
  MON: "monad",
259
259
  HYPE: "hyperliquid",
260
+ ZEC: "zcash",
260
261
  };
261
262
  exports.COIN_MAP_LONG_XCHAIN = {
262
263
  BTC: "bitcoin",
@@ -325,6 +326,7 @@ exports.SLIP_44_BY_LONG = {
325
326
  secret: 529,
326
327
  terra: 931,
327
328
  kava: 459,
329
+ zcash: 133,
328
330
  };
329
331
  var GET_NETWORK_NAME = function (network) {
330
332
  var networkName;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pioneer-platform/pioneer-coins",
3
- "version": "9.11.7",
3
+ "version": "9.11.9",
4
4
  "main": "./lib/index.js",
5
5
  "types": "./lib/index.d.ts",
6
6
  "_moduleAliases": {