diff --git a/snapshots/PoolManagerTest.json b/snapshots/PoolManagerTest.json index 6b4b61a05..594357f46 100644 --- a/snapshots/PoolManagerTest.json +++ b/snapshots/PoolManagerTest.json @@ -3,8 +3,8 @@ "addLiquidity with native token": "135001", "donate gas with 1 token": "106214", "donate gas with 2 tokens": "145510", - "erc20 collect protocol fees": "57536", - "native collect protocol fees": "59179", + "erc20 collect protocol fees": "57728", + "native collect protocol fees": "59371", "poolManager bytecode size": "24009", "poolManager initcode hash (without constructor params, as uint256)": "19281018184167079101887460999643277467915809731640262058315305465805214934776", "removeLiquidity with empty hook": "130613", diff --git a/test/PoolManager.t.sol b/test/PoolManager.t.sol index 0972fb7f8..f252c8ab3 100644 --- a/test/PoolManager.t.sol +++ b/test/PoolManager.t.sol @@ -73,7 +73,7 @@ contract PoolManagerTest is Test, Deployers { uint24 constant MAX_PROTOCOL_FEE_BOTH_TOKENS = (1000 << 12) | 1000; // 1000 1000 - address recipientAddress = address(123456789); + address recipientAddress = makeAddr("recipientAddress"); function setUp() public { initializeManagerRoutersAndPoolsWithLiq(IHooks(address(0)));