From 286eef74c31440ea107b47350ffe5671717f0701 Mon Sep 17 00:00:00 2001 From: Andrew Jones Date: Tue, 25 Jul 2023 17:03:14 +0100 Subject: [PATCH] Update README.md with correct polkadot branch --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6901e75..4ae051e 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ configured to include Substrate's [`pallet-contracts`](https://github.com/parity ‒ a smart contract module. This repository is tracking Substrate's -[`polkadot-v0.9.43`](https://github.com/paritytech/substrate/tree/polkadot-v0.9.43) branch. +[`polkadot-v1.0.0`](https://github.com/paritytech/substrate/tree/polkadot-v1.0.0) branch. When new Polkadot releases come out we may update to those. _This repository contains a couple of modifications that make it unsuitable @@ -102,5 +102,5 @@ Once the node template is running locally, you can connect to it with frontends [GitLab](https://gitlab.parity.io/parity/mirrors/substrate-contracts-node/-/pipelines). This draft release will contain a binary for Linux and Mac and appear under [Releases](https://github.com/paritytech/substrate-contracts-node/releases). - Add a description in the style of "Synchronized with [`polkadot-v0.9.43`](https://github.com/paritytech/substrate/tree/polkadot-v0.9.43) branch." + Add a description in the style of "Synchronized with [`polkadot-v1.0.0`](https://github.com/paritytech/substrate/tree/polkadot-v1.0.0) branch." and publish it.