ContractDeployer.deployReleasedContract() method
Deploy any released contract by its name
Signature:
deployReleasedContract(releaserAddress: string, contractName: string, constructorParams: any[]): Promise<string>;
Parameters
| Parameter | Type | Description | 
|---|---|---|
| releaserAddress | string | the address of the releaser | 
| contractName | string | the name of the contract to deploy | 
| constructorParams | any[] | the constructor params to pass to the contract | 
Returns:
Promise<string>