Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
Signed-off-by: Ji Hwan <[email protected]>
  • Loading branch information
jhkimqd committed Jan 8, 2025
1 parent 673914d commit ea39aa5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
7 changes: 5 additions & 2 deletions cdk_central_environment.star
Original file line number Diff line number Diff line change
Expand Up @@ -154,15 +154,18 @@ def run(plan, args, contract_setup_addresses):
)

# Start the aggoracle components.
cdk_aggoracle_configs = cdk_aggoracle_package.create_cdk_aggoracle_service_config(
args, aggoracle_config_artifact, genesis_artifact, keystore_artifacts
cdk_aggoracle_configs = (
cdk_aggoracle_package.create_cdk_aggoracle_service_config(
args, aggoracle_config_artifact, genesis_artifact, keystore_artifacts
)
)

plan.add_services(
configs=cdk_aggoracle_configs,
description="Starting the cdk aggoracle components",
)


def get_keystores_artifacts(plan, args):
sequencer_keystore_artifact = plan.store_service_files(
name="sequencer-keystore",
Expand Down
1 change: 0 additions & 1 deletion lib/cdk_aggoracle.star
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ def create_cdk_aggoracle_service_config(


def get_cdk_aggoracle_ports(args):

# FEP requires the aggregator
ports = {
"rpc": PortSpec(
Expand Down

0 comments on commit ea39aa5

Please sign in to comment.