Commit 2438cbd1 authored by Gyanendra Mishra's avatar Gyanendra Mishra

bug fix

parent 6cee1ddc
...@@ -19,7 +19,7 @@ prysm = import_module("github.com/kurtosis-tech/eth2-module/src/participant_netw ...@@ -19,7 +19,7 @@ prysm = import_module("github.com/kurtosis-tech/eth2-module/src/participant_netw
teku = import_module("github.com/kurtosis-tech/eth2-module/src/participant_network/cl/teku/teku_launcher.star") teku = import_module("github.com/kurtosis-tech/eth2-module/src/participant_network/cl/teku/teku_launcher.star")
genesis_constants = import_module("github.com/kurtosis-tech/eth2-module/src/participant_network/prelaunch_data_generator/genesis_constants/genesis_constants.star") genesis_constants = import_module("github.com/kurtosis-tech/eth2-module/src/participant_network/prelaunch_data_generator/genesis_constants/genesis_constants.star")
participant_module = load("github.com/kurtosis-tech/eth2-module/src/participant_network/participant.star") participant_module = import_module("github.com/kurtosis-tech/eth2-module/src/participant_network/participant.star")
module_io = import_types("github.com/kurtosis-tech/eth2-module/types.proto") module_io = import_types("github.com/kurtosis-tech/eth2-module/types.proto")
......
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