ChainSecurity / deployment_validation

Deployment Validation Files aim to simplify Deployment Validation of Smart Contracts
GNU Affero General Public License v3.0
22 stars 1 forks source link

Add flag for loading artifacts from path instead of generating them #16

Open stiefn opened 2 months ago

stiefn commented 2 months ago

Some other chains might support alternate compilers (i.e. zksync) that we do not all want to accomodate. Instead we expect from the user to provide the artifacts (compiler output (init code, bytecode, ast, abi) and the storage layout) in the expected format ("foundry").