Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade reality.io bond from $0.1 to $10 #111

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -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}
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 @@ -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}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/valory/skills/market_maker_abci/skill.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down