Skip to content

Commit

Permalink
fix: target skill
Browse files Browse the repository at this point in the history
  • Loading branch information
dvilelaf committed May 28, 2024
1 parent d9da4ef commit 91c8091
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions packages/packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"skill/valory/tx_settlement_multiplexer_abci/0.1.0": "bafybeiha5puirahfuauskvvmf5qurpatcmy7d35wlcbnzsdcalej3u2paq",
"skill/valory/staking_abci/0.1.0": "bafybeicsydq6fdansf7qrmrygzchl3h6rtkdw5rmx2jyrwecj4laj5nehy",
"skill/valory/check_stop_trading_abci/0.1.0": "bafybeidyc5fvw5wosbc3anxxxog5b67cfmvrsrltjh3cfllye3bb43r3z4",
"agent/valory/trader/0.1.0": "bafybeideffenapg7dndwjs2ntavidgzrhlzq2c7xgq24rjx3v2rkbyzetu",
"service/valory/trader/0.1.0": "bafybeihfajf53h5eso536f7ddcur5ayr73uem4rtxvbn7gxz7ggrifa2hy"
"agent/valory/trader/0.1.0": "bafybeiclw3cbhvxtkgyp3eny3mh6a6owwa7idmlumqms74b6evnsfdecqu",
"service/valory/trader/0.1.0": "bafybeieiueooboziej3xj5mtm2h3ms64aum6sjr3nygzavt2fdisgb3wie"
},
"third_party": {
"protocol/open_aea/signing/1.0.0": "bafybeihv62fim3wl2bayavfcg3u5e5cxu3b7brtu4cn5xoxd6lqwachasi",
Expand Down
2 changes: 1 addition & 1 deletion packages/valory/agents/trader/aea-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -279,4 +279,4 @@ public_id: valory/http_server:0.22.0:bafybeicblltx7ha3ulthg7bzfccuqqyjmihhrvfezt
type: connection
config:
host: ${str:0.0.0.0}
target_skill_id: valory/impact_evaluator_abci:0.1.0
target_skill_id: valory/trader_abci:0.1.0
4 changes: 2 additions & 2 deletions packages/valory/services/trader/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license: Apache-2.0
fingerprint:
README.md: bafybeigtuothskwyvrhfosps2bu6suauycolj67dpuxqvnicdrdu7yhtvq
fingerprint_ignore_patterns: []
agent: valory/trader:0.1.0:bafybeideffenapg7dndwjs2ntavidgzrhlzq2c7xgq24rjx3v2rkbyzetu
agent: valory/trader:0.1.0:bafybeiclw3cbhvxtkgyp3eny3mh6a6owwa7idmlumqms74b6evnsfdecqu
number_of_agents: 4
deployment:
agent:
Expand Down Expand Up @@ -512,4 +512,4 @@ public_id: valory/http_server:0.22.0:bafybeicblltx7ha3ulthg7bzfccuqqyjmihhrvfezt
type: connection
config:
host: ${HTTP_SERVER_HOST:str:0.0.0.0}
target_skill_id: valory/impact_evaluator_abci:0.1.0
target_skill_id: valory/trader_abci:0.1.0

0 comments on commit 91c8091

Please sign in to comment.