|
|
@ -5,7 +5,7 @@ pragma solidity ^0.8.0; |
|
|
|
import "../utils/cryptography/ECDSA.sol"; |
|
|
|
import "../utils/cryptography/ECDSA.sol"; |
|
|
|
import "../utils/cryptography/draft-EIP712.sol"; |
|
|
|
import "../utils/cryptography/draft-EIP712.sol"; |
|
|
|
|
|
|
|
|
|
|
|
/* |
|
|
|
/** |
|
|
|
* @dev Simple minimal forwarder to be used together with an ERC2771 compatible contract. See {ERC2771Context}. |
|
|
|
* @dev Simple minimal forwarder to be used together with an ERC2771 compatible contract. See {ERC2771Context}. |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
contract MinimalForwarder is EIP712 { |
|
|
|
contract MinimalForwarder is EIP712 { |
|
|
|