Add Callisto support (#9534)
* Add Callisto Mainnet support * Add new bootnodes * Remove merge failure * EIP-649 removed * Remove eip649Reward * Modify difficultyBombDelays * Callisto reward smart contract * Remove ethash params * Fix merge
This commit is contained in:
committed by
Afri Schoedon
parent
ce5a6eabae
commit
2511bc20e0
@@ -114,6 +114,11 @@ pub fn new_sokol<'a, T: Into<SpecParams<'a>>>(params: T) -> Spec {
|
||||
load(params.into(), include_bytes!("../../res/ethereum/poasokol.json"))
|
||||
}
|
||||
|
||||
/// Create a new Callisto chaun spec
|
||||
pub fn new_callisto<'a, T: Into<SpecParams<'a>>>(params: T) -> Spec {
|
||||
load(params.into(), include_bytes!("../../res/ethereum/callisto.json"))
|
||||
}
|
||||
|
||||
// For tests
|
||||
|
||||
/// Create a new Foundation Frontier-era chain spec as though it never changes to Homestead.
|
||||
|
||||
Reference in New Issue
Block a user