Skip to content

Commit

Permalink
fix: nightly rugs
Browse files Browse the repository at this point in the history
  • Loading branch information
woodenfurniture committed Apr 11, 2024
1 parent efc8844 commit b582b05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions foundry/test/FoxStakingTestUpgrades.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,14 @@ contract UpgradeHelper is Test {
vm.startPrank(prankOwner);
Upgrades.upgradeProxy(
proxy,
"FOXStakingTestUpgrades.t.sol:MockFoxStakingV2",
"FoxStakingTestUpgrades.t.sol:MockFoxStakingV2",
abi.encodeCall(MockFoxStakingV2.initialize, ())
);
vm.stopPrank;
}
}

contract FOXStakingTestUpgrades is Test {
contract FoxStakingTestUpgrades is Test {
address public owner = address(0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045);
address public foxStakingProxy;
FoxStakingV1 public foxStakingV1;
Expand Down

0 comments on commit b582b05

Please sign in to comment.