@@ -16,6 +16,7 @@ go_library(
16
16
"network_config.go" ,
17
17
"testnet_e2e_config.go" ,
18
18
"testnet_holesky_config.go" ,
19
+ "testnet_mekong_config.go" ,
19
20
"testnet_sepolia_config.go" ,
20
21
"testutils.go" ,
21
22
"testutils_develop.go" , # keep
@@ -30,6 +31,7 @@ go_library(
30
31
"//math:go_default_library" ,
31
32
"//runtime/version:go_default_library" ,
32
33
"@com_github_ethereum_go_ethereum//common:go_default_library" ,
34
+ "@com_github_ethereum_go_ethereum//common/hexutil:go_default_library" ,
33
35
"@com_github_ethereum_go_ethereum//params:go_default_library" ,
34
36
"@com_github_mohae_deepcopy//:go_default_library" ,
35
37
"@com_github_pkg_errors//:go_default_library" ,
@@ -49,6 +51,7 @@ go_test(
49
51
"mainnet_config_test.go" ,
50
52
"testnet_config_test.go" ,
51
53
"testnet_holesky_config_test.go" ,
54
+ "testnet_mekong_config_test.go" ,
52
55
"testnet_sepolia_config_test.go" ,
53
56
],
54
57
data = glob (["*.yaml" ]) + [
@@ -58,6 +61,7 @@ go_test(
58
61
"@consensus_spec_tests_minimal//:test_data" ,
59
62
"@eth2_networks//:configs" ,
60
63
"@holesky_testnet//:configs" ,
64
+ "@mekong_testnet//:configs" ,
61
65
"@sepolia_testnet//:configs" ,
62
66
],
63
67
embed = [":go_default_library" ],
0 commit comments