Skip to content

Commit

Permalink
woohoo
Browse files Browse the repository at this point in the history
  • Loading branch information
dianakocsis committed Jan 21, 2025
1 parent a7b12c2 commit ec13bf0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions snapshots/PoolManagerTest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion test/PoolManager.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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)));
Expand Down

0 comments on commit ec13bf0

Please sign in to comment.