Skip to content

Commit

Permalink
Remove commented-out code in tasks/sep/019-fp-holocene-upgrade/Nested…
Browse files Browse the repository at this point in the history
…SignFromJson.s.sol

Co-authored-by: clabby <ben@clab.by>
  • Loading branch information
sebastianst and clabby authored Nov 22, 2024
1 parent e256295 commit 9f0a42d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tasks/sep/019-fp-holocene-upgrade/NestedSignFromJson.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,6 @@ contract NestedSignFromJson is OriginalNestedSignFromJson {
// Here we add the standard (non Safe signer) exceptions.
address[] memory shouldHaveCodeExceptions = new address[](0 + numberOfSafeSignersWithNoCode);

// shouldHaveCodeExceptions[0] = systemConfigOwner;
// shouldHaveCodeExceptions[1] = batchSenderAddress;
// shouldHaveCodeExceptions[2] = p2pSequencerAddress;
// shouldHaveCodeExceptions[3] = batchInboxAddress;

// And finally, we append the Safe signer exceptions.
for (uint256 i = 0; i < safeSignersWithNoCode.length; i++) {
Expand Down

0 comments on commit 9f0a42d

Please sign in to comment.