Skip to content

Commit

Permalink
Update configs for make based commands
Browse files Browse the repository at this point in the history
- Based on `config-files/operator0-docker-compose.anvil.yaml`
  • Loading branch information
emlautarom1 committed Jun 21, 2024
1 parent 116f0d8 commit 103fe73
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions config-files/operator.anvil.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# this sets the logger level (true = info, false = debug)
production: true
production: false

operator_address: 0x0000000000000000000000000000000000000000
operator_address: 0xD5A0359da7B310917d7760385516B2426E86ab7f

# EigenLayer Slasher contract address

Expand All @@ -19,15 +19,15 @@ eth_ws_url: ws://localhost: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
#
# We are using bn254 curve for bls keys
#
# If you are running locally using go run main.go, this should be full path to your local bls key file
bls_private_key_store_path: tests/keys/bls/1.bls.key.json
bls_private_key_store_path: tests/keys/bls/1/key.json

aggregator_server_ip_port_address: localhost:8090

Expand All @@ -43,7 +43,7 @@ register_operator_on_startup: true
token_strategy_addr: 0x95401dc811bb5740090279Ba06cfA8fcF6113778

near_da_indexer_rmq_ip_port_address: amqp://localhost:5672
near_da_indexer_rollup_ids: [0]
near_da_indexer_rollup_ids: [2, 3]

rollup_ids_to_rpc_urls:
1: ws://localhost:8545
Expand Down

0 comments on commit 103fe73

Please sign in to comment.