Commit 6f0fccee authored by Gyanendra Mishra's avatar Gyanendra Mishra

replace call to time

parent c31e148e
...@@ -14,7 +14,9 @@ def launch_participant_network(network_params): ...@@ -14,7 +14,9 @@ def launch_participant_network(network_params):
print("Success " + keystore_result) print("Success " + keystore_result)
genesis_timestamp = time.unix() # Use actual time instead
genesis_timestamp = 1667320256
# genesis_timestamp = time.now().unix
print("Generating EL data") print("Generating EL data")
el_genesis_generation_config_template = read_file("github.com/kurtosis-tech/eth2-module/static_files/genesis-generation-config/el/genesis-config.yaml.tmpl") el_genesis_generation_config_template = read_file("github.com/kurtosis-tech/eth2-module/static_files/genesis-generation-config/el/genesis-config.yaml.tmpl")
......
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