Skip to content
This repository has been archived by the owner on Mar 13, 2023. It is now read-only.

Commit

Permalink
Correct parachain instance (#1460)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiguantong authored Oct 13, 2022
1 parent a13ef28 commit 398d286
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ impl
WithPangolinParachainAlphaMessageBridge,
bp_pangolin_parachain::Header,
Runtime,
WithRococoParachainsInstance,
WithMoonbaseRelayParachainsInstance,
>(ParaId(PANGOLIN_PARACHAIN_ALPHA_ID), proof)
}
}
Expand All @@ -202,7 +202,7 @@ impl SourceHeaderChain<<Self as ChainWithMessages>::Balance> for PangolinParacha
WithPangolinParachainAlphaMessageBridge,
bp_pangolin_parachain::Header,
Runtime,
WithRococoParachainsInstance,
WithMoonbaseRelayParachainsInstance,
>(ParaId(PANGOLIN_PARACHAIN_ALPHA_ID), proof, messages_count)
}
}

0 comments on commit 398d286

Please sign in to comment.