diff --git a/ethereum.star b/ethereum.star index 1fe5f399a..5ffa68abc 100644 --- a/ethereum.star +++ b/ethereum.star @@ -1,5 +1,5 @@ ethereum_package = import_module( - "github.com/kurtosis-tech/ethereum-package/main.star@2.1.0" + "github.com/kurtosis-tech/ethereum-package/main.star@2.2.0" ) @@ -14,6 +14,6 @@ def run(plan, args): "l1_preallocated_mnemonic" ], }, - "additional_services": [], + "additional_services": args["l1_additional_services"], }, ) diff --git a/params.yml b/params.yml index 26eb04cc9..175619f9b 100644 --- a/params.yml +++ b/params.yml @@ -147,6 +147,12 @@ args: l1_preallocated_mnemonic: code code code code code code code code code code code quality l1_rpc_url: http://el-1-geth-lighthouse:8545 l1_ws_url: ws://el-1-geth-lighthouse:8546 + # https://github.com/kurtosis-tech/ethereum-package/tree/main?tab=readme-ov-file#configuration + l1_additional_services: [ + # blockscout, # block explorer + # dora, # beaconchain explorer + # el_forkmon, # fork monitor tool + ] ## Rollup configuration.