matter-labs / zksync-era

zkSync era
Apache License 2.0
3.08k stars 2.07k forks source link

Can't verify SC bytecode due to missing 1.4.0 compiler in hh plugin and zkSync Mainnet Explorer #1217

Open nikital111 opened 7 months ago

nikital111 commented 7 months ago

When I deploy my SC in mainnet I choose latest version of zksolc compiler in settings. My logs said that it was 1.4.0 version. And while verifying I got Error in plugin @matterlabs/hardhat-zksync-verify: Unknown zksolc version: v1.4.0. I want verify my SC through https://explorer.zksync.io/, but there is no input choice for 1.4.0 compiler.

EmilLuta commented 6 months ago

@MexicanAce could you chime in?