@pioneer-platform/pioneer-coins 9.11.8 → 9.11.10
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 +12 -0
- package/lib/coins.d.ts +1 -0
- package/lib/coins.js +2 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @pioneer-platform/pioneer-coins
|
|
2
2
|
|
|
3
|
+
## 9.11.10
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- chore: chore: chore: chore: chore: fix: move @types/pdfkit to dependencies for Docker --production build
|
|
8
|
+
|
|
9
|
+
## 9.11.9
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- chore: chore: chore: chore: fix: move @types/pdfkit to dependencies for Docker --production build
|
|
14
|
+
|
|
3
15
|
## 9.11.8
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
package/lib/coins.d.ts
CHANGED
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;
|