Skip to content

Commit

Permalink
fix: linters
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoreira-valory committed Aug 22, 2024
1 parent bcd3a13 commit 5147777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion operate/services/manage.py
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ def _deploy_service_onchain_from_safe( # pylint: disable=too-many-statements,to
],
)
else: # TODO fix this - using pearl beta params
staking_params = dict(
staking_params = dict( # nosec
agent_ids=[25],
service_registry="0x9338b5153AE39BB89f50468E608eD9d764B755fD", # nosec
staking_token="0xcE11e14225575945b8E6Dc0D4F2dD4C570f79d9f", # nosec
Expand Down

0 comments on commit 5147777

Please sign in to comment.