Vault Factory
Deploy your own mangrove vault with the vault factory
https://github.com/mangrovedao/mangrove-vault/blob/899abdb187f1801ba44621c0e25a697edda859e7/src/MangroveVaultFactory.sol#L8-L18
Last updated
Was this helpful?
Deploy your own mangrove vault with the vault factory
Last updated
Was this helpful?
Was this helpful?
function createVault(
AbstractKandelSeeder _seeder,
address _BASE,
address _QUOTE,
uint256 _tickSpacing,
uint8 _decimals,
string memory name,
string memory symbol,
address _oracle,
address _owner
) public returns (MangroveVault vault) {