@pioneer-platform/pioneer-coins 9.2.16 → 9.2.17

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 -1
  2. package/package.json +1 -1
package/lib/paths.js CHANGED
@@ -105,7 +105,7 @@ function getPaths(blockchains, isTestnet) {
105
105
  });
106
106
  }
107
107
  }
108
- if (blockchains.indexOf('eip155:1') >= 0) {
108
+ if (blockchains.indexOf('eip155:') >= 0) {
109
109
  var entry = {
110
110
  note: " ETH primary (default)",
111
111
  symbol: 'ETH',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pioneer-platform/pioneer-coins",
3
- "version": "9.2.16",
3
+ "version": "9.2.17",
4
4
  "main": "./lib/index.js",
5
5
  "types": "./lib/index.d.ts",
6
6
  "_moduleAliases": {