Skip to content

Commit

Permalink
chore: clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
leovct committed Mar 21, 2024
1 parent 34e62aa commit 5083353
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions main.star
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,6 @@ zkevm_node_package = import_module("./lib/zkevm_node.star")
zkevm_prover_package = import_module("./lib/zkevm_prover.star")
zkevm_permissionless_node_package = import_module("./zkevm_permissionless_node.star")

CONTRACTS_IMAGE = "node:20-bookworm"
CONTRACTS_BRANCH = "develop"

POSTGRES_IMAGE = "postgres:16.2"
POSTGRES_PORT_ID = "postgres"


def run(plan, args):
# Determine system architecture
Expand Down Expand Up @@ -297,7 +291,6 @@ def start_node_components(
)

# Deploy components.

zkevm_node_package.start_synchronizer(plan, args, config_artifact, genesis_artifact)
zkevm_node_package.start_sequencer(plan, args, config_artifact, genesis_artifact)
zkevm_node_package.start_sequence_sender(
Expand Down

0 comments on commit 5083353

Please sign in to comment.