tenderly-cli
tenderly-cli copied to clipboard
show "Compiler version is inconsistent" when doing `tenderly export`
✗ tenderly export --export-network p2 0x7e84858a5827........45e3580da34a697b7c3a
Collecting network information...
Collecting transaction information...
Collecting contracts...
Compiler version is inconsistent
any idea what this means?
version info:
- tenderly CLI version: v1.4.5
- solidity version of the contract: 0.8.15
I am facing the same issue, did this error resolve?
@DiveInto @jainkunal try deleting the build folder in your project root and recompiling contracts, it worked for me