forge-template icon indicating copy to clipboard operation
forge-template copied to clipboard

Add more utilities to Utilities.sol

Open StErMi opened this issue 3 years ago • 0 comments

@FrankieIsLost do you think that these methods I added could be useful to be added to your Utilities.sol contract?

https://github.com/StErMi/forge-damn-vulnerable-defi/blob/main/src/test/utils/Utilities.sol

I've added

  • createUsers(uint256 userNum, uint256 initialFunds, string[] memory userLabels) that allow to create users specifying the amount of initial funds and the label to tag them
  • createUsers(uint256 userNum, uint256 initialFunds that allow to create users specifying the amount of initial funds

StErMi avatar Mar 12 '22 15:03 StErMi