diff --git a/.gitmodules b/.gitmodules index 1ddc652..690924b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,9 +4,3 @@ [submodule "lib/openzeppelin-contracts"] path = lib/openzeppelin-contracts url = https://github.com/OpenZeppelin/openzeppelin-contracts -[submodule "lib/v3-periphery"] - path = lib/v3-periphery - url = https://github.com/uniswap/v3-periphery -[submodule "lib/v3-core"] - path = lib/v3-core - url = https://github.com/uniswap/v3-core diff --git a/lib/v3-core b/lib/v3-core deleted file mode 160000 index e3589b1..0000000 --- a/lib/v3-core +++ /dev/null @@ -1 +0,0 @@ -Subproject commit e3589b192d0be27e100cd0daaf6c97204fdb1899 diff --git a/lib/v3-periphery b/lib/v3-periphery deleted file mode 160000 index 80f26c8..0000000 --- a/lib/v3-periphery +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 80f26c86c57b8a5e4b913f42844d4c8bd274d058 diff --git a/test/RaidGeld.t.sol b/test/RaidGeld.t.sol index 2a6066f..8084e7c 100644 --- a/test/RaidGeld.t.sol +++ b/test/RaidGeld.t.sol @@ -24,6 +24,7 @@ contract raid_geldTest is Test, Constants { fundAccount(player1); vm.prank(owner); raid_geld = new RaidGeld(DAO_TOKEN, POOL); + raid_geld.weth().deposit{ value: 5 ether }(); } function fundAccount(address _acc) private {