Skip to content

Conversation

@haythemsellami
Copy link
Contributor

@haythemsellami haythemsellami commented Dec 19, 2024

bytes32 poolKey = keccak256(
  abi.encode(
      poolAsset0,
      poolAsset1,
      feeMultiplier,
      params.holder,
      params.priceX,
      params.priceY,
      params.concentrationX,
      params.concentrationY
  )
);

import {EVCUtil} from "evc/utils/EVCUtil.sol";

contract EulerSwap is IEulerSwap, EVCUtil {
struct Params {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Moved them to interface file

@haythemsellami haythemsellami merged commit b945455 into master Feb 17, 2025
2 checks passed
hoytech added a commit that referenced this pull request Sep 11, 2025
hoytech added a commit that referenced this pull request Sep 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants