@pioneer-platform/pioneer-caip 9.10.3 → 9.10.6

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,23 @@
1
1
  # @pioneer-platform/pioneer-caip
2
2
 
3
+ ## 9.10.6
4
+
5
+ ### Patch Changes
6
+
7
+ - chore: fix: move @types/pdfkit to dependencies for Docker --production build
8
+
9
+ ## 9.10.5
10
+
11
+ ### Patch Changes
12
+
13
+ - chore: zcash working!
14
+
15
+ ## 9.10.4
16
+
17
+ ### Patch Changes
18
+
19
+ - chore: zcash working!
20
+
3
21
  ## 9.10.3
4
22
 
5
23
  ### Patch Changes
package/lib/data.js CHANGED
@@ -172,8 +172,10 @@ exports.ChainToCaip = {
172
172
  'KUJI': 'cosmos:kaiyo-1/slip44:118',
173
173
  'EOS': 'eos:cf057bbfb72640471fd910bcb67639c2/slip44:194',
174
174
  'ETH': 'eip155:1/slip44:60',
175
+ 'HYPE': 'eip155:2868/slip44:60',
175
176
  'LTC': 'bip122:12a765e31ffd4059bada1e25190f6e98/slip44:2',
176
177
  'MAYA': 'cosmos:mayachain-mainnet-v1/slip44:931',
178
+ 'MON': 'eip155:41454/slip44:60',
177
179
  'OP': 'eip155:10/slip44:60',
178
180
  'OSMO': 'cosmos:osmosis-1/slip44:118',
179
181
  'MATIC': 'eip155:137/slip44:60',
@@ -220,8 +222,10 @@ exports.ChainToNetworkId = {
220
222
  'KUJI': 'cosmos:kaiyo-1',
221
223
  'EOS': 'eos:cf057bbfb72640471fd910bcb67639c2',
222
224
  'ETH': 'eip155:1',
225
+ 'HYPE': 'eip155:2868',
223
226
  'LTC': 'bip122:12a765e31ffd4059bada1e25190f6e98',
224
227
  'MAYA': 'cosmos:mayachain-mainnet-v1',
228
+ 'MON': 'eip155:41454',
225
229
  'OP': 'eip155:10',
226
230
  'OSMO': 'cosmos:osmosis-1',
227
231
  'MATIC': 'eip155:137',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pioneer-platform/pioneer-caip",
3
- "version": "9.10.3",
3
+ "version": "9.10.6",
4
4
  "main": "./lib/index.js",
5
5
  "types": "./lib/index.d.ts",
6
6
  "_moduleAliases": {