Skip to content

Commit

Permalink
Fix operator key paths on docker compose configs (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyodar authored Apr 19, 2024
1 parent 439d167 commit 6ca2ebb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config-files/operator0-docker-compose.anvil.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ eth_ws_url: ws://mainnet-anvil:8545
# this should be /operator_keys/ecdsa_key.json as the host path will be asked while running
#
# If you are running locally using go run main.go, this should be full path to your local ecdsa key file
ecdsa_private_key_store_path: tests/keys/ecdsa/1.ecdsa.key.json
ecdsa_private_key_store_path: tests/keys/ecdsa/1/key.json

# If you running this using eigenlayer CLI and the provided AVS packaging structure,
# this should be /operator_keys/bls_key.json as the host path will be asked while running
Expand Down
2 changes: 1 addition & 1 deletion config-files/operator1-docker-compose.anvil.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ eth_ws_url: ws://mainnet-anvil:8545
# this should be /operator_keys/ecdsa_key.json as the host path will be asked while running
#
# If you are running locally using go run main.go, this should be full path to your local ecdsa key file
ecdsa_private_key_store_path: tests/keys/ecdsa/2.ecdsa.key.json
ecdsa_private_key_store_path: tests/keys/ecdsa/2/key.json

# If you running this using eigenlayer CLI and the provided AVS packaging structure,
# this should be /operator_keys/bls_key.json as the host path will be asked while running
Expand Down

0 comments on commit 6ca2ebb

Please sign in to comment.