Closed ruymaster closed 12 months ago
That's interesting because the typescript scripts in gnus-ai contracts for deployment have this functionality.
While testing upgrade script, I found some old selectors are not removed on diamond. For example, I updated parameters in getAuctionFee function. If I upgrade contract with new getAuctionFee function, old getAuctionFee function selector should be deleted. But it is not deleted.
Done