infrastructure-upgrade/lib/v3-periphery/contracts/test/SelfPermitTest.sol
T-Hax 735546619e
init
Signed-off-by: T-Hax <>
2023-04-08 18:46:18 +00:00

10 lines
186 B
Solidity

// SPDX-License-Identifier: UNLICENSED
pragma solidity =0.7.6;
import '../base/SelfPermit.sol';
/// @dev Same as SelfPermit but not abstract
contract SelfPermitTest is SelfPermit {
}