Im getting an error at this line
const value = ethers.utils.hexlify(ethers.utils.zeroPad(signerAddress, 32))
I removed the utils in ethers.utils. hexlify and changed to ether.hexlify and that took care of that issue.
however, ethers.utils.zeroPad doesnt work nor does ethers.zeroPad
Whats the solution to this?