@pioneer-platform/pioneer-coins 9.2.21 → 9.2.22

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/lib/coins.d.ts CHANGED
@@ -106,6 +106,7 @@ export declare const COIN_MAP_KEEPKEY_LONG: {
106
106
  AVAX: string;
107
107
  EOS: string;
108
108
  FIO: string;
109
+ ZEC: string;
109
110
  };
110
111
  export declare const SLIP_44_BY_LONG: any;
111
112
  export declare const GET_NETWORK_NAME: (network: string) => string;
package/lib/coins.js CHANGED
@@ -284,6 +284,7 @@ exports.COIN_MAP_KEEPKEY_LONG = {
284
284
  AVAX: "Avalanche",
285
285
  EOS: "Eos",
286
286
  FIO: "Fio",
287
+ ZEC: 'Zcash',
287
288
  };
288
289
  exports.SLIP_44_BY_LONG = {
289
290
  bitcoin: 0,
package/lib/paths.js CHANGED
@@ -23,7 +23,7 @@ exports.blockchains = [
23
23
  // 'eip155:10',
24
24
  'cosmos:osmosis-1',
25
25
  // 'eip155:137',
26
- 'ripple:unknown',
26
+ 'ripple:4109c6f2045fc7eff4cde8f9905d19c2',
27
27
  'cosmos:thorchain-mainnet-v1',
28
28
  'bip122:0000000000196a45'
29
29
  ];
@@ -292,7 +292,7 @@ function getPaths(blockchains, isTestnet) {
292
292
  var entry = {
293
293
  note: "Default ripple path",
294
294
  type: "address",
295
- networks: ['ripple:4109C6F2045FC7EFF4CDE8F9905D19C2'],
295
+ networks: ['ripple:4109c6f2045fc7eff4cde8f9905d19c2'],
296
296
  blockchain: 'ripple',
297
297
  script_type: "p2pkh",
298
298
  available_scripts_types: ['p2pkh'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pioneer-platform/pioneer-coins",
3
- "version": "9.2.21",
3
+ "version": "9.2.22",
4
4
  "main": "./lib/index.js",
5
5
  "types": "./lib/index.d.ts",
6
6
  "_moduleAliases": {