From 0b2ea04bb6f396c011dd3ac553af59f8de312f8b Mon Sep 17 00:00:00 2001 From: adrianoVal <90184519+adrianoVal@users.noreply.github.com> Date: Fri, 15 Mar 2024 13:12:56 +0100 Subject: [PATCH] Update README.md Co-authored-by: jmoreira-valory <96571377+jmoreira-valory@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dcce042f..1f432211 100644 --- a/README.md +++ b/README.md @@ -178,7 +178,7 @@ Use the [mech-client](https://github.com/valory-xyz/mech-client), which can be u To perform mech requests from your service, use the [mech_interact_abci skill](https://github.com/valory-xyz/IEKit/tree/main/packages/valory/skills/mech_interact_abci). This skill abstracts away all the IPFS and contract interactions so you only need to care about the following: -- Add the mech_interact_abci skill to your dependency list, both in packages.json, aea-config.yaml and any composed skill.yaml +- Add the mech_interact_abci skill to your dependency list, both in `packages.json`, `aea-config.yaml` and any composed `skill.yaml`. - Import [MechInteractParams and MechResponseSpecs in your models.py file](https://github.com/valory-xyz/IEKit/blob/main/packages/valory/skills/impact_evaluator_abci/models.py#L88). You will also need to copy[ some dataclasses to your rounds.py](https://github.com/valory-xyz/IEKit/blob/main/packages/valory/skills/twitter_scoring_abci/rounds.py#L66-L97).