We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc3a360 commit d0cf70fCopy full SHA for d0cf70f
Makefile
@@ -1238,6 +1238,11 @@ __ETHEREUM_PACKAGE__: ## ____
1238
ethereum_package_start: ## Starts the ethereum_package environment
1239
kurtosis run --enclave aligned github.com/ethpandaops/ethereum-package --args-file network_params.yaml
1240
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
+
1246
ethereum_package_inspect: ## Prints detailed information about the net
1247
kurtosis enclave inspect aligned
1248
0 commit comments