@@ -33,7 +33,7 @@ module Make (Inputs : Intf.Test.Inputs_intf) = struct
3333    ; num_archive_nodes =  1 
3434    }
3535
36-   let  run  ~config :_   network  t  = 
36+   let  run  ~config :Test_config. { signature_kind; _ }   network  t  = 
3737    let  open  Malleable_error.Let_syntax  in 
3838    let  logger =  Logger. create ()  in 
3939    let  all_mina_nodes =  Network. all_mina_nodes network in 
@@ -104,7 +104,7 @@ module Make (Inputs : Intf.Test.Inputs_intf) = struct
104104      in 
105105      let % map.Async. Deferred  deploy_zkapp = 
106106        Transaction_snark.For_tests. deploy_snapp ~constraint_constants 
107-           zkapp_command_spec
107+           ~signature_kind   zkapp_command_spec
108108      in 
109109      ( deploy_zkapp
110110      , timing_account_id
@@ -151,7 +151,7 @@ module Make (Inputs : Intf.Test.Inputs_intf) = struct
151151      in 
152152      Malleable_error. lift
153153      @@  Transaction_snark.For_tests. deploy_snapp ~constraint_constants 
154-            zkapp_command_spec
154+            ~signature_kind   zkapp_command_spec
155155    in 
156156    (*  Create a timed account that with initial liquid balance being 0, and vesting 1 mina at each slot.
157157       This account would be used to test the edge case of vesting. See `zkapp_command_transfer_from_third_timed_account` 
@@ -202,7 +202,7 @@ module Make (Inputs : Intf.Test.Inputs_intf) = struct
202202      in 
203203      let % map.Async. Deferred  deploy_zkapp = 
204204        Transaction_snark.For_tests. deploy_snapp ~constraint_constants 
205-           zkapp_command_spec
205+           ~signature_kind   zkapp_command_spec
206206      in 
207207      (deploy_zkapp, timing_account_id, zkapp_keypair)
208208    in 
@@ -244,7 +244,7 @@ module Make (Inputs : Intf.Test.Inputs_intf) = struct
244244        }
245245      in 
246246      Transaction_snark.For_tests. deploy_snapp ~constraint_constants 
247-         zkapp_command_spec
247+         ~signature_kind   zkapp_command_spec
248248    in 
249249    let % bind zkapp_command_transfer_from_timed_account = 
250250      let  open  Mina_base  in 
0 commit comments