Skip to content

Commit

Permalink
fix: make config overridable
Browse files Browse the repository at this point in the history
  • Loading branch information
annasambrook committed Dec 2, 2024
1 parent 6c12cd9 commit 7cffb22
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions packages/packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
"skill/valory/tx_settlement_multiplexer_abci/0.1.0": "bafybeihyhogkx7ctx5bagu7tjhwocr4fqh66dwxsjcoo6tpppb55w25v7y",
"skill/valory/staking_abci/0.1.0": "bafybeictd5pxhscuhqntvctb7l5lfjausxt2m22rg5mkaiuj4cwwcxpvne",
"skill/valory/check_stop_trading_abci/0.1.0": "bafybeib75qrimmvensqmskdp5kzki5ijjwolqk2ojekeommakaf64mzn54",
"agent/valory/trader/0.1.0": "bafybeihz2gexanrkuh5kjrrpcbvi2bar544d3wemalgysvhezh2h3fqisa",
"service/valory/trader/0.1.0": "bafybeibuhmrj7ish3kva5hsuxncujaccogx76u52hy26oondkgxh6uhxq4",
"service/valory/trader_pearl/0.1.0": "bafybeiccj7netlsoqi4gns2c66ggpojkfmxjs3rrzk2kduphaexz6xtnha"
"agent/valory/trader/0.1.0": "bafybeigdvpsreuelx7bvkvgqnzvubso6kjsfbivqhezf75y5hpbbrbegbm",
"service/valory/trader/0.1.0": "bafybeibyppfmlviuskno2fcj7d356z4tembbtkubp3i2vq5kv5x3qkdkvm",
"service/valory/trader_pearl/0.1.0": "bafybeifoz7ofkkczpdidrwov5mwm4n4lbfsf346edbwf7c2w3olf6ttzvy"
},
"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 @@ -245,7 +245,7 @@ models:
priority_mech_service_id: ${int:0}
requester_staking_instance_address: ${str:0x0000000000000000000000000000000000000000}
response_timeout: ${int:300}
expected_mech_response_time: 300
expected_mech_response_time: ${int:300}
benchmarking_mode:
args:
enabled: ${bool:false}
Expand Down
2 changes: 1 addition & 1 deletion 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:bafybeihz2gexanrkuh5kjrrpcbvi2bar544d3wemalgysvhezh2h3fqisa
agent: valory/trader:0.1.0:bafybeigdvpsreuelx7bvkvgqnzvubso6kjsfbivqhezf75y5hpbbrbegbm
number_of_agents: 4
deployment:
agent:
Expand Down
2 changes: 1 addition & 1 deletion packages/valory/services/trader_pearl/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: bafybeibg7bdqpioh4lmvknw3ygnllfku32oca4eq5pqtvdrdsgw6buko7e
fingerprint_ignore_patterns: []
agent: valory/trader:0.1.0:bafybeihz2gexanrkuh5kjrrpcbvi2bar544d3wemalgysvhezh2h3fqisa
agent: valory/trader:0.1.0:bafybeigdvpsreuelx7bvkvgqnzvubso6kjsfbivqhezf75y5hpbbrbegbm
number_of_agents: 1
deployment:
agent:
Expand Down

0 comments on commit 7cffb22

Please sign in to comment.