@pioneer-platform/pioneer-coins 9.2.22 → 9.2.23

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
@@ -288,7 +288,7 @@ function getPaths(blockchains, isTestnet) {
288
288
  };
289
289
  output.push(entry);
290
290
  }
291
- if (blockchains.indexOf('ripple:4109C6F2045FC7EFF4CDE8F9905D19C2') >= 0) {
291
+ if (blockchains.indexOf('ripple:4109c6f2045fc7eff4cde8f9905d19c2') >= 0) {
292
292
  var entry = {
293
293
  note: "Default ripple path",
294
294
  type: "address",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pioneer-platform/pioneer-coins",
3
- "version": "9.2.22",
3
+ "version": "9.2.23",
4
4
  "main": "./lib/index.js",
5
5
  "types": "./lib/index.d.ts",
6
6
  "_moduleAliases": {