Skip to content

Commit

Permalink
Merge pull request #702 from morpho-org/docs/domain-sep
Browse files Browse the repository at this point in the history
fix little inaccuracy in domain separator docs
  • Loading branch information
MathisGD authored Nov 6, 2024
2 parents 3de2df4 + fb814d4 commit 12b8a45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/interfaces/IMorpho.sol
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ struct Signature {
/// @dev Consider using the IMorpho interface instead of this one.
interface IMorphoBase {
/// @notice The EIP-712 domain separator.
/// @dev Warning: Every EIP-712 signed message based on this domain separator can be reused on another chain sharing
/// the same chain id because the domain separator would be the same.
/// @dev Warning: Every EIP-712 signed message based on this domain separator can be reused on chains sharing the
/// same chain id and on forks because the domain separator would be the same.
function DOMAIN_SEPARATOR() external view returns (bytes32);

/// @notice The owner of the contract.
Expand Down

0 comments on commit 12b8a45

Please sign in to comment.