File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1073,9 +1073,9 @@ pub fn build(b: *std.Build) void {
10731073 module_bindings .addImport ("persistent_merkle_tree" , module_persistent_merkle_tree );
10741074 module_bindings .addImport ("ssz" , module_ssz );
10751075 module_bindings .addImport ("consensus_types" , module_consensus_types );
1076+ module_bindings .addImport ("constants" , module_constants );
10761077 module_bindings .addImport ("preset" , module_preset );
10771078 module_bindings .addImport ("config" , module_config );
1078- module_bindings .addImport ("constants" , module_constants );
10791079 module_bindings .addImport ("fork_types" , module_fork_types );
10801080 module_bindings .addImport ("state_transition" , module_state_transition );
10811081 module_bindings .addImport ("zapi:napi" , dep_zapi .module ("napi" ));
Original file line number Diff line number Diff line change 237237 .persistent_merkle_tree,
238238 .ssz,
239239 .consensus_types,
240+ .constants,
240241 .preset,
241242 .config,
242243 .fork_types,
You can’t perform that action at this time.
0 commit comments