Skip to content

Commit

Permalink
fix: update params
Browse files Browse the repository at this point in the history
  • Loading branch information
Divya-Solulab committed Oct 4, 2024
1 parent 9789837 commit 3921d2e
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 @@ -10,8 +10,8 @@
"contract/valory/staking_activity_checker/0.1.0": "bafybeibjzsi2r5b6xd4iwl4wbwldptnynryzsdpifym4mkv32ynswx22ou",
"skill/valory/liquidity_trader_abci/0.1.0": "bafybeiahs5ozhyee6y4kjvucgtvt4jc2hmigakbjntmshwrpx4gwrukaj4",
"skill/valory/optimus_abci/0.1.0": "bafybeicjo3knty3uvnbipexriwmebxrihxlvoriscmrcxvjobvurpizih4",
"agent/valory/optimus/0.1.0": "bafybeickkscaurh7eli5552qtyvntk3ql7gt5omjtab4qtwd5hbo47pkpu",
"service/valory/optimus/0.1.0": "bafybeiavkrhmte5x7lbgxwm3ahpueseinfx2jexftuezgxi3euce4bmfku"
"agent/valory/optimus/0.1.0": "bafybeiekpamq2t7jt573i6hom4nd4qxwiocyytl2lhkcwzzsrfjrv4rq2m",
"service/valory/optimus/0.1.0": "bafybeicopalv74jb5gpbkror6rqmxcauuh7atvomil5ok65s7clu2lcst4"
},
"third_party": {
"protocol/open_aea/signing/1.0.0": "bafybeihv62fim3wl2bayavfcg3u5e5cxu3b7brtu4cn5xoxd6lqwachasi",
Expand Down
4 changes: 2 additions & 2 deletions packages/valory/agents/optimus/aea-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -235,10 +235,10 @@ models:
staking_token_contract_address: ${str:0x88996bbdE7f982D93214881756840cE2c77C4992}
staking_activity_checker_contract_address: ${str:0x7Fd1F4b764fA41d19fe3f63C85d12bf64d2bbf68}
staking_threshold_period: ${int:5}
store_path: ${str:/home/divya/Olas-Projects/superfest-agent/data/}
store_path: ${str:/data/}
assets_info_filename: ${str:assets.json}
pool_info_filename: ${str:current_pool.json}
min_swap_amount_threshold: ${int:0}
min_swap_amount_threshold: ${int:10}
max_fee_percentage: ${float:0.02}
max_gas_percentage: ${float:0.25}
balancer_graphql_endpoints: ${str:{"optimism":"https://api.studio.thegraph.com/query/75376/balancer-optimism-v2/version/latest","base":"https://api.studio.thegraph.com/query/24660/balancer-base-v2/version/latest"}}
2 changes: 1 addition & 1 deletion packages/valory/services/optimus/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ aea_version: '>=1.0.0, <2.0.0'
license: Apache-2.0
fingerprint: {}
fingerprint_ignore_patterns: []
agent: valory/optimus:0.1.0:bafybeickkscaurh7eli5552qtyvntk3ql7gt5omjtab4qtwd5hbo47pkpu
agent: valory/optimus:0.1.0:bafybeiekpamq2t7jt573i6hom4nd4qxwiocyytl2lhkcwzzsrfjrv4rq2m
number_of_agents: 1
deployment: {}
---
Expand Down

0 comments on commit 3921d2e

Please sign in to comment.