forked from mico/idle_moloch
Removed uni v3
This commit is contained in:
parent
aaf1c0fd46
commit
98050890ed
6
.gitmodules
vendored
6
.gitmodules
vendored
@ -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
|
|
||||||
@ -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 {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user