// Useful constants for constucting Merkle trees export const EMPTY = '0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855'; export const ZERO = '0x0000000000000000000000000000000000000000000000000000000000000000'; export const MAX_HEIGHT = 256;