diff --git a/remappings.txt b/remappings.txt index 6fdbafd..69a18fc 100644 --- a/remappings.txt +++ b/remappings.txt @@ -1 +1,2 @@ @openzeppelin/contracts/=lib/openzeppelin-contracts/contracts/ +@uniswap/v3-periphery/contracts/=lib/v3-periphery/contracts diff --git a/test/RaidGeld.t.sol b/test/RaidGeld.t.sol index 057b219..726965c 100644 --- a/test/RaidGeld.t.sol +++ b/test/RaidGeld.t.sol @@ -3,7 +3,6 @@ pragma solidity ^0.8.13; import {Test, console} from "forge-std/Test.sol"; import {stdStorage, StdStorage} from "forge-std/Test.sol"; - import {RaidGeld, Army, Player} from "../src/RaidGeld.sol"; import "../src/RaidGeldUtils.sol"; import {Constants} from "../src/Constants.sol";