Skip to content

Commit

Permalink
Merge branch 'main' into feat/track-zkevm-node-config-changes
Browse files Browse the repository at this point in the history
  • Loading branch information
leovct authored Apr 22, 2024
2 parents a06dce2 + be17ee3 commit 58535f2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ethereum.star
Original file line number Diff line number Diff line change
@@ -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"
)


Expand All @@ -14,6 +14,6 @@ def run(plan, args):
"l1_preallocated_mnemonic"
],
},
"additional_services": [],
"additional_services": args["l1_additional_services"],
},
)
6 changes: 6 additions & 0 deletions params.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 58535f2

Please sign in to comment.