Skip to content

Commit

Permalink
fix: specify key name in ics example (#170)
Browse files Browse the repository at this point in the history
This PR addresses a missing name we had in #168
  • Loading branch information
MegaRedHand authored Jan 14, 2025
1 parent 5b47c31 commit a7f5808
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/incredible_squaring_local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ keys:
- name: operator_ecdsa_keys
type: ecdsa
# This ensures the aggregator has funds
- address: "0xa0Ee7A142d267C1f36714E4a8F75612F20a79720"
- name: aggregator_key
address: "0xa0Ee7A142d267C1f36714E4a8F75612F20a79720"
private_key: "0x2a871d0798f97d79848a013d4936a73bf4cc922c825d33c1cf7073dff6d409c6"

artifacts:
Expand Down

0 comments on commit a7f5808

Please sign in to comment.