Skip to content
Prev Previous commit
Next Next commit
add note about storage checks
  • Loading branch information
Amxx committed Mar 27, 2024
commit f004ab759f683f49616d43f2c424faab09dec53e
3 changes: 3 additions & 0 deletions contracts/utils/SlotDerivation.sol
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ pragma solidity ^0.8.20;
* ```
*
* TIP: Consider using this library along with {StorageSlot}.
*
* NOTE: This library provides a way to manipulate storage locations in a non-standard way. Tooling for checking
* upgrade safety will ignore the slots accessed through this library.
*/
library SlotDerivation {
/**
Expand Down