mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 09:51:02 +00:00
Add Rococo<>Westend bridge support/relay (#2647)
* Added Rococo<>Westend primitives * Latest fashion * WIP * Temporary hack for AssetHubWestend to Millau * typo * tool/runtime-codegen tweaks * Rococo<>Westend relay part * zepter * Unify `Parachain` vs `Parachains`
This commit is contained in:
committed by
Bastian Köcher
parent
d4a742a6d9
commit
a3e6ce4f94
@@ -80,7 +80,7 @@ impl ChainWithBalances for Rococo {
|
||||
|
||||
impl RelayChain for Rococo {
|
||||
const PARAS_PALLET_NAME: &'static str = bp_rococo::PARAS_PALLET_NAME;
|
||||
const PARACHAINS_FINALITY_PALLET_NAME: &'static str = "BridgeRococoParachain";
|
||||
const PARACHAINS_FINALITY_PALLET_NAME: &'static str = "BridgeRococoParachains";
|
||||
}
|
||||
|
||||
impl ChainWithTransactions for Rococo {
|
||||
|
||||
Reference in New Issue
Block a user