Skip to content

Commit fd94190

Browse files
Merge pull request #45 from euler-xyz/human-readable-curve-identifier
why bother hashing? it's always going to be a short descriptor anyway
2 parents a42faf6 + 6e3c66a commit fd94190

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/EulerSwap.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import {Math} from "openzeppelin-contracts/utils/math/Math.sol";
1414
contract EulerSwap is IEulerSwap, EVCUtil {
1515
using SafeERC20 for IERC20;
1616

17-
bytes32 public constant curve = keccak256("EulerSwap v1");
17+
bytes32 public constant curve = bytes32("EulerSwap v1");
1818

1919
address public immutable vault0;
2020
address public immutable vault1;

0 commit comments

Comments
 (0)