Skip to content

Commit

Permalink
update orchestrator address
Browse files Browse the repository at this point in the history
  • Loading branch information
mimoo committed Jan 24, 2024
1 parent f6481f7 commit e34d48a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit e34d48a

Please sign in to comment.