Skip to content

Commit

Permalink
chore: use forked balancer
Browse files Browse the repository at this point in the history
  • Loading branch information
meetmangukiya authored and mfw78 committed Oct 8, 2024
1 parent 0c42676 commit eb2039c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/BalancerSwap.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit eb2039c

Please sign in to comment.