pub fn get_artifact_code(
state: &Cheatcodes,
path: &str,
deployed: bool,
) -> Result<Bytes>Expand description
Returns the path to the json artifact depending on the input
Can parse following input formats:
path/to/artifact.jsonpath/to/contract.solpath/to/contract.sol:ContractNamepath/to/contract.sol:ContractName:0.8.23path/to/contract.sol:0.8.23ContractNameContractName:0.8.23