Skip to content
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

add safecallback #123

Merged
merged 2 commits into from
Jun 18, 2024
Merged

add safecallback #123

merged 2 commits into from
Jun 18, 2024

Conversation

snreynolds
Copy link
Member

Related Issue

Which issue does this pull request resolve?

Description of changes

saucepoint
saucepoint previously approved these changes Jun 18, 2024
import {IPoolManager} from "@uniswap/v4-core/src/interfaces/IPoolManager.sol";

contract ImmutableState {
IPoolManager public immutable poolManager;
Copy link
Collaborator

Choose a reason for hiding this comment

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

thoughts on naming the variable manager? Feels cleaner when accessing the PM in hooks, its more similar to v4-core (i think), and is more aligned with the modifier / custom error

Copy link
Member Author

Choose a reason for hiding this comment

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

I definitely prefer manager I just thought with position manger it would get confusing but tbh im pro manager haha

@snreynolds snreynolds merged commit 1ca56ab into main Jun 18, 2024
3 checks passed
@snreynolds snreynolds deleted the safecallback branch June 18, 2024 15:53
Jun1on pushed a commit that referenced this pull request Jun 18, 2024
* add safecallback

* use manager
Jun1on pushed a commit that referenced this pull request Jul 2, 2024
* add safecallback

* use manager
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