Insrt-Finance / insrt-v2-contracts

0 stars 3 forks source link

Feat: Initial reactivateERC1155Assets functionality #83

Closed CruzMolina closed 1 year ago

CruzMolina commented 1 year ago
CruzMolina commented 1 year ago

Have wip behavior tests for this, waiting on https://github.com/Insrt-Finance/insrt-v2-contracts/pull/76.

NouDaimon commented 1 year ago

Looking at _updateSingleERC1155Risk I need to apply some of my own feedback (with the enforces) but I think there is a lot of overlap between this functionality and the _updateSingleERC1155Risk which can handle activating non-active tokens.

Are the functionalities different enough to warrant different functions?