From 9d295b5f0d4f1e7e4c89e98ef2b481d73e9cb568 Mon Sep 17 00:00:00 2001 From: Sara Reynolds Date: Mon, 9 Dec 2024 14:52:32 -0500 Subject: [PATCH] comments --- src/interfaces/IPermit2Forwarder.sol | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/interfaces/IPermit2Forwarder.sol b/src/interfaces/IPermit2Forwarder.sol index 7b07cd07..98403ac8 100644 --- a/src/interfaces/IPermit2Forwarder.sol +++ b/src/interfaces/IPermit2Forwarder.sol @@ -3,8 +3,8 @@ pragma solidity ^0.8.0; import {IAllowanceTransfer} from "permit2/src/interfaces/IAllowanceTransfer.sol"; -/// @notice Permit2Forwarder allows permitting this contract as a spender on permit2 -/// @dev This contract does not enforce the spender to be this contract, but that is the intended use case +/// @title IPermit2Forwarder +/// @notice Interface for the Permit2Forwarder contract interface IPermit2Forwarder { /// @notice allows forwarding a single permit to permit2 /// @dev this function is payable to allow multicall with NATIVE based actions