function deployFactory
deployFactory(address)
function deployFactory(
address deployer
) returns (AmmalgamFactory);
deployFactory(address, TimelockController, IAmmalgamPair, ITransparentUpgradeableProxy)
function deployFactory(
address deployer,
TimelockController timelock,
IAmmalgamPair pairImplementation,
ITransparentUpgradeableProxy satProxy
) returns (AmmalgamFactory);