Skip to content

Commit a8cf496

Browse files
committed
tighten up MAX_QUOTE_ERROR
1 parent 612bbb1 commit a8cf496

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/EulerSwapTestBase.t.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import {Hooks} from "@uniswap/v4-core/src/libraries/Hooks.sol";
1313
import {MetaProxyDeployer} from "../src/utils/MetaProxyDeployer.sol";
1414

1515
contract EulerSwapTestBase is EVaultTestBase {
16-
uint256 public constant MAX_QUOTE_ERROR = 4;
16+
uint256 public constant MAX_QUOTE_ERROR = 2;
1717

1818
address public depositor = makeAddr("depositor");
1919
address public holder = makeAddr("holder");

0 commit comments

Comments
 (0)