We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c42676 commit eb2039cCopy full SHA for eb2039c
test/e2e/BalancerSwap.t.sol
@@ -38,7 +38,7 @@ interface IBalancerVault is IVault {
38
function getInternalBalance(address user, IERC20[] calldata tokens) external view returns (uint256[] memory);
39
}
40
41
-contract BalancerSwapTest is Helper(false) {
+contract BalancerSwapTest is Helper(true) {
42
IERC20Mintable token1;
43
IERC20Mintable token2;
44
IERC20Mintable token3;
0 commit comments