• Mark Tyneway's avatar
    contracts-bedrock: delete more dead code (#9742) · 33ecaaa2
    Mark Tyneway authored
    * contracts-bedrock: delete more dead code
    
    Removes legacy getters that read hh deploy artifacts from disk.
    These are no longer used since the hh deploy artifacts no longer
    exist. It is expected that for doing deployments, either the address
    is populated into the `Artifacts` contract at runtime or the contract
    addresses are populated via `CONTRACT_ADDRESSES_PATH` env var which
    points to a JSON file in the superchain-registry repo.
    
    * lint: fix
    33ecaaa2
Artifacts.s.sol 12.2 KB