Skip to content

Commit d0cf70f

Browse files
committed
Add makefile command ethereum_package_update_network_params
1 parent cc3a360 commit d0cf70f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1238,6 +1238,11 @@ __ETHEREUM_PACKAGE__: ## ____
12381238
ethereum_package_start: ## Starts the ethereum_package environment
12391239
kurtosis run --enclave aligned github.com/ethpandaops/ethereum-package --args-file network_params.yaml
12401240

1241+
ethereum_package_update_network_params:
1242+
@yq e -i -P ".network_params.additional_preloaded_contracts = $$( \
1243+
jq '.accounts' contracts/scripts/anvil/state/alignedlayer-deployed-anvil-state.json \
1244+
)" network_params.yaml
1245+
12411246
ethereum_package_inspect: ## Prints detailed information about the net
12421247
kurtosis enclave inspect aligned
12431248

0 commit comments

Comments
 (0)