Skip to content

Commit 4c5a311

Browse files
committed
fix pallet name for stagenet deployment
1 parent 91f1fe9 commit 4c5a311

File tree

1 file changed

+1
-2
lines changed
  • relay-clients/client-westend/src

1 file changed

+1
-2
lines changed

relay-clients/client-westend/src/lib.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,7 @@ impl ChainWithGrandpa for Westend {
7979

8080
impl RelayChain for Westend {
8181
const PARAS_PALLET_NAME: &'static str = bp_westend::PARAS_PALLET_NAME;
82-
const WITH_CHAIN_BRIDGE_PARACHAINS_PALLET_NAME: &'static str =
83-
bp_westend::WITH_WESTEND_BRIDGE_PARACHAINS_PALLET_NAME;
82+
const WITH_CHAIN_BRIDGE_PARACHAINS_PALLET_NAME: &'static str = "BridgeParachains";
8483
}
8584

8685
impl ChainWithBalances for Westend {

0 commit comments

Comments
 (0)