Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
function initialize(uint256 minDelay, address[] proposers, address[] executors, address admin) external
address HYPERLANE_MAILBOX
address WETH
address TIMELOCK_TEMPLATE
uint256 MIN_TIMELOCK_DELAY
mapping(address => address[]) poolsByAsset
error UnauthorizedCaller(address sender)
error InsufficientInitialDeposit(uint256 deposit)
error InsufficientTimelockDelay(uint256 delay)
event PoolDeployed(address pool, address creator, address asset, string name, string symbol, address thirdPartyPool, address timelock)
constructor(address hMailbox, address weth, address timelock, uint256 minTimelockDelay) public
function deployPool(contract ERC20 asset, string name, string symbol, address thirdPartyPool, uint256 timelockDelay, uint256 initialDeposit, address curator) public returns (address)
Was this page helpful?