Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add support for overriding the drand api #108

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions packages/packages.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"dev": {
"agent/valory/impact_evaluator/0.1.0": "bafybeicz5woayhhkv3sosct2dxxzrj3nlsfjtorecglj76u3mqs2euh3ky",
"agent/valory/impact_evaluator/0.1.0": "bafybeiar3ihexxwdijetijcrhbwfooz4vwamgzs7sqpcxiur7tpcerdn3e",
"contract/valory/dynamic_contribution/0.1.0": "bafybeibcx2ds2bcrgunbijnnyhionjmvjh2gfoqp6h2utdukwqo45zd3re",
"service/valory/impact_evaluator/0.1.0": "bafybeifwnuczrnzf7ujmc3his4cfaipqga3afuscmeak7kiz4sbmuo3l4y",
"service/valory/impact_evaluator/0.1.0": "bafybeihmaoiiu3uyamu6hyfuyuubie34ehq2oohkmjwib4vsan223wm5lm",
"skill/valory/dynamic_nft_abci/0.1.0": "bafybeihj6r5ancx2vhe5edfgsmxcuk7p3kmpiqwyfrsam7hwavg6vz7obe",
"skill/valory/twitter_scoring_abci/0.1.0": "bafybeidx5mc56np6rkdf5xr6sxedsnhlsmbnnu4tofd3bdoqlv22rn5k3u",
"skill/valory/ceramic_read_abci/0.1.0": "bafybeibxvcnkn73kzrrdqit5doujw5xkineviznplg6kvfb62nrgm7rmfq",
Expand All @@ -16,7 +16,7 @@
"skill/valory/twitter_write_abci/0.1.0": "bafybeidkcmysdobfknbzdecfgiofkj43n6f65ymlfjdea5tjhbcexa5oty",
"skill/valory/llm_abci/0.1.0": "bafybeie3hkoymcshsnizjawy3mcrhassqiyjwmrqsql7xpcy6lzzqm3u7i",
"skill/valory/decision_making_abci/0.1.0": "bafybeicrfy74aej4a5lexpz63mngzoh3c5xirbb4m5w2riatloq3uerlkq",
"service/valory/impact_evaluator_local/0.1.0": "bafybeih24v7e7nudl3vzsptmxytc3v3yf2h2fco2eqg66ye2h5flxdve6e",
"service/valory/impact_evaluator_local/0.1.0": "bafybeigo4meii3xlvie52zgl56dnnhw7nqwwfkj3prculpu5cbifd24vaq",
"skill/valory/olas_week_abci/0.1.0": "bafybeiekyr5jv4gv6zswsgkvej5q2xxmff6viunxbembvxlr4wt7bbu5mi"
},
"third_party": {
Expand Down
2 changes: 1 addition & 1 deletion packages/valory/services/impact_evaluator/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license: Apache-2.0
fingerprint:
README.md: bafybeign56hilwuoa6bgos3uqabss4gew4vadkik7vhj3ucpqw6nxtqtpe
fingerprint_ignore_patterns: []
agent: valory/impact_evaluator:0.1.0:bafybeicz5woayhhkv3sosct2dxxzrj3nlsfjtorecglj76u3mqs2euh3ky
agent: valory/impact_evaluator:0.1.0:bafybeiar3ihexxwdijetijcrhbwfooz4vwamgzs7sqpcxiur7tpcerdn3e
number_of_agents: 4
deployment:
agent:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license: Apache-2.0
fingerprint:
README.md: bafybeign56hilwuoa6bgos3uqabss4gew4vadkik7vhj3ucpqw6nxtqtpe
fingerprint_ignore_patterns: []
agent: valory/impact_evaluator:0.1.0:bafybeicz5woayhhkv3sosct2dxxzrj3nlsfjtorecglj76u3mqs2euh3ky
agent: valory/impact_evaluator:0.1.0:bafybeiar3ihexxwdijetijcrhbwfooz4vwamgzs7sqpcxiur7tpcerdn3e
number_of_agents: 1
deployment:
agent:
Expand Down
Loading