We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb5463c commit 17310d9Copy full SHA for 17310d9
script/libraries/LibInitializeGuard.sol
@@ -289,6 +289,7 @@ library LibInitializeGuard {
289
290
if ($cache._lastInitVer[proxy] != 0) {
291
// assume given proxy use `Initializable` from OpenZeppelin v5
292
+ // ToDo(TuDo1403): switch to `forkId` if working multichain
293
bytes32 slotValue = vm.load(proxy, INITIALIZABLE_STORAGE_OZV5);
294
if (slotValue != 0) {
295
initSlot.found = true;
0 commit comments