ckb_constant/hardfork/
mod.rs

1
2
3
4
/// Hardfork constant for mainnet.
pub mod mainnet;
/// Hardfork constant for testnet.
pub mod testnet;