Skip to content

Commit 17310d9

Browse files
authored
Update script/libraries/LibInitializeGuard.sol
1 parent bb5463c commit 17310d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

script/libraries/LibInitializeGuard.sol

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,7 @@ library LibInitializeGuard {
289289

290290
if ($cache._lastInitVer[proxy] != 0) {
291291
// assume given proxy use `Initializable` from OpenZeppelin v5
292+
// ToDo(TuDo1403): switch to `forkId` if working multichain
292293
bytes32 slotValue = vm.load(proxy, INITIALIZABLE_STORAGE_OZV5);
293294
if (slotValue != 0) {
294295
initSlot.found = true;

0 commit comments

Comments
 (0)