From a597fdd81b8e7bc462008967d6fc5b583e524824 Mon Sep 17 00:00:00 2001 From: ChefMist <133624774+ChefMist@users.noreply.github.com> Date: Tue, 16 Apr 2024 11:46:16 +0800 Subject: [PATCH] feat: update v4-core and v4-periphery deps (#2) * feat: update v4-core and v4-periphery deps * chore: update v4-periphery deps * test: update test based on updated v4-periphery --- lib/pancake-v4-core | 2 +- lib/pancake-v4-periphery | 2 +- test/pool-bin/utils/BinTestUtils.sol | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/pancake-v4-core b/lib/pancake-v4-core index 4d2c745..a3cf6ea 160000 --- a/lib/pancake-v4-core +++ b/lib/pancake-v4-core @@ -1 +1 @@ -Subproject commit 4d2c74569471bbc3e70c24c933d908ef3d2acbbb +Subproject commit a3cf6ea800536e8103cb3e6e2c52cb47d323a497 diff --git a/lib/pancake-v4-periphery b/lib/pancake-v4-periphery index bb67994..92d8948 160000 --- a/lib/pancake-v4-periphery +++ b/lib/pancake-v4-periphery @@ -1 +1 @@ -Subproject commit bb679948bfabe20a953893d63d14d5682a585dc7 +Subproject commit 92d894854db7f8a17840083840e6f9dde0eee377 diff --git a/test/pool-bin/utils/BinTestUtils.sol b/test/pool-bin/utils/BinTestUtils.sol index be23b3d..dfa567b 100644 --- a/test/pool-bin/utils/BinTestUtils.sol +++ b/test/pool-bin/utils/BinTestUtils.sol @@ -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);