Skip to content

Commit

Permalink
chore: update service hash
Browse files Browse the repository at this point in the history
  • Loading branch information
Divya-Solulab committed Dec 19, 2024
1 parent d0e26bc commit fade435
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions run_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ def configure_local_config() -> OptimusConfig:
print()

if optimus_config.selected_strategies is None:
optimus_config.selected_strategies = [Strategy.MerklPoolSearchStrategy.value, Strategy.BalancerPoolSearchStrategy.value, Strategy.SturdyLendingStrategy.value]
optimus_config.selected_strategies = [Strategy.BalancerPoolSearchStrategy.value, Strategy.SturdyLendingStrategy.value]

optimus_config.store()
return optimus_config
Expand Down Expand Up @@ -436,7 +436,7 @@ def get_service_template(config: OptimusConfig) -> ServiceTemplate:
home_chain_id = "34443"
return ServiceTemplate({
"name": "Optimus",
"hash": "bafybeihqho73he6mirkodg4ubom6ngf2nkgebhmxr435yxpsxgsthu5nvy",
"hash": "bafybeiacwtlghc4ndk7fbv65d6xdi6kxu6yzecadugjgrstnnu6omfkjxa",

"description": "Optimus",
"image": "https://gateway.autonolas.tech/ipfs/bafybeiaakdeconw7j5z76fgghfdjmsr6tzejotxcwnvmp3nroaw3glgyve",
Expand Down

0 comments on commit fade435

Please sign in to comment.