@pioneer-platform/pioneer-coins 9.2.25 → 9.2.26

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 +1 -0
  2. package/package.json +1 -1
package/lib/paths.js CHANGED
@@ -182,6 +182,7 @@ function getPaths(blockchains, isTestnet) {
182
182
  var entry = {
183
183
  note: " ETH primary (default)",
184
184
  networks: ['eip155:1', 'eip155:*'],
185
+ script_type: "ethereum",
185
186
  type: "address",
186
187
  addressNList: [0x80000000 + 44, 0x80000000 + 60, 0x80000000 + 0],
187
188
  addressNListMaster: [0x80000000 + 44, 0x80000000 + 60, 0x80000000 + 0, 0, 0],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pioneer-platform/pioneer-coins",
3
- "version": "9.2.25",
3
+ "version": "9.2.26",
4
4
  "main": "./lib/index.js",
5
5
  "types": "./lib/index.d.ts",
6
6
  "_moduleAliases": {