Skip to content

[Contract Verification] Multiple issues with the era scan (sepolia) backend and having non-matching bytecode #512

Discussion options

You must be logged in to vote

Hi @jordaniza,
After our investigation, here are some key points:

  • When resolving contracts needed for DAOFactory verification hardhat try to only gather dependent contracts but this context wasn't enough for zksolc compiler on BE verification side. Once we sent full context to the BE, verification succeeded.
  • Beside this, since the code base needed for DAOFactory verification is large, hardhat verify process ended so the fallback mechanism that send full context is not triggered. Nonetheless, contract DAOFactory is now verified, and you can access it here.
  • Regarding DAO verification, currently the backend verification system does not support verifying contracts deployed from another contr…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@jordaniza
Comment options

Answer selected by bxpana
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contract-verification Questions for contract verification WIP The issue is currently being worked on
3 participants