dexorder
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
pragma solidity ^0.8.20;
|
||||
|
||||
import {ERC20} from "../../token/ERC20/ERC20.sol";
|
||||
import {Multicall} from "../../utils/Multicall.sol";
|
||||
|
||||
abstract contract ERC20MulticallMock is ERC20, Multicall {}
|
||||
Reference in New Issue
Block a user