mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-11 14:11:09 +00:00
[BridgeHub] Type Bride -> Bridge
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "Rococo BrideHub",
|
||||
"name": "Rococo BridgeHub",
|
||||
"id": "bridge-hub-rococo",
|
||||
"chainType": "Live",
|
||||
"bootNodes": [
|
||||
@@ -82,4 +82,4 @@
|
||||
"childrenDefault": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "Wococo BrideHub",
|
||||
"name": "Wococo BridgeHub",
|
||||
"id": "bridge-hub-wococo",
|
||||
"chainType": "Live",
|
||||
"bootNodes": [
|
||||
@@ -82,4 +82,4 @@
|
||||
"childrenDefault": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -68,7 +68,7 @@ impl BridgeHubRuntimeType {
|
||||
if *default_config {
|
||||
Ok(Box::new(rococo::default_config(
|
||||
rococo::BRIDGE_HUB_ROCOCO,
|
||||
"Rococo BrideHub",
|
||||
"Rococo BridgeHub",
|
||||
ChainType::Live,
|
||||
"rococo",
|
||||
ParaId::new(1013),
|
||||
@@ -82,7 +82,7 @@ impl BridgeHubRuntimeType {
|
||||
},
|
||||
BridgeHubRuntimeType::RococoLocal => Ok(Box::new(rococo::default_config(
|
||||
rococo::BRIDGE_HUB_ROCOCO_LOCAL,
|
||||
"Rococo BrideHub Local",
|
||||
"Rococo BridgeHub Local",
|
||||
ChainType::Local,
|
||||
"rococo-local",
|
||||
ParaId::new(1013),
|
||||
@@ -93,7 +93,7 @@ impl BridgeHubRuntimeType {
|
||||
if *default_config {
|
||||
Ok(Box::new(wococo::default_config(
|
||||
wococo::BRIDGE_HUB_WOCOCO,
|
||||
"Wococo BrideHub",
|
||||
"Wococo BridgeHub",
|
||||
ChainType::Live,
|
||||
"wococo",
|
||||
ParaId::new(1013),
|
||||
@@ -107,7 +107,7 @@ impl BridgeHubRuntimeType {
|
||||
},
|
||||
BridgeHubRuntimeType::WococoLocal => Ok(Box::new(wococo::default_config(
|
||||
wococo::BRIDGE_HUB_WOCOCO_LOCAL,
|
||||
"Wococo BrideHub Local",
|
||||
"Wococo BridgeHub Local",
|
||||
ChainType::Local,
|
||||
"wococo-local",
|
||||
ParaId::new(1013),
|
||||
|
||||
Reference in New Issue
Block a user