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";