You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 likeundefined. 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.