From 7eef9a91a761b7fc25216d005ae54e08d680441e Mon Sep 17 00:00:00 2001 From: evangriffiths Date: Mon, 22 Jul 2024 14:59:24 +0100 Subject: [PATCH] Upgrade reality.io bond from /bin/zsh.1 to --- packages/valory/agents/market_maker/aea-config.yaml | 2 +- packages/valory/services/market_maker/service.yaml | 2 +- packages/valory/skills/market_creation_manager_abci/skill.yaml | 2 +- packages/valory/skills/market_maker_abci/skill.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/valory/agents/market_maker/aea-config.yaml b/packages/valory/agents/market_maker/aea-config.yaml index 2e5b76d..8b5a856 100644 --- a/packages/valory/agents/market_maker/aea-config.yaml +++ b/packages/valory/agents/market_maker/aea-config.yaml @@ -207,7 +207,7 @@ models: use_termination: ${bool:false} use_slashing: ${bool:false} slash_cooldown_hours: ${int:3} - close_question_bond: ${int:1000000000000000} + close_question_bond: ${int:100000000000000000} questions_to_close_batch_size: ${int:1} slash_threshold_amount: ${int:10000000000000000} light_slash_unit_amount: ${int:5000000000000000} diff --git a/packages/valory/services/market_maker/service.yaml b/packages/valory/services/market_maker/service.yaml index 7fd6570..3f31ae4 100644 --- a/packages/valory/services/market_maker/service.yaml +++ b/packages/valory/services/market_maker/service.yaml @@ -86,7 +86,7 @@ models: tendermint_check_sleep_delay: ${TENDERMINT_CHECK_SLEEP_DELAY:int:3} tendermint_com_url: ${TENDERMINT_COM_URL:str:http://localhost:8080} tendermint_max_retries: ${TENDERMINT_MAX_RETRIES:int:5} - close_question_bond: ${CLOSE_QUESTION_BOND:int:1000000000000000} + close_question_bond: ${CLOSE_QUESTION_BOND:int:100000000000000000} questions_to_close_batch_size: ${QUESTIONS_TO_CLOSE_BATCH_SIZE:int:1} tendermint_url: ${TENDERMINT_URL:str:http://localhost:26657} tendermint_p2p_url: ${TENDERMINT_P2P_URL:str:localhost:26656} diff --git a/packages/valory/skills/market_creation_manager_abci/skill.yaml b/packages/valory/skills/market_creation_manager_abci/skill.yaml index 5d37100..0373b3b 100644 --- a/packages/valory/skills/market_creation_manager_abci/skill.yaml +++ b/packages/valory/skills/market_creation_manager_abci/skill.yaml @@ -205,7 +205,7 @@ models: tendermint_p2p_url: localhost:26656 tendermint_url: http://localhost:26657 tx_timeout: 10.0 - close_question_bond: 1000000000000000 + close_question_bond: 100000000000000000 questions_to_close_batch_size: 1 validate_timeout: 1205 use_termination: false diff --git a/packages/valory/skills/market_maker_abci/skill.yaml b/packages/valory/skills/market_maker_abci/skill.yaml index 188454f..8dd95a4 100644 --- a/packages/valory/skills/market_maker_abci/skill.yaml +++ b/packages/valory/skills/market_maker_abci/skill.yaml @@ -207,7 +207,7 @@ models: google_engine_id: google_engine_id openai_api_key: openai_api_key xdai_threshold: 1000000000000000000 - close_question_bond: 1000000000000000 + close_question_bond: 100000000000000000 slash_threshold_amount: 10000000000000000 light_slash_unit_amount: 5000000000000000 serious_slash_unit_amount: 8000000000000000