Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
vmaark committed Dec 20, 2024
1 parent 2e12639 commit b432c40
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contracts/test/TestHelper.sol
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ contract TestHelper is Test {
bytes32 ORIGINAL_INIT_CODE_HASH = 0x010004df694643e2d7e17535f16c21e9d1698b06c2ef330166830639b23b7f43;
bytes32 NEW_INIT_CODE_HASH = 0x010004dba4c88c36b9cf5b708cdea396e454c1d162b487daa289669537fe8f0d;

// bytecode = contractUsingUniswapV2Library.code;
bytecode = veryBadBytesReplacer(bytecode, ORIGINAL_INIT_CODE_HASH, NEW_INIT_CODE_HASH);
vm.etch(contractUsingUniswapV2Library, bytecode);
}
Expand Down

0 comments on commit b432c40

Please sign in to comment.