Skip to content

Commit

Permalink
made proof methods in the config optional
Browse files Browse the repository at this point in the history
  • Loading branch information
jbentke committed Jun 10, 2021
1 parent a34dc6d commit 7dead44
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions c/src/pay/zksync/rpc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -308,11 +308,13 @@ zksync:
descr: rpc-method, which will be used to verify the incomming proof before cosigning.
type: string
cmd: zvpm
optional: true

create_proof_method:
descr: rpc-method, which will be used to create the proof needed for cosigning.
type: string
cmd: zcpm
optional: true

# rpc
zksync_contract_address:
Expand Down

0 comments on commit 7dead44

Please sign in to comment.