@pioneer-platform/pioneer-coins 9.0.6 → 9.0.8

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 +2 -2
  2. package/package.json +1 -1
package/lib/paths.js CHANGED
@@ -294,14 +294,14 @@ function getPaths(blockchains, isTestnet) {
294
294
  }
295
295
  output.push(entry);
296
296
  }
297
- if (blockchains.indexOf('bip122:00000ffd590b1485b3caadc19b22e637') >= 0) {
297
+ if (blockchains.indexOf('bip122:000007d91d1254d60e2dd1ae58038307') >= 0) {
298
298
  var entry = {
299
299
  note: "Default dash path",
300
300
  type: "xpub",
301
301
  coin: 'Dash',
302
302
  symbol: 'DASH',
303
303
  symbolSwapKit: 'DASH',
304
- network: 'bip122:00000ffd590b1485b3caadc19b22e637',
304
+ network: 'bip122:000007d91d1254d60e2dd1ae58038307',
305
305
  blockchain: 'dash',
306
306
  script_type: "p2pkh",
307
307
  available_scripts_types: ['p2pkh'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pioneer-platform/pioneer-coins",
3
- "version": "9.0.6",
3
+ "version": "9.0.8",
4
4
  "main": "./lib/index.js",
5
5
  "types": "./lib/main.d.ts",
6
6
  "_moduleAliases": {