Open antazoey opened 9 months ago
The equivalent of https://github.com/OpenZeppelin/merkle-tree/blob/master/src/standard.ts#L114-L116
It looks like the data is abi encoded before keccaked: https://github.com/OpenZeppelin/merkle-tree/blob/master/src/utils/standard-leaf-hash.ts#L7
What feature should we add?
The equivalent of https://github.com/OpenZeppelin/merkle-tree/blob/master/src/standard.ts#L114-L116