From e34d48a5fc36969e2bbcbd07ac4b3f55c625a981 Mon Sep 17 00:00:00 2001 From: David Wong Date: Tue, 23 Jan 2024 17:46:59 -0800 Subject: [PATCH] update orchestrator address --- src/constants.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.rs b/src/constants.rs index 9c4dc02..f6a028d 100644 --- a/src/constants.rs +++ b/src/constants.rs @@ -21,7 +21,7 @@ pub const BITCOIN_JSON_RPC_VERSION: &str = "1.0"; /// The fee payable to the zkBitcoin fund. pub const FEE_ZKBITCOIN_SAT: u64 = 546; // see https://whattodevnow.medium.com/how-to-calculate-the-real-minimum-satoshis-amount-for-a-utxo-5941628ad3e8 -pub const ORCHESTRATOR_ADDRESS: &str = "http://64.23.171.48:8888"; +pub const ORCHESTRATOR_ADDRESS: &str = "http://64.23.148.42:8891"; pub const CIRCOM_ETH_PRIME: &str = "21888242871839275222246405745257275088548364400416034343698204186575808495617";