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:
Serban Iorga
2023-05-03 16:23:10 +03:00
committed by Bastian Köcher
parent a2b017594f
commit 9dfa496d15
16 changed files with 3647 additions and 411 deletions
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 {