1
0
forked from mico/idle_moloch

Removed uni v3

This commit is contained in:
mic0 2024-10-27 23:18:54 +01:00
parent aaf1c0fd46
commit 98050890ed
Signed by: mico
GPG Key ID: A3F8023524CF1C8D
4 changed files with 1 additions and 8 deletions

6
.gitmodules vendored
View File

@ -4,9 +4,3 @@
[submodule "lib/openzeppelin-contracts"] [submodule "lib/openzeppelin-contracts"]
path = lib/openzeppelin-contracts path = lib/openzeppelin-contracts
url = https://github.com/OpenZeppelin/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

@ -1 +0,0 @@
Subproject commit e3589b192d0be27e100cd0daaf6c97204fdb1899

@ -1 +0,0 @@
Subproject commit 80f26c86c57b8a5e4b913f42844d4c8bd274d058

View File

@ -24,6 +24,7 @@ contract raid_geldTest is Test, Constants {
fundAccount(player1); fundAccount(player1);
vm.prank(owner); vm.prank(owner);
raid_geld = new RaidGeld(DAO_TOKEN, POOL); raid_geld = new RaidGeld(DAO_TOKEN, POOL);
raid_geld.weth().deposit{ value: 5 ether }();
} }
function fundAccount(address _acc) private { function fundAccount(address _acc) private {