jrocco2
Results
1
issues of
jrocco2
Im using this exact demo code while using Hardhat on a forked Ethereum mainnet node. const result = await signDaiPermit(window.ethereum, tokenAddress, senderAddress, spender); await token.methods.permit(senderAddress, spender, result.nonce, result.expiry, true, result.v,...