We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3de2df4 commit 871ad33Copy full SHA for 871ad33
src/interfaces/IMorpho.sol
@@ -50,8 +50,8 @@ struct Signature {
50
/// @dev Consider using the IMorpho interface instead of this one.
51
interface IMorphoBase {
52
/// @notice The EIP-712 domain separator.
53
- /// @dev Warning: Every EIP-712 signed message based on this domain separator can be reused on another chain sharing
54
- /// 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 forks and chains
+ /// sharing the same chain id because the domain separator would be the same.
55
function DOMAIN_SEPARATOR() external view returns (bytes32);
56
57
/// @notice The owner of the contract.
0 commit comments