mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 22:11:02 +00:00
fix pallet names at bridge hubs (#1722)
This commit is contained in:
committed by
Bastian Köcher
parent
dc989fa674
commit
a732a04ed4
@@ -59,5 +59,5 @@ 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 = "BridgeRococoParachain";
|
||||
}
|
||||
|
||||
@@ -59,5 +59,5 @@ impl ChainWithBalances for Wococo {
|
||||
|
||||
impl RelayChain for Wococo {
|
||||
const PARAS_PALLET_NAME: &'static str = bp_wococo::PARAS_PALLET_NAME;
|
||||
const PARACHAINS_FINALITY_PALLET_NAME: &'static str = "bridgeWococoParachain";
|
||||
const PARACHAINS_FINALITY_PALLET_NAME: &'static str = "BridgeWococoParachain";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user