@ellipticltd/aml-utils 0.5.0 → 0.6.0

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.
@@ -241,7 +241,7 @@ const validations = {
241
241
  },
242
242
  zilliqa: {
243
243
  isAddress(str) {
244
- return zilUtils.validation.isAddress(str);
244
+ return zilUtils.validation.isBech32(str);
245
245
  },
246
246
  isTxHash(str) {
247
247
  return str.length === 66 && web3.isHexStrict(str);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ellipticltd/aml-utils",
3
- "version": "0.5.0",
3
+ "version": "0.6.0",
4
4
  "description": "Utilities, helpers, validations, type-checking, etc",
5
5
  "engines": {
6
6
  "node": "10.1.0",