mirror of
https://github.com/logos-blockchain/logos-blockchain-testing.git
synced 2026-04-01 08:43:06 +00:00
7 lines
220 B
Rust
7 lines
220 B
Rust
pub const DEFAULT_NODES: usize = 2;
|
|
pub const DEFAULT_RUN_SECS: u64 = 60;
|
|
|
|
pub const DEFAULT_TOTAL_WALLETS: usize = 200;
|
|
pub const DEFAULT_TRANSACTION_WALLETS: usize = 20;
|
|
pub const DEFAULT_MIXED_TXS_PER_BLOCK: u64 = 3;
|