fix: change SlotDerivation usage to 'for *' in template and generated code

This commit is contained in:
Gonzalo Othacehe
2025-06-23 21:08:42 -03:00
parent d43e45b352
commit 5702d954c6
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ pragma solidity ^0.8.20;
* contract Example {
* // Add the library methods
* using StorageSlot for bytes32;
* using SlotDerivation for bytes32;
* using SlotDerivation for *;
*
* // Declare a namespace
* string private constant _NAMESPACE = "<namespace>"; // eg. OpenZeppelin.Slot