Insrt-Finance / insrt-v2-contracts

0 stars 3 forks source link

Refactor `updateERC721TokenRisks`, add missing `updateToken` tests #128

Closed NouDaimon closed 1 year ago

NouDaimon commented 1 year ago

The updateERC1155TokenRisks function uses an internal _updateSingleERC1155TokenRisk function. This pattern should be matched for the updateERC721TokenRisks function as well.

Additionally, some tests have to be added: