Skip to content

Conversation

@ozedd-ee
Copy link

Resolves #51
Abstracts out Liquidation function from the vault module.

Model:

  • A single, pre-deployed 'Liquidator' contract handles liquidation of Vaults.
  • The address for the Liquidator contract is to be provided at each Vault deployment.
  • Calls made to the 'liquidate' function of the 'Liquidator' contract have to specify the vault ID (the address) of the Vault to be liquidated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Vault Module]: Refactor vault contract to only manage vault state

1 participant