2021-03-10 22:21:50 +01:00
|
|
|
pub const CHAIN_VERSION: u32 = 1;
|
|
|
|
|
|
2021-03-07 17:47:33 +01:00
|
|
|
pub const BLOCK_DIFFICULTY: u32 = 24;
|
|
|
|
|
pub const LOCKER_DIFFICULTY: u32 = 18;
|
2021-03-10 22:21:50 +01:00
|
|
|
pub const KEYSTORE_DIFFICULTY: usize = 25;
|
|
|
|
|
|
2021-03-07 17:47:33 +01:00
|
|
|
pub const LOCKER_BLOCK_START: u64 = 10;
|
2021-03-06 21:28:06 +01:00
|
|
|
pub const LOCKER_BLOCK_COUNT: u64 = 3;
|
|
|
|
|
pub const LOCKER_BLOCK_INTERVAL: i64 = 300;
|