Skip to content

Commit

Permalink
fixes for some PR review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
protolambda committed Apr 17, 2024
1 parent b2c2d1b commit 4efb5f7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
6 changes: 0 additions & 6 deletions packages/contracts-bedrock/scripts/L2Genesis.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,6 @@ contract L2Genesis is Deployer {
return "L2Genesis";
}

/// @dev Reads the deploy config, sets `outfile` which is where the `vm.dumpState` will be saved to, and
/// loads in the addresses for the L1 contract deployments.
function setUp() public override {
super.setUp();
}

function artifactDependencies() internal view returns (L1Dependencies memory l1Dependencies_) {
console.log("retrieving L1 deployments from artifacts");
return L1Dependencies({
Expand Down
1 change: 0 additions & 1 deletion packages/contracts-bedrock/test/L2Genesis.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ contract L2GenesisTest is Test {
return abi.decode(vm.ffi(commands), (uint256));
}

// can this become a modifier?
function withTempDump(function (string memory) internal f) internal {
string memory path = tmpfile();
f(path);
Expand Down

0 comments on commit 4efb5f7

Please sign in to comment.