Skip to content

Commit

Permalink
fix: add addresses to deployment (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
MegaRedHand authored Jan 13, 2025
1 parent 43e49f9 commit e0d94d0
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions examples/incredible_squaring_local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,21 @@ deployments:
ref: "v0.3.3-mainnet-rewards"
# NOTE: operator registration is done at operator startup

- name: incredible-squaring
- name: incredible_squaring
repo: "."
contracts_path: "contracts"
script: script/IncredibleSquaringDeployer.s.sol
input:
script/output/3151908: eigenlayer_addresses
output:
avs_addresses: "script/output/3151908/credible_squaring_avs_deployment_output.json"
# Specify addresses to fetch from avs_addresses artifact
addresses:
serviceManager: avs_addresses:.addresses.credibleSquaringServiceManager
taskManager: avs_addresses:.addresses.credibleSquaringTaskManager
erc20MockStrategy: avs_addresses:.addresses.erc20MockStrategy
operatorStateRetriever: avs_addresses:.addresses.operatorStateRetriever
registryCoordinator: avs_addresses:.addresses.registryCoordinator

services:
- name: aggregator
Expand All @@ -44,7 +51,7 @@ services:
- "/usr/src/app/config-files/aggregator-config.yaml"
- "--ecdsa-private-key"
# NOTE: aggregator key-pair is hardcoded in the deployment scripts
- "0x2a871d0798f97d79848a013d4936a73bf4cc922c825d33c1cf7073dff6d409c6"
- "{{.keys.aggregator_key.private_key}}"
- "--credible-squaring-deployment"
- "/usr/src/app/config-files/credible_squaring_avs_deployment_output.json"

Expand Down

0 comments on commit e0d94d0

Please sign in to comment.