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 4e81e48 commit 9701d51Copy full SHA for 9701d51
src/utils/EIP712.sol
@@ -7,7 +7,7 @@ pragma solidity ^0.8.4;
7
/// @author Modified from OpenZeppelin (https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/contracts/utils/cryptography/EIP712.sol)
8
abstract contract EIP712 {
9
/*´:°•.°+.*•´.*:˚.°*.˚•´.°:°•.°•.*•´.*:˚.°*.˚•´.°:°•.°+.*•´.*:*/
10
- /* CONSTANTS AND IMMUTABLES */
+ /* CONSTANTS AND IMMUTABLES */
11
/*.•°:°.´+˚.*°.˚:*.´•*.+°.•°:´*.´•*.•°.•°:°.´:•˚°.*°.˚:*.´+°.•*/
12
13
/// @dev `keccak256("EIP712Domain(string name,string version,uint256 chainId,address verifyingContract)")`.
0 commit comments