Added v3-periphery and remappings

This commit is contained in:
mic0 2024-10-27 13:37:15 +01:00
parent 8b35e86904
commit a4be82cbd9
Signed by: mico
GPG Key ID: A3F8023524CF1C8D
2 changed files with 1 additions and 1 deletions

View File

@ -1 +1,2 @@
@openzeppelin/contracts/=lib/openzeppelin-contracts/contracts/
@uniswap/v3-periphery/contracts/=lib/v3-periphery/contracts

View File

@ -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";