mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 21:01:02 +00:00
Sync Westmint to Millau (#1482)
* sync Westmint to Millau * "Westend parachains at Millau" dashboard
This commit is contained in:
committed by
Bastian Köcher
parent
d11d9fd0b7
commit
852f629d78
@@ -49,6 +49,7 @@ pub struct RelayParachains {
|
||||
#[strum(serialize_all = "kebab_case")]
|
||||
pub enum RelayParachainsBridge {
|
||||
RialtoToMillau,
|
||||
WestendToMillau,
|
||||
}
|
||||
|
||||
macro_rules! select_bridge {
|
||||
@@ -57,6 +58,11 @@ macro_rules! select_bridge {
|
||||
RelayParachainsBridge::RialtoToMillau => {
|
||||
use crate::chains::rialto_parachains_to_millau::RialtoParachainsToMillau as Pipeline;
|
||||
|
||||
$generic
|
||||
},
|
||||
RelayParachainsBridge::WestendToMillau => {
|
||||
use crate::chains::westend_parachains_to_millau::WestendParachainsToMillau as Pipeline;
|
||||
|
||||
$generic
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user