Skip to main content

deploy_with_proxy

Function deploy_with_proxy 

Source
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.