-
Notifications
You must be signed in to change notification settings - Fork 12k
Update EIP712 upgradeable patch file #5690
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
Update EIP712 upgradeable patch file #5690
Conversation
|
0dd93d3
to
9b549ca
Compare
Fix misleading comment in EIP712Upgradeable by updating the comment in the transpilation patch file. The previous comment incorrectly referred to immutable values that don't exist in the upgradeable version. The patch file has also been cleaned of trailing whitespace.
9b549ca
to
addf18c
Compare
@ernestognw I've updated the comments as suggested by @Amxx. |
@ericglau @CoveMB @ericnordelo @ernestognw any updates or reviews? |
@CoveMB any more changes required? or is this good to go? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @naevern! |
This PR fixes issue #5607 by updating the misleading comment in the EIP712 contract that incorrectly refers to "immutable values" in the upgradeable version.
As suggested by @Amxx, I've replaced the comment with:
This change is made in the upgradeable.patch file which is used during the transpilation process to generate the upgradeable contract variants, as recommended by @ernestognw.
Fixes #5607
PR Checklist
npx changeset add
)