first test pass

This commit is contained in:
JulesCrown 2024-03-12 15:29:59 +01:00
parent 307f98840b
commit 9279e0c045
6 changed files with 67 additions and 94 deletions

View file

@ -1,11 +0,0 @@
// SPDX-License-Identifier: GPL-3.0-or-later
pragma solidity ^0.8.13;
import { IERC20Metadata } from "@openzeppelin/token/ERC20/ERC20.sol";
interface IHarb is IERC20Metadata {
function taxPool() external view returns(address);
}