Open jrico207 opened 1 year ago
Hey @jrico207,
Maybe the issue is resolved for you now after many versions have been released.
But I would advise for moving from verifyMultiCompilerAPI
since it does the same thing as tenderly.verify
, but it is way less stable.
tenderly.verify
loads the compiler configuration that you used to to deploy the contract from hardhat, which is more reliable than you providing the compiler config by yourself.
Or maybe you have a use-case that we are not covering? Maybe you have deployed this contract months ago and you want to verify that contract with the compiler config you used back then?
My contract needs solidity compiler option
--via-ir
it seemstenderly.verifyMultiCompilerAPI
does not use this compiler option. Hardhat supports this option so while I'm able to use it with hardhat, I can't compile and verify contracts using tenderly.Can you add
viaIR
option?This is how it looks on hardhat.
Without it, I get this compilation error.