Every import from "@tps/test-helpers/contracts" should be replaced to "@aragon/os/contracts" #588
Open
3 tasks done
Labels
housekeeping
General clean-up tasks and things related to making our repo super pretty and easy to use.
Background: We used for some time a forked set of
@aragon/os
contracts at@test-helpers
package but not anymore, it seems a good moment to replace those imports to prevent future hard to debug bugs.We should replace any pending import across every app from:
Spoof.sol
orImports.sol
generally found attest/
orcontracts/
folders and subfoldersThe final step should be removing the deprecated contracts files from test-helpers package
IMPORTANT: There are still some contracts being used from test-helpers folder, the StandardsBounties related ones, this should be handled carefully to avoid replacing those imports since @aragon/os does not contain bounties related contracts
The text was updated successfully, but these errors were encountered: