update commitment_tree_tracker_url

This commit is contained in:
turnoffthiscomputer
2024-07-24 17:51:22 +02:00
parent 43a9604a64
commit ebe3bb6e36

View File

@@ -1,6 +1,6 @@
export const RELAYER_URL = "https://0pw5u65m3a.execute-api.eu-north-1.amazonaws.com/api-stage/mint"
export const COMMITMENT_TREE_TRACKER_URL = "https://app.proofofpassport.com/apiv2/download-merkle-tree"
//export const COMMITMENT_TREE_TRACKER_URL = "https://app.proofofpassport.com/apiv2/download-merkle-tree"
export const COMMITMENT_TREE_TRACKER_URL = "https://proofofpassport-merkle-tree.xyz/api/download-merkle-tree"
export const PUBKEY_TREE_DEPTH = 16
export const CSCA_TREE_DEPTH = 12
export const COMMITMENT_TREE_DEPTH = 16