You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the vault contract stores users' funds and interacts directly with the token contracts. We want to make sure that the vault is not making any external calls.
Vault should only be responsible for managing vault state(balances, collateralization ratio)
Introduce Vault IDs when creating vaults
Abstract out Liquidation function from Vault module
The text was updated successfully, but these errors were encountered:
Description
Currently, the vault contract stores users' funds and interacts directly with the token contracts. We want to make sure that the vault is not making any external calls.
The text was updated successfully, but these errors were encountered: