Commit fd9aab5c authored by Gyanendra Mishra's avatar Gyanendra Mishra

added entry point args to besu

parent f274bf5e
......@@ -16,7 +16,7 @@ This is the Startosis version of the popular [eth2-merge-kurtosis-module](https:
- [x] transaction_spammer (this is blocked on EL clients running)
- [ ] participant_network/participant_network
- [ ] has most data generation things, needs to start EL/CL clients
- [ ] needs upload files to be implemented
- [x] needs upload files to be implemented
- [x] participant_network/participant
- [x] pure POJO should be quick to implement NO BLOCKERS
- [x] mev_boost participant_network/mev_boost NO BLOCKERS - removed some attributes that aren't used
......
......@@ -131,6 +131,7 @@ def get_service_config(launcher, image, existing_el_clients, log_level, extra_pa
files_artifact_mount_dirpaths = {
genesis_data.files_artifact_uuid: GENESIS_DATA_DIRPATH_ON_CLIENT_CONTAINER
},
entry_point_args = ENTRYPOINT_ARGS,
# TODO add private IP address place holder when add servicde supports it
# for now this will work as we use the service config default above
# https://github.com/kurtosis-tech/kurtosis/pull/290
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment