Skip to content

Commit

Permalink
router
Browse files Browse the repository at this point in the history
  • Loading branch information
snreynolds committed Dec 18, 2024
1 parent 27028c2 commit 3a09cc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion snapshots/V4RouterTest.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@
"V4Router_ExactOutputSingle": "133337",
"V4Router_ExactOutputSingle_nativeIn_sweepETH": "126419",
"V4Router_ExactOutputSingle_nativeOut": "119821",
"position manager initcode hash (without constructor params, as uint256)": "27545762869727400677117557485685740862616789454191614676777323590122002226479"
"router initcode hash (without constructor params, as uint256)": "27545762869727400677117557485685740862616789454191614676777323590122002226479"
}
2 changes: 1 addition & 1 deletion test/router/V4Router.gas.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ contract V4RouterTest is RoutingTestHelpers {

function test_router_initcodeHash() public {
vm.snapshotValue(
"position manager initcode hash (without constructor params, as uint256)",
"router initcode hash (without constructor params, as uint256)",
uint256(keccak256(abi.encodePacked(vm.getCode("MockV4Router.sol:MockV4Router"))))
);
}
Expand Down

0 comments on commit 3a09cc8

Please sign in to comment.