mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 09:51:02 +00:00
Use generated runtimes for BHR/BHW (#2106)
* Use generated runtimes for BHR/BHW * Deduplicate BHR/BHW runtimes * Add script for regenerating runtimes
This commit is contained in:
committed by
Bastian Köcher
parent
a2b017594f
commit
9dfa496d15
File diff suppressed because it is too large
Load Diff
@@ -56,7 +56,7 @@ impl Chain for RialtoParachain {
|
||||
const AVERAGE_BLOCK_INTERVAL: Duration = Duration::from_secs(5);
|
||||
|
||||
type SignedBlock = bp_polkadot_core::SignedBlock;
|
||||
type Call = runtime_types::rialto_parachain_runtime::RuntimeCall;
|
||||
type Call = RuntimeCall;
|
||||
}
|
||||
|
||||
impl ChainWithBalances for RialtoParachain {
|
||||
|
||||
Reference in New Issue
Block a user