diff --git a/builders/build/templates/overview.md b/builders/build/templates/overview.md index a35a2b66..3a4bae90 100644 --- a/builders/build/templates/overview.md +++ b/builders/build/templates/overview.md @@ -106,7 +106,7 @@ To support the Tanssi protocol, it will be necessary to add [the modules](#base- } pallet_authorities_noting = { git = "https://github.com/moondance-labs/moonkit", - branch = "tanssi-polkadot-v0.9.43", default-features = false + branch = "{{ repository.tanssi.release_branch }}", default-features = false } ... ```