Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions chains/evm/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ extract-bytecode-abi: ## Extract bytecode and abi from versioned gobindings to b

.PHONY: operations
operations: pnpmdep wrappers
go run cmd/operations-gen/main.go -config deployment/operations_gen_config.yaml
go run github.com/smartcontractkit/chainlink-deployments-framework/tools/operations-gen@v0.0.2-0.20260515181606-62d38f5a89b0 -config deployment/operations_gen_config.yaml

.PHONY: operations-fast
operations-fast:
go run cmd/operations-gen/main.go -config deployment/operations_gen_config.yaml
go run github.com/smartcontractkit/chainlink-deployments-framework/tools/operations-gen@v0.0.2-0.20260515181606-62d38f5a89b0 -config deployment/operations_gen_config.yaml
70 changes: 0 additions & 70 deletions chains/evm/cmd/operations-gen/README.md

This file was deleted.

Loading
Loading