Skip to content

Commit

Permalink
feat: update v4-core and v4-periphery deps (#2)
Browse files Browse the repository at this point in the history
* feat: update v4-core and v4-periphery deps

* chore: update v4-periphery deps

* test: update test based on updated v4-periphery
  • Loading branch information
ChefMist authored Apr 16, 2024
1 parent ac4e669 commit a597fdd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/pancake-v4-core
Submodule pancake-v4-core updated 101 files
2 changes: 1 addition & 1 deletion lib/pancake-v4-periphery
2 changes: 1 addition & 1 deletion test/pool-bin/utils/BinTestUtils.sol
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ contract BinTestUtils {
vault.registerPoolManager(address(poolManager));

positionManager = new BinFungiblePositionManager(vault, poolManager, address(0));
swapRouter = new BinSwapRouter(poolManager, vault, address(0));
swapRouter = new BinSwapRouter(vault, poolManager, address(0));

MockERC20 token0 = new MockERC20("token0", "T0", 18);
MockERC20 token1 = new MockERC20("token1", "T1", 18);
Expand Down

0 comments on commit a597fdd

Please sign in to comment.