mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-30 04:57:57 +00:00
cargo spellcheck (#3067)
This commit is contained in:
committed by
GitHub
parent
9b06a38bb6
commit
e8652e73db
@@ -59,16 +59,16 @@ pub struct Extensions {
|
||||
pub bad_blocks: sc_client_api::BadBlocks<polkadot_primitives::v1::Block>,
|
||||
}
|
||||
|
||||
/// The `ChainSpec` parametrised for the polkadot runtime.
|
||||
/// The `ChainSpec` parameterized for the polkadot runtime.
|
||||
pub type PolkadotChainSpec = service::GenericChainSpec<polkadot::GenesisConfig, Extensions>;
|
||||
|
||||
/// The `ChainSpec` parametrised for the kusama runtime.
|
||||
/// The `ChainSpec` parameterized for the kusama runtime.
|
||||
pub type KusamaChainSpec = service::GenericChainSpec<kusama::GenesisConfig, Extensions>;
|
||||
|
||||
/// The `ChainSpec` parametrised for the westend runtime.
|
||||
/// The `ChainSpec` parameterized for the westend runtime.
|
||||
pub type WestendChainSpec = service::GenericChainSpec<westend::GenesisConfig, Extensions>;
|
||||
|
||||
/// The `ChainSpec` parametrized for the rococo runtime.
|
||||
/// The `ChainSpec` parameterized for the rococo runtime.
|
||||
pub type RococoChainSpec = service::GenericChainSpec<RococoGenesisExt, Extensions>;
|
||||
|
||||
/// Extension for the Rococo genesis config to support a custom changes to the genesis state.
|
||||
|
||||
Reference in New Issue
Block a user