From 1f7b0136cccff88a3a0e9cd2d7ce71c9c1abf698 Mon Sep 17 00:00:00 2001 From: woodenfurniture <125113430+woodenfurniture@users.noreply.github.com> Date: Thu, 11 Apr 2024 09:17:14 +1000 Subject: [PATCH] fix: rebase issues --- foundry/test/FoxStaking.t.sol | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/foundry/test/FoxStaking.t.sol b/foundry/test/FoxStaking.t.sol index d43b6dd..c79b68e 100644 --- a/foundry/test/FoxStaking.t.sol +++ b/foundry/test/FoxStaking.t.sol @@ -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