add commitmentMerkleTree parameter to register appType

This commit is contained in:
turnoffthiscomputer
2024-10-14 16:26:54 -07:00
parent 3a96f37d03
commit 2e281bb545
2 changed files with 11 additions and 0 deletions

View File

@@ -32,6 +32,7 @@ export interface ArgumentsProveOnChain {
export interface ArgumentsRegister {
cscaMerkleTreeUrl: string,
commitmentMerkleTreeUrl: string,
modalServerUrl: string,
}