From 3a09cc89ae22653015d09d2c71917758bce3d5bd Mon Sep 17 00:00:00 2001 From: Sara Reynolds Date: Wed, 18 Dec 2024 16:21:55 -0500 Subject: [PATCH] router --- snapshots/V4RouterTest.json | 2 +- test/router/V4Router.gas.t.sol | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/snapshots/V4RouterTest.json b/snapshots/V4RouterTest.json index c7965855..952f619d 100644 --- a/snapshots/V4RouterTest.json +++ b/snapshots/V4RouterTest.json @@ -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" } \ No newline at end of file diff --git a/test/router/V4Router.gas.t.sol b/test/router/V4Router.gas.t.sol index d3e4c1e5..a1ad2120 100644 --- a/test/router/V4Router.gas.t.sol +++ b/test/router/V4Router.gas.t.sol @@ -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")))) ); }