-
Notifications
You must be signed in to change notification settings - Fork 8
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
EIP-02M: Remediate Improper Domain Separator Retrieval #402
Conversation
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.
Suggestion for name/version
contracts/domain/BosonConstants.sol
Outdated
@@ -158,6 +158,8 @@ string constant ESCALATION_NOT_ALLOWED = "Disputes without dispute resolver cann | |||
string constant FEE_PERCENTAGE_INVALID = "Percentage representation must be less than 10000"; | |||
|
|||
// EIP712Lib | |||
string constant PROTOCOL_NAME = "BosonProtocolDiamond"; | |||
string constant PROTOCOL_VERSION = "V1"; |
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.
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.
updated
ee4ae73
to
5276bfd
Compare
…ent chain id and earlier chain id
5276bfd
to
59cd7dd
Compare
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.
LGTM! 👍
fixes #321