git.delta.rocks / unique-network / refs/commits / b783ce352f68

difftreelog

doc: update polkadot branch version

Yaroslav Bolyukin2021-07-27parent: #f5086e8.patch.diff
in: master

1 file changed

modifiedREADME.mddiffbeforeafterboth
257Uncomment following lies:257Uncomment following lies:
2581. In node/rpc/Cargo.toml2581. In node/rpc/Cargo.toml
259```259```
260# pallet-contracts-rpc = { version = "3.0", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.7' }260# pallet-contracts-rpc = { version = "3.0", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.8' }
261```261```
262262
2632. In node/rpc/src/lib.rs2632. In node/rpc/src/lib.rs
280 # [dependencies.pallet-contracts]280 # [dependencies.pallet-contracts]
281 # git = 'https://github.com/paritytech/substrate.git'281 # git = 'https://github.com/paritytech/substrate.git'
282 # default-features = false282 # default-features = false
283 # branch = 'polkadot-v0.9.7'283 # branch = 'polkadot-v0.9.8'
284 # version = '3.0.0'284 # version = '3.0.0'
285285
286 # [dependencies.pallet-contracts-primitives]286 # [dependencies.pallet-contracts-primitives]
287 # git = 'https://github.com/paritytech/substrate.git'287 # git = 'https://github.com/paritytech/substrate.git'
288 # default-features = false288 # default-features = false
289 # branch = 'polkadot-v0.9.7'289 # branch = 'polkadot-v0.9.8'
290 # version = '3.0.0'290 # version = '3.0.0'
291291
292 # [dependencies.pallet-contracts-rpc-runtime-api]292 # [dependencies.pallet-contracts-rpc-runtime-api]
293 # git = 'https://github.com/paritytech/substrate.git'293 # git = 'https://github.com/paritytech/substrate.git'
294 # default-features = false294 # default-features = false
295 # branch = 'polkadot-v0.9.7'295 # branch = 'polkadot-v0.9.8'
296 # version = '3.0.0'296 # version = '3.0.0'
297...297...
298 # pallet-contract-helpers = { path = '../pallets/contract-helpers', default-features = false, version = '0.1.0' }298 # pallet-contract-helpers = { path = '../pallets/contract-helpers', default-features = false, version = '0.1.0' }