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

Optimize ERC721Permit Hashing #239

Closed
saucepoint opened this issue Aug 1, 2024 · 1 comment · Fixed by #260
Closed

Optimize ERC721Permit Hashing #239

saucepoint opened this issue Aug 1, 2024 · 1 comment · Fixed by #260
Labels
posm position manager

Comments

@saucepoint
Copy link
Collaborator

Optimize with assembly

keccak256(abi.encode(PERMIT_TYPEHASH, spender, tokenId, nonce, deadline));

Originally posted by @hensha256 in #210 (comment)

Copy link

linear bot commented Aug 1, 2024

@saucepoint saucepoint added the posm position manager label Aug 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
posm position manager
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant