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
Create a token adapter contract that facilitates the burning and minting of metastable tokens. The adapter should interact directly with the Vault Contracts to manage metastable balances.
Tasks
Design the metastable token adapter contract interface
Implement functions for minting and burning of metastable tokens as well as representing the balance on the vault contracts
Integrate the adapter with the Vault Contracts
Write tests to ensure the functionality of the metastable token adapter
Description
Create a token adapter contract that facilitates the burning and minting of metastable tokens. The adapter should interact directly with the Vault Contracts to manage metastable balances.
Tasks
NB: This was previously implemented here: https://github.com/Descent-Collective/protocol-core/blob/module/adapter/contracts/adapter.sol#L89
The text was updated successfully, but these errors were encountered: