contracts icon indicating copy to clipboard operation
contracts copied to clipboard

[SC-786] Post-Merge Fixes

Open marvinkruse opened this issue 4 months ago • 2 comments

Just noticed two things when checking #662 after it was merged, which is why I opened this PR quickly. It had:

  • Compiler Warnings
    • In the main contract, _token was shadowing _token, so I renamed it according to our new dev guidelines
  • Naming of AccessMock
    • File was called ContractName_AccessMock.sol instead of ContractName_Exposed.sol
    • File was in the wrong folder (not in the same one as the test file)

marvinkruse avatar Oct 08 '24 19:10 marvinkruse