Skip to content

Commit

Permalink
fix: rebase issues
Browse files Browse the repository at this point in the history
  • Loading branch information
woodenfurniture committed Apr 10, 2024
1 parent d3596d9 commit 1f7b013
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions foundry/test/FoxStaking.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -318,19 +318,6 @@ contract FOXStakingTestStaking is Test {

// Simulate each user staking FOX tokens
for (uint256 i = 0; i < users.length; i++) {
<<<<<<< HEAD
<<<<<<< HEAD
// Unique mock address per user
string memory runeAddress = string(
abi.encodePacked("runeAddress", Strings.toString(i))
);
=======
// Pseudo-random RUNE addy - takes the base one above and changes the last char each iteration
string memory indexChar = Strings.toString(i % 10);
string memory runeAddress = string(abi.encodePacked(baseRuneAddress, indexChar));
>>>>>>> 6f2012e (feat: assume 43-bytes-length RUNE addy)
=======
>>>>>>> e18e30a (feat: static list of predefined rune testing addresses)
// Free FOX tokens for each user
foxToken.makeItRain(users[i], amounts[i]);
// https://book.getfoundry.sh/cheatcodes/start-prank
Expand Down

0 comments on commit 1f7b013

Please sign in to comment.