From b783ce352f684b0c348b8056b093f80c06bbb963 Mon Sep 17 00:00:00 2001 From: Yaroslav Bolyukin Date: Tue, 27 Jul 2021 16:49:57 +0000 Subject: [PATCH] doc: update polkadot branch version --- --- a/README.md +++ b/README.md @@ -257,7 +257,7 @@ Uncomment following lies: 1. In node/rpc/Cargo.toml ``` -# pallet-contracts-rpc = { version = "3.0", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.7' } +# pallet-contracts-rpc = { version = "3.0", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.8' } ``` 2. In node/rpc/src/lib.rs @@ -280,19 +280,19 @@ # [dependencies.pallet-contracts] # git = 'https://github.com/paritytech/substrate.git' # default-features = false - # branch = 'polkadot-v0.9.7' + # branch = 'polkadot-v0.9.8' # version = '3.0.0' # [dependencies.pallet-contracts-primitives] # git = 'https://github.com/paritytech/substrate.git' # default-features = false - # branch = 'polkadot-v0.9.7' + # branch = 'polkadot-v0.9.8' # version = '3.0.0' # [dependencies.pallet-contracts-rpc-runtime-api] # git = 'https://github.com/paritytech/substrate.git' # default-features = false - # branch = 'polkadot-v0.9.7' + # branch = 'polkadot-v0.9.8' # version = '3.0.0' ... # pallet-contract-helpers = { path = '../pallets/contract-helpers', default-features = false, version = '0.1.0' } -- gitstuff