Testnet for Ethereum Classic

This commit is contained in:
Igor Artamonov
2016-12-11 19:25:02 +06:00
parent 7b5bc115e9
commit aed633d7df
4 changed files with 69 additions and 2 deletions

View File

@@ -42,6 +42,9 @@ pub fn new_frontier() -> Spec { load(include_bytes!("../../res/ethereum/frontier
/// Create a new Frontier mainnet chain spec without the DAO hardfork.
pub fn new_classic() -> Spec { load(include_bytes!("../../res/ethereum/classic.json")) }
/// Create a new Morden chain spec configured for Thereum Classic
pub fn new_classic_morden() -> Spec { load(include_bytes!("../../res/ethereum/classic-morden.json")) }
/// Create a new Frontier mainnet chain spec without the DAO hardfork.
pub fn new_expanse() -> Spec { load(include_bytes!("../../res/ethereum/expanse.json")) }