@ocap/merkle-tree 1.18.34 → 1.18.35

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/index.js +2 -0
  2. package/package.json +4 -4
package/lib/index.js CHANGED
@@ -150,6 +150,8 @@ class MerkleTree {
150
150
 
151
151
  module.exports = MerkleTree;
152
152
 
153
+ module.exports.BLACK_HOLE = '0x0000000000000000000000000000000000000000';
154
+
153
155
  module.exports.keccak256 = keccak256;
154
156
  module.exports.encodePacked = encodePacked;
155
157
 
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.18.34",
6
+ "version": "1.18.35",
7
7
  "description": "Merkle tree implementation that powers DID Rollup",
8
8
  "main": "lib/index.js",
9
9
  "files": [
@@ -23,8 +23,8 @@
23
23
  "web3-utils": "^1.8.0"
24
24
  },
25
25
  "dependencies": {
26
- "@ocap/mcrypto": "1.18.34",
27
- "@ocap/util": "1.18.34"
26
+ "@ocap/mcrypto": "1.18.35",
27
+ "@ocap/util": "1.18.35"
28
28
  },
29
- "gitHead": "c12d3cbf9617d861d83c08726d9e0d55fdf9a459"
29
+ "gitHead": "21178573bd44a1fb3a3a71f21bb8e81433322a69"
30
30
  }