mirror of
https://github.com/logos-messaging/logos-messaging-rlnv2-contract.git
synced 2026-01-07 16:33:10 +00:00
fix: remove unnecessary imports
This commit is contained in:
parent
1f9de376fd
commit
60462efcb1
@ -6,15 +6,13 @@ import "../src/LinearPriceCalculator.sol";
|
|||||||
import "../src/Membership.sol";
|
import "../src/Membership.sol";
|
||||||
import "../test/TestStableToken.sol";
|
import "../test/TestStableToken.sol";
|
||||||
import { ERC1967Proxy } from "@openzeppelin/contracts/proxy/ERC1967/ERC1967Proxy.sol";
|
import { ERC1967Proxy } from "@openzeppelin/contracts/proxy/ERC1967/ERC1967Proxy.sol";
|
||||||
import { PoseidonT3 } from "poseidon-solidity/PoseidonT3.sol";
|
|
||||||
import "forge-std/Test.sol";
|
|
||||||
|
|
||||||
interface IHevm {
|
interface IHevm {
|
||||||
function prank(address) external;
|
function prank(address) external;
|
||||||
function warp(uint256) external;
|
function warp(uint256) external;
|
||||||
}
|
}
|
||||||
|
|
||||||
contract EchidnaTest is Test {
|
contract EchidnaTest {
|
||||||
WakuRlnV2 public w;
|
WakuRlnV2 public w;
|
||||||
TestStableToken public token;
|
TestStableToken public token;
|
||||||
LinearPriceCalculator public priceCalculator;
|
LinearPriceCalculator public priceCalculator;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user