Skip to main content

ContractDeployer.deployReleasedContract() method

Deploy any released contract by its name

Signature:

deployReleasedContract(releaserAddress: string, contractName: string, constructorParams: any[]): Promise<string>;

Parameters

ParameterTypeDescription
releaserAddressstringthe address of the releaser
contractNamestringthe name of the contract to deploy
constructorParamsany[]the constructor params to pass to the contract

Returns:

Promise<string>