GenerateMerkleTreeInfoERC20Params

type GenerateMerkleTreeInfoERC20Params = {
snapshot: Array<SnapshotEntryERC20>;
tokenAddress: string;
};