Skip to content

Commit 157d940

Browse files
committed
lets go
1 parent 7b107f4 commit 157d940

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main.star

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
parse_input = import_module("github.com/kurtosis-tech/eth2-package/src/package_io/parse_input.star")
22

33
static_files = import_module("github.com/kurtosis-tech/eth2-package/src/static_files/static_files.star")
4-
genesis_constants = import_module("github.com/kurtosis-tech/eth-network-package/src/prelaunch_data_generator/genesis_constants/genesis_constants.star")
4+
genesis_constants = import_module("github.com/kurtosis-tech/eth-network-package/src/prelaunch_data_generator/genesis_constants/genesis_constants.star@gyani/mev")
55

6-
eth_network_module = import_module("github.com/kurtosis-tech/eth-network-package/main.star")
6+
eth_network_module = import_module("github.com/kurtosis-tech/eth-network-package/main.star@gyani/mev")
77
transaction_spammer = import_module("github.com/kurtosis-tech/eth2-package/src/transaction_spammer/transaction_spammer.star")
88
forkmon = import_module("github.com/kurtosis-tech/eth2-package/src/forkmon/forkmon_launcher.star")
99
prometheus = import_module("github.com/kurtosis-tech/eth2-package/src/prometheus/prometheus_launcher.star")

0 commit comments

Comments
 (0)