Last updated 7 months ago
Library containing the logic to deploy a pool contract.
Deploys a new pool contract.
function createPool( address configurator_, address asset_, string memory name_, string memory symbol_ ) public returns (address pool_);