pub async fn deploy_with_proxy(
deployer: &Signer,
eth_client: &EthClient,
contract_path: &Path,
salt: &[u8],
) -> Result<ProxyDeployment, DeployError>Expand description
Deploys a contract behind an OpenZeppelin’s ERC1967Proxy.
pub async fn deploy_with_proxy(
deployer: &Signer,
eth_client: &EthClient,
contract_path: &Path,
salt: &[u8],
) -> Result<ProxyDeployment, DeployError>Deploys a contract behind an OpenZeppelin’s ERC1967Proxy.