@ellipticltd/aml-utils 0.14.2-SCR-638-3 → 0.14.2

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.
@@ -367,7 +367,7 @@ const validations = {
367
367
  return /^[1-9A-HJ-NP-Za-km-z]{32,44}$/.test(str);
368
368
  },
369
369
  isTxHash(str) {
370
- return /^[1-9A-HJ-NP-Za-km-z]{80,90}$/.test(str);
370
+ return /^[1-9A-HJ-NP-Za-km-z]{77,88}$/.test(str);
371
371
  },
372
372
  },
373
373
  binanceSmartChain: {
@@ -372,7 +372,7 @@ const validations = {
372
372
  return /^[1-9A-HJ-NP-Za-km-z]{32,44}$/.test(str);
373
373
  },
374
374
  isTxHash(str) {
375
- return /^[1-9A-HJ-NP-Za-km-z]{80,90}$/.test(str);
375
+ return /^[1-9A-HJ-NP-Za-km-z]{77,88}$/.test(str);
376
376
  },
377
377
  },
378
378
  binanceSmartChain: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ellipticltd/aml-utils",
3
- "version": "0.14.2-SCR-638-3",
3
+ "version": "0.14.2",
4
4
  "description": "Utilities, helpers, validations, type-checking, etc",
5
5
  "engines": {
6
6
  "node": "10.1.0",