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

Support multiple implementations #14

Open stiefn opened 2 months ago

stiefn commented 2 months ago

Some contracts might delegatecall to more than 1 other contract.

Examples:

If the contract that is delegatecalled writes to storage or emits events, they must be added as implementation to init. Currently, we can only set 1 implementation.