mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-25 14:05:50 +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",
|
"id": "bridge-hub-rococo",
|
||||||
"chainType": "Live",
|
"chainType": "Live",
|
||||||
"bootNodes": [
|
"bootNodes": [
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "Wococo BrideHub",
|
"name": "Wococo BridgeHub",
|
||||||
"id": "bridge-hub-wococo",
|
"id": "bridge-hub-wococo",
|
||||||
"chainType": "Live",
|
"chainType": "Live",
|
||||||
"bootNodes": [
|
"bootNodes": [
|
||||||
|
|||||||
@@ -68,7 +68,7 @@ impl BridgeHubRuntimeType {
|
|||||||
if *default_config {
|
if *default_config {
|
||||||
Ok(Box::new(rococo::default_config(
|
Ok(Box::new(rococo::default_config(
|
||||||
rococo::BRIDGE_HUB_ROCOCO,
|
rococo::BRIDGE_HUB_ROCOCO,
|
||||||
"Rococo BrideHub",
|
"Rococo BridgeHub",
|
||||||
ChainType::Live,
|
ChainType::Live,
|
||||||
"rococo",
|
"rococo",
|
||||||
ParaId::new(1013),
|
ParaId::new(1013),
|
||||||
@@ -82,7 +82,7 @@ impl BridgeHubRuntimeType {
|
|||||||
},
|
},
|
||||||
BridgeHubRuntimeType::RococoLocal => Ok(Box::new(rococo::default_config(
|
BridgeHubRuntimeType::RococoLocal => Ok(Box::new(rococo::default_config(
|
||||||
rococo::BRIDGE_HUB_ROCOCO_LOCAL,
|
rococo::BRIDGE_HUB_ROCOCO_LOCAL,
|
||||||
"Rococo BrideHub Local",
|
"Rococo BridgeHub Local",
|
||||||
ChainType::Local,
|
ChainType::Local,
|
||||||
"rococo-local",
|
"rococo-local",
|
||||||
ParaId::new(1013),
|
ParaId::new(1013),
|
||||||
@@ -93,7 +93,7 @@ impl BridgeHubRuntimeType {
|
|||||||
if *default_config {
|
if *default_config {
|
||||||
Ok(Box::new(wococo::default_config(
|
Ok(Box::new(wococo::default_config(
|
||||||
wococo::BRIDGE_HUB_WOCOCO,
|
wococo::BRIDGE_HUB_WOCOCO,
|
||||||
"Wococo BrideHub",
|
"Wococo BridgeHub",
|
||||||
ChainType::Live,
|
ChainType::Live,
|
||||||
"wococo",
|
"wococo",
|
||||||
ParaId::new(1013),
|
ParaId::new(1013),
|
||||||
@@ -107,7 +107,7 @@ impl BridgeHubRuntimeType {
|
|||||||
},
|
},
|
||||||
BridgeHubRuntimeType::WococoLocal => Ok(Box::new(wococo::default_config(
|
BridgeHubRuntimeType::WococoLocal => Ok(Box::new(wococo::default_config(
|
||||||
wococo::BRIDGE_HUB_WOCOCO_LOCAL,
|
wococo::BRIDGE_HUB_WOCOCO_LOCAL,
|
||||||
"Wococo BrideHub Local",
|
"Wococo BridgeHub Local",
|
||||||
ChainType::Local,
|
ChainType::Local,
|
||||||
"wococo-local",
|
"wococo-local",
|
||||||
ParaId::new(1013),
|
ParaId::new(1013),
|
||||||
|
|||||||
Reference in New Issue
Block a user