Eric Polerecky
Eric Polerecky
I'm running into the same problem, here are screenshots of the d.ts file and the imports for the .sol file.    
I think I found and understand what is going on here: https://ethereum.stackexchange.com/a/127836 ``` ethers handles overloaded functions differently - https://docs.ethers.io/v5/single-page/#/v5/migration/web3/-%23-migration-from-web3-js--contracts--overloaded-functions changing const a = await mynft.release(user1.address) to const a =...