Description
I integrated the uniswap V3 plugin in order to mock the dex contracts which works smoothly. However, whenever I try to make a function call like createPool() I get an error like undefined. Some uniswap devs told me I need to hard code the init code hash based on this stackoverflow thread. That's great accept the uniswap contracts are not hardcoded into my project since I just imported them as an npm package from Hardhat. If anyone has any suggestions, please let me know.