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.
2 parents a42faf6 + 6e3c66a commit fd94190Copy full SHA for fd94190
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