From eb2039c80106efa818b6db06ea6ddc7dde6d9ca4 Mon Sep 17 00:00:00 2001 From: Meet Mangukiya Date: Mon, 7 Oct 2024 16:38:52 +0530 Subject: [PATCH] chore: use forked balancer --- test/e2e/BalancerSwap.t.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/BalancerSwap.t.sol b/test/e2e/BalancerSwap.t.sol index 948f85b7..ca3fd388 100644 --- a/test/e2e/BalancerSwap.t.sol +++ b/test/e2e/BalancerSwap.t.sol @@ -38,7 +38,7 @@ interface IBalancerVault is IVault { function getInternalBalance(address user, IERC20[] calldata tokens) external view returns (uint256[] memory); } -contract BalancerSwapTest is Helper(false) { +contract BalancerSwapTest is Helper(true) { IERC20Mintable token1; IERC20Mintable token2; IERC20Mintable token3;