fn load_abi_from_artifact( path_or_contract: &str, ) -> Result<Vec<(JsonAbi, String)>>
Load the ABI from the artifact of a locally compiled contract.