According to the docs, "Once a token has no more Deposits in the Silo, it's WhitelistStatus should be removed through calling removeWhitelistStatus
."
The issue is that the removeWhitelistStatus
is not added to any facet and it will require further contract deployment using the Init pattern in order to remove a token whitelist status.
Note that addWhitelistStatus
for instance is used inside the WhitelistFacet
-> LibWhitelist
to add new whitelisted token status.
LibWhitelist:
Manual Review
Consider exposing the removeWhitelistStatus
to the whitelist facet just like the addWhitelistStatus
function is.
The contest is live. Earn rewards by submitting a finding.
This is your time to appeal against judgements on your submissions.
Appeals are being carefully reviewed by our judges.