Skip to content

Commit

Permalink
Remove unnecessary scripts (#262)
Browse files Browse the repository at this point in the history
* Remove suggested scripts

* Remove unreferenced script

* Ensure npm install has run
  • Loading branch information
emlautarom1 authored Jul 1, 2024
1 parent dfb1874 commit 35fed70
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 40 deletions.
5 changes: 1 addition & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,11 @@ __CLI__: ##

cli-setup-operator: export OPERATOR_BLS_KEY_PASSWORD=$(OPERATOR_BLS_KEY_PASS)
cli-setup-operator: export OPERATOR_ECDSA_KEY_PASSWORD=$(OPERATOR_ECDSA_KEY_PASS)
cli-setup-operator: send-fund cli-register-operator-with-eigenlayer cli-deposit-into-mocktoken-strategy cli-register-operator-with-avs ## registers operator with eigenlayer and avs
cli-setup-operator: send-fund cli-register-operator-with-eigenlayer cli-register-operator-with-avs ## registers operator with eigenlayer and avs

cli-register-operator-with-eigenlayer: ## registers operator with delegationManager
go run cli/main.go --config config-files/operator.anvil.yaml register-operator-with-eigenlayer

cli-deposit-into-mocktoken-strategy: ##
./scripts/deposit-into-mocktoken-strategy.sh

cli-register-operator-with-avs: ##
go run cli/main.go --config config-files/operator.anvil.yaml register-operator-with-avs

Expand Down
1 change: 1 addition & 0 deletions contracts/generate-go-bindings.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ function create_binding {
rm -rf tmp
}

(cd ./evm && npm ci)
rm -rf bindings/*
forge build --root ./evm

Expand Down
17 changes: 0 additions & 17 deletions scripts/deposit-into-mocktoken-strategy.sh

This file was deleted.

16 changes: 0 additions & 16 deletions tests/anvil/deploy-rollup-avs-save-anvil-state.sh

This file was deleted.

3 changes: 0 additions & 3 deletions tests/anvil/operator-registration.sh

This file was deleted.

0 comments on commit 35fed70

Please sign in to comment.