1 min readNov 6, 2018
Hi,
I’m not familiar with, eth-sig-util
's recoverTypedSignature
; however I suggest generating the hash with TypedDataUtils.sign
and then using ethers.js
to recover the address. Hope this helps. https://github.com/ethers-io/ethers.js/