Skip to content

Commit

Permalink
chore: revert
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoreira-valory committed Apr 5, 2024
1 parent b9e1535 commit 3f96f80
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 @@ -5,8 +5,8 @@
"contract/valory/fpmm/0.1.0": "bafybeiai2ruj27nnglvn7yc5atojyojo3fkmofw6wrjgz2ybps2uwdizx4",
"skill/valory/market_creation_manager_abci/0.1.0": "bafybeidmzffvwvh3euspl7rub2mnhhqj4qhurwbryxvxaxsntueu2gelve",
"skill/valory/market_maker_abci/0.1.0": "bafybeic2zhtrusglacvb6uc66w2irybg2xm4wtwuounkmkaox3icmbwdtm",
"agent/valory/market_maker/0.1.0": "bafybeid6rql4gdrxpsffd6oh27rxnhzmorh6w7hybrn5dfeuv7aqobyt74",
"service/valory/market_maker/0.1.0": "bafybeiffbkdbzuvxym2reiksr6v7inzunluldkuyzljqr535klqpp4qkyu"
"agent/valory/market_maker/0.1.0": "bafybeidsov3f5hchknxiyeouoeupqot5o44y2as6u2q4fcqeszz7bycd2a",
"service/valory/market_maker/0.1.0": "bafybeihvw3wntknp4sfhsd3vreth7srtbrme5wqoxj73ameabg3t6mofd4"
},
"third_party": {
"protocol/valory/contract_api/1.0.0": "bafybeidgu7o5llh26xp3u3ebq3yluull5lupiyeu6iooi2xyymdrgnzq5i",
Expand Down
4 changes: 2 additions & 2 deletions packages/valory/agents/market_maker/aea-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ logging_config:
logfile:
class: logging.FileHandler
formatter: standard
filename: ${str:log.txt}
level: ${str:INFO}
filename: ${LOG_FILE:str:log.txt}
level: ${LOG_LEVEL:str:INFO}
console:
class: logging.StreamHandler
formatter: standard
Expand Down
2 changes: 1 addition & 1 deletion packages/valory/services/market_maker/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: bafybeibwz3af6326msp4h3kqehijvmyhaytvyfbo3o2npc2w4b6zrg6pfq
fingerprint_ignore_patterns: []
agent: valory/market_maker:0.1.0:bafybeid6rql4gdrxpsffd6oh27rxnhzmorh6w7hybrn5dfeuv7aqobyt74
agent: valory/market_maker:0.1.0:bafybeidsov3f5hchknxiyeouoeupqot5o44y2as6u2q4fcqeszz7bycd2a
number_of_agents: 1
deployment:
agent:
Expand Down

0 comments on commit 3f96f80

Please sign in to comment.