@pioneer-platform/pioneer-coins 9.2.16 → 9.2.18
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/paths.js +1 -1
- 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.
|
|
108
|
+
if (blockchains.some(function (blockchain) { return blockchain.includes('eip155:'); })) {
|
|
109
109
|
var entry = {
|
|
110
110
|
note: " ETH primary (default)",
|
|
111
111
|
symbol: 'ETH',
|