monorepo: remove `devnet-tasks` (#11257)
Now `make devnet-test` runs go based devnet tests rather than the legacy hardhat based ones. ```make devnet-test: pre-devnet ## Runs tests on the local devnet make -C op-e2e test-devnet ``` This removes `devnet-tasks` from the monorepo, allowing us to delete many dead dependencies.
Showing
This source diff could not be displayed because it is too large. You can view the blob instead.
Please register or sign in to comment