Skip to content

Commit

Permalink
(NOBIDS) local-deployment: rename eth package parse_input to input_pa…
Browse files Browse the repository at this point in the history
…rser (#2636)
  • Loading branch information
gocoffeecup authored Oct 24, 2023
1 parent fa3523b commit f406e9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Empty file modified local-deployment/clean-start.sh
100644 → 100755
Empty file.
4 changes: 2 additions & 2 deletions local-deployment/main.star
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
parse_input = import_module("github.com/kurtosis-tech/ethereum-package/src/package_io/parse_input.star")
input_parser = import_module("github.com/kurtosis-tech/ethereum-package/src/package_io/input_parser.star")
eth_network_module = import_module("github.com/kurtosis-tech/eth-network-package/main.star")
transaction_spammer = import_module("github.com/kurtosis-tech/ethereum-package/src/transaction_spammer/transaction_spammer.star")
blob_spammer = import_module("github.com/kurtosis-tech/ethereum-package/src/blob_spammer/blob_spammer.star")
Expand All @@ -17,7 +17,7 @@ LITTLE_BIGTABLE_PORT_ID = "littlebigtable"
EXPLORER_CONFIG_FILENAME = "config.yml"

def run(plan, args):
args_with_right_defaults = parse_input.parse_input(plan, args)
args_with_right_defaults = input_parser.input_parser(plan, args)
network_params = args_with_right_defaults.network_params

db_services = plan.add_services(
Expand Down

0 comments on commit f406e9c

Please sign in to comment.