Skip to content

Commit

Permalink
Merge pull request #39 from valory-xyz/fix/round_timeout_seconds
Browse files Browse the repository at this point in the history
fix: `round_timeout_seconds`
  • Loading branch information
jmoreira-valory authored Aug 1, 2023
2 parents a2e5bf0 + 961384e commit 98b87f2
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/realtio/0.1.0": "bafybeigsciwpawqiyxtk7klpnx6vyaz4nic5s6afl4eahab5ub4hftu4du",
"skill/valory/market_creation_manager_abci/0.1.0": "bafybeiclzuhmamrbm7vlafqspl6jkp5r54vxa2nlvuinmw6pzijb7u7f7i",
"skill/valory/market_maker_abci/0.1.0": "bafybeiaqxit7c2hlgtgovfgvthv6caqymsetma2qwfywblkqnpmcwyiju4",
"agent/valory/market_maker/0.1.0": "bafybeid6qoduh4ciuxjfntg3v54yq347kfmc3i4slgwp7r3tmzsgyq74xu",
"service/valory/market_maker/0.1.0": "bafybeihue3464cn6l33r6bey7cb4d37k7t23ijqpd3qklqfuktu3skpnam",
"agent/valory/market_maker/0.1.0": "bafybeiar7hafeq4ojwmscr376zkjttu2752fjqwrwh27xsbti2sg46xihy",
"service/valory/market_maker/0.1.0": "bafybeibef4frabn3z3gdtk3tmvxiibg5dwdgmm4hl75v7advx4tss43aoy",
"contract/valory/wxdai/0.1.0": "bafybeidsp4dptfuxatr75vksdruzvqyhinj4nwiw5f3brzrewldprxuwg4",
"skill/valory/market_validation_abci/0.1.0": "bafybeifyfwynotmzg6wypbzbwsfnrplhjhumfx32dm2j3ddasp7ygrfoqa",
"contract/valory/fpmm/0.1.0": "bafybeihoczslmqbfpx57tmjps663r2ib7ycc3dfa4smdhufb4wbnidewtq"
Expand Down
2 changes: 1 addition & 1 deletion packages/valory/agents/market_maker/aea-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,6 @@ models:
tendermint_p2p_url: ${str:localhost:26656}
termination_sleep: ${int:900}
tx_timeout: ${float:10.0}
round_timeout_seconds: ${int:60}
round_timeout_seconds: ${float:60}
use_termination: ${bool:false}
is_abstract: false
4 changes: 2 additions & 2 deletions 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:bafybeid6qoduh4ciuxjfntg3v54yq347kfmc3i4slgwp7r3tmzsgyq74xu
agent: valory/market_maker:0.1.0:bafybeiar7hafeq4ojwmscr376zkjttu2752fjqwrwh27xsbti2sg46xihy
number_of_agents: 1
deployment:
agent:
Expand Down Expand Up @@ -76,7 +76,7 @@ models:
termination_sleep: ${TERMINATION_SLEEP:int:900}
tx_timeout: ${TX_TIMEOUT:float:10.0}
use_termination: ${USE_TERMINATION:bool:false}
round_timeout_seconds: ${ROUND_TIMEOUT_SECONDS:int:120}
round_timeout_seconds: ${ROUND_TIMEOUT_SECONDS:float:120}
---
public_id: valory/ledger:0.19.0
type: connection
Expand Down

0 comments on commit 98b87f2

Please sign in to comment.