@pioneer-platform/pioneer-coins 9.2.20 → 9.2.21

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.
Files changed (2) hide show
  1. package/lib/paths.js +5 -5
  2. package/package.json +1 -1
package/lib/paths.js CHANGED
@@ -72,7 +72,7 @@ function getPaths(blockchains, isTestnet) {
72
72
  //legacy bip44
73
73
  output.push({
74
74
  note: "Bitcoin account 0",
75
- network: ['bip122:000000000019d6689c085ae165831e93'],
75
+ networks: ['bip122:000000000019d6689c085ae165831e93'],
76
76
  script_type: "p2pkh",
77
77
  available_scripts_types: ['p2pkh', 'p2sh', 'p2wpkh', 'p2sh-p2wpkh'],
78
78
  type: "xpub",
@@ -85,7 +85,7 @@ function getPaths(blockchains, isTestnet) {
85
85
  //bech32 bip84
86
86
  output.push({
87
87
  note: "Bitcoin account Native Segwit (Bech32)",
88
- network: ['bip122:000000000019d6689c085ae165831e93'],
88
+ networks: ['bip122:000000000019d6689c085ae165831e93'],
89
89
  script_type: "p2wpkh", //bech32
90
90
  available_scripts_types: ['p2pkh', 'p2sh', 'p2wpkh', 'p2sh-p2wpkh'],
91
91
  type: "zpub",
@@ -203,7 +203,7 @@ function getPaths(blockchains, isTestnet) {
203
203
  addressNListMaster: [0x80000000 + 44, 0x80000000 + 118, 0x80000000 + 0, 0, 0],
204
204
  curve: 'secp256k1',
205
205
  showDisplay: false, // Not supported by TrezorConnect or Ledger, but KeepKey should do it
206
- network: ['cosmos:osmosis-1'],
206
+ networks: ['cosmos:osmosis-1'],
207
207
  };
208
208
  if (isTestnet) {
209
209
  entry.testnet = true;
@@ -246,7 +246,7 @@ function getPaths(blockchains, isTestnet) {
246
246
  //bech32 bip84
247
247
  output.push({
248
248
  note: "Litecoin account Native Segwit (Bech32)",
249
- network: ['bip122:12a765e31ffd4059bada1e25190f6e98'],
249
+ networks: ['bip122:12a765e31ffd4059bada1e25190f6e98'],
250
250
  script_type: "p2wpkh", //bech32
251
251
  available_scripts_types: ['p2pkh', 'p2sh', 'p2wpkh', 'p2sh-p2wpkh'],
252
252
  type: "zpub",
@@ -307,7 +307,7 @@ function getPaths(blockchains, isTestnet) {
307
307
  var entry = {
308
308
  note: "Default zcash path",
309
309
  type: "address",
310
- network: ['bip122:0000000000196a45'],
310
+ networks: ['bip122:0000000000196a45'],
311
311
  blockchain: 'zcash',
312
312
  script_type: "p2pkh",
313
313
  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.20",
3
+ "version": "9.2.21",
4
4
  "main": "./lib/index.js",
5
5
  "types": "./lib/index.d.ts",
6
6
  "_moduleAliases": {