Skip to content

refactor: deduplicate Multicall3 and CREATE2_FACTORY constants in StdUtils #706

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

aso20455
Copy link

@aso20455 aso20455 commented Aug 8, 2025

Remove duplicate constant declarations from StdUtils.sol and use the
centralized ones from StdConstants.sol instead:

  • Remove local multicall constant and use StdConstants.MULTICALL3_ADDRESS
  • Remove unused CREATE2_FACTORY constant (already defined in StdConstants)

Tested:

  • forge build --skip test compiles successfully
  • forge test --match-path "*StdUtils*" -vv passes all 28 tests

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.

1 participant