This repository has been archived by the owner on Nov 27, 2024. It is now read-only.
chore: try removing the ignored_error_codes
specified in foundry.toml
#58
Labels
func-mutability
is ignored because NFT'stransferFrom
always reverts so it can bepure
. We should make it pure and remove thisunreachable
is ignored because the ERC-721 transfer logic can't be reached since it always reverts. I'd recommend removing this for now so we find out about any additional unreachable code that's accidentally introducedThe text was updated successfully, but these errors were encountered: