Commit 05438612 authored by protolambda's avatar protolambda Committed by GitHub

chore: cleanup devnet tools (#13844)

* mise.toml: cleanup unused devnet tool dependencies

* op-supervisor: update devnet reference in readme
parent ac2f34cc
...@@ -17,12 +17,9 @@ just = "1.37.0" ...@@ -17,12 +17,9 @@ just = "1.37.0"
# Go dependencies # Go dependencies
"go:github.com/ethereum/go-ethereum/cmd/abigen" = "1.10.25" "go:github.com/ethereum/go-ethereum/cmd/abigen" = "1.10.25"
"go:github.com/ethereum/go-ethereum/cmd/geth" = "1.14.7"
"go:github.com/protolambda/eth2-testnet-genesis" = "0.10.0"
"go:gotest.tools/gotestsum" = "1.12.0" "go:gotest.tools/gotestsum" = "1.12.0"
"go:github.com/vektra/mockery/v2" = "2.46.0" "go:github.com/vektra/mockery/v2" = "2.46.0"
"go:github.com/golangci/golangci-lint/cmd/golangci-lint" = "1.61.0" "go:github.com/golangci/golangci-lint/cmd/golangci-lint" = "1.61.0"
"go:github.com/mikefarah/yq/v4" = "4.44.3"
# Python dependencies # Python dependencies
"pipx:slither-analyzer" = "0.10.2" "pipx:slither-analyzer" = "0.10.2"
......
...@@ -314,4 +314,4 @@ while allowing regular single-chain functionality to proceed. ...@@ -314,4 +314,4 @@ while allowing regular single-chain functionality to proceed.
- `op-e2e/interop`: Go interop system-tests, focused on offchain aspects of services to run end to end. - `op-e2e/interop`: Go interop system-tests, focused on offchain aspects of services to run end to end.
- `op-e2e/actions/interop`: Go interop action-tests, focused on onchain aspects such as safety and state-transition. - `op-e2e/actions/interop`: Go interop action-tests, focused on onchain aspects such as safety and state-transition.
- `interop-devnet`: docker-compose to run interoperable chains locally. - `kurtosis-devnet/interop.yaml`: Kurtosis configuration to run interoperable chains locally.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment