Skip to content

Commit

Permalink
Continue testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
keyvank committed Jul 14, 2023
1 parent f266330 commit ed8a7ec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bazuka"
version = "0.19.18"
version = "0.19.19"
authors = ["El Geuse <geusebetel@proton.me>"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion src/cli/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ pub mod node;
const DEFAULT_PORT: u16 = 8765;
const BAZUKA_NOT_INITILIZED: &str = "Bazuka is not initialized";

const CURRENT_NETWORK: &str = "deruny-4";
const CURRENT_NETWORK: &str = "deruny-5";

#[cfg(feature = "client")]
#[derive(Serialize, Deserialize, Clone, Debug)]
Expand Down
2 changes: 1 addition & 1 deletion src/config/blockchain.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const MPN_LOG4_WITHDRAW_BATCH_SIZE: u8 = 3;
const MPN_LOG4_UPDATE_BATCH_SIZE: u8 = 4;
//pub const LOG4_SUPER_UPDATE_BATCH_SIZE: u8 = 5;

const TESTNET_HEIGHT_LIMIT: u64 = 20000;
const TESTNET_HEIGHT_LIMIT: u64 = 25000;

lazy_static! {
pub static ref MPN_UPDATE_VK: zk::groth16::Groth16VerifyingKey =
Expand Down

0 comments on commit ed8a7ec

Please sign in to comment.