Commit 59ce81d5 authored by Gyanendra Mishra's avatar Gyanendra Mishra

added cl genesis struct

parent 906140a9
def new_cl_genesis_data(
files_artifact_uuid,
jwt_secret_rel_filepath,
config_yml_rel_filepath,
genesis_ssz_rel_filepath):
return struct(
files_artifact_uuid = files_artifact_uuid,
jwt_secret_rel_filepath = jwt_secret_rel_filepath,
config_yml_rel_filepath = config_yml_rel_filepath,
genesis_ssz_rel_filepath = genesis_ssz_rel_filepath,
)
\ No newline at end of file
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