Skip to content

Commit

Permalink
chore: update variables
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoreira-valory committed Sep 2, 2024
1 parent 254641a commit f079631
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"skill/valory/check_stop_trading_abci/0.1.0": "bafybeiepylk35n3faurvp7dskjkdovehftzfjrjxfkpekzuaovt5gojxne",
"agent/valory/trader/0.1.0": "bafybeiexvarbsj25xevrtuqavwmgpvmz753a74im7su7jzamhhkuqjcl3y",
"service/valory/trader/0.1.0": "bafybeighrps33nlltr7gwdeaftkii3t2itwshvk5ulpazjyxdmed6gmbo4",
"service/valory/trader_pearl/0.1.0": "bafybeictjmyutp32ifgc3it2yt626tmxtk4izjp3gxfytimih4ao5z6kmq"
"service/valory/trader_pearl/0.1.0": "bafybeidu3e3hdx5qt3bclheo7opr4adiil6zs2cger6m733qvhttnlo6na"
},
"third_party": {
"protocol/open_aea/signing/1.0.0": "bafybeihv62fim3wl2bayavfcg3u5e5cxu3b7brtu4cn5xoxd6lqwachasi",
Expand Down
4 changes: 2 additions & 2 deletions packages/valory/services/trader_pearl/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ models:
- en_US
average_block_time: 5
abt_error_mult: 5
mech_contract_address: '0x77af31De935740567Cf4fF1986D04B2c964A786a'
mech_contract_address: ${MECH_CONTRACT_ADDRESS:str:0x77af31De935740567Cf4fF1986D04B2c964A786a}
mech_request_price: 0
mech_chain_id: ethereum
mech_wrapped_native_token_address: '0xe91D153E0b41518A2Ce8Dd3D7944Fa863463a97d'
mech_activity_checker_contract: '0x155547857680A6D51bebC5603397488988DEb1c8'
mech_activity_checker_contract: ${MECH_ACTIVITY_CHECKER_CONTRACT:str:0x155547857680A6D51bebC5603397488988DEb1c8}
sample_bets_closing_days: 10
trading_strategy: kelly_criterion
use_fallback_strategy: true
Expand Down

0 comments on commit f079631

Please sign in to comment.