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

Feat: embedded EIP712 for StETH #640

Merged
merged 1 commit into from Feb 20, 2023

Conversation

TheDZhon
Copy link
Contributor

@TheDZhon TheDZhon commented Feb 20, 2023

Allows providing a signature for the proper StETH token address instead of the EIP-712 helper:

-    domainSeparator = makeDomainSeparator('Liquid staked Ether 2.0', '2', chainId, eip712StETH.address)
+    domainSeparator = makeDomainSeparator('Liquid staked Ether 2.0', '2', chainId, stEth.address)

The idea is to provide the signature for the proper StETH token address.
@TheDZhon TheDZhon merged commit dd5c631 into feature/shapella-upgrade-followups Feb 20, 2023
@TheDZhon TheDZhon deleted the fix/embedded-eip712 branch February 20, 2023 13:02
@TheDZhon
Copy link
Contributor Author

OpenZeppelin/openzeppelin-contracts#2852

An interesting historical entry regarding checking address(this)

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.

None yet

2 participants