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 bbfa037 commit 6e3c66aCopy full SHA for 6e3c66a
src/EulerSwap.sol
@@ -14,7 +14,7 @@ import {Math} from "openzeppelin-contracts/utils/math/Math.sol";
14
contract EulerSwap is IEulerSwap, EVCUtil {
15
using SafeERC20 for IERC20;
16
17
- bytes32 public constant curve = keccak256("EulerSwap v1");
+ bytes32 public constant curve = bytes32("EulerSwap v1");
18
19
address public immutable vault0;
20
address public immutable vault1;
0 commit comments