Skip to content

Commit

Permalink
Introduce submit_finality_proof_ex call to bridges GRANDPA pallet (#3…
Browse files Browse the repository at this point in the history
…225)

backport of
paritytech#2821 (see
detailed description there)

(cherry picked from commit a462207)
  • Loading branch information
svyatonik authored and serban300 committed Mar 22, 2024
1 parent 7d54426 commit a435b32
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions zombienet/helpers/chains/rococo-at-westend.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = {
grandpaPalletName: "bridgeRococoGrandpa",
parachainsPalletName: "bridgeRococoParachains",
messagesPalletName: "bridgeRococoMessages",
grandpaPalletName: "bridgeRococoGrandpa",
parachainsPalletName: "bridgeRococoParachains",
messagesPalletName: "bridgeRococoMessages",
bridgedBridgeHubParaId: 1013,
}
6 changes: 3 additions & 3 deletions zombienet/helpers/chains/westend-at-rococo.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = {
grandpaPalletName: "bridgeWestendGrandpa",
parachainsPalletName: "bridgeWestendParachains",
messagesPalletName: "bridgeWestendMessages",
grandpaPalletName: "bridgeWestendGrandpa",
parachainsPalletName: "bridgeWestendParachains",
messagesPalletName: "bridgeWestendMessages",
bridgedBridgeHubParaId: 1002,
}

0 comments on commit a435b32

Please sign in to comment.