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 24, 2024
1 parent be728fb commit 016ee22
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 @@ -93,7 +93,7 @@
}
ZERO_ADDRESS = "0x0000000000000000000000000000000000000000"
DEFAULT_MAX_FEE = 20000000
use_default_max_fee = True
use_default_max_fee = False

class Strategy(Enum):
"""Strategy type"""
Expand Down Expand Up @@ -436,7 +436,7 @@ def get_service_template(config: OptimusConfig) -> ServiceTemplate:
home_chain_id = "34443"
return ServiceTemplate({
"name": "Optimus",
"hash": "bafybeias4woazmeyihuojumr6d5o7iohmmyxpnkjeq4bytytd7wwjmofeu",
"hash": "bafybeie7xkxwpvcplmx7tguldaphkknyhqvzdmwbxt7ileyuhrcr246vce",

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

0 comments on commit 016ee22

Please sign in to comment.