For the complete documentation index, see llms.txt. This page is also available as Markdown.

PoolDeployer

Git Source

Library containing the logic to deploy a pool contract.

Functions

createPool

Deploys a new pool contract.

function createPool(
    address configurator_,
    address asset_,
    string memory name_,
    string memory symbol_
)
    public
    returns (address pool_);

Last updated

Was this helpful?