mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 13:57:58 +00:00
Introduce new testnet ready for 0.10 (#1677)
* Introduce new testnet ready for 0.10 * Upgraded dd spec
This commit is contained in:
committed by
Arkadiy Paronyan
parent
bd89003e43
commit
c3e6572886
@@ -32,9 +32,9 @@ const STAGING_TELEMETRY_URL: &str = "wss://telemetry.polkadot.io/submit/";
|
||||
/// Specialised `ChainSpec`.
|
||||
pub type ChainSpec = substrate_service::ChainSpec<GenesisConfig>;
|
||||
|
||||
/// Charred Cherry testnet generator
|
||||
pub fn charred_cherry_config() -> Result<ChainSpec, String> {
|
||||
ChainSpec::from_embedded(include_bytes!("../res/charred-cherry.json"))
|
||||
/// Dried Danta testnet generator
|
||||
pub fn dried_danta_config() -> Result<ChainSpec, String> {
|
||||
ChainSpec::from_embedded(include_bytes!("../res/dried-danta.json"))
|
||||
}
|
||||
|
||||
fn staging_testnet_config_genesis() -> GenesisConfig {
|
||||
|
||||
Reference in New Issue
Block a user