fix: remove unnecessary imports

This commit is contained in:
Roman 2025-10-31 09:36:52 +08:00
parent 1f9de376fd
commit 60462efcb1
No known key found for this signature in database
GPG Key ID: 583BDF43C238B83E

View File

@ -6,15 +6,13 @@ import "../src/LinearPriceCalculator.sol";
import "../src/Membership.sol";
import "../test/TestStableToken.sol";
import { ERC1967Proxy } from "@openzeppelin/contracts/proxy/ERC1967/ERC1967Proxy.sol";
import { PoseidonT3 } from "poseidon-solidity/PoseidonT3.sol";
import "forge-std/Test.sol";
interface IHevm {
function prank(address) external;
function warp(uint256) external;
}
contract EchidnaTest is Test {
contract EchidnaTest {
WakuRlnV2 public w;
TestStableToken public token;
LinearPriceCalculator public priceCalculator;