difftreelog
doc: update polkadot branch version
in: master
1 file changed
README.mddiffbeforeafterboth257Uncomment following lies:257Uncomment following lies:2581. In node/rpc/Cargo.toml2581. In node/rpc/Cargo.toml259```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```2622622632. In node/rpc/src/lib.rs2632. In node/rpc/src/lib.rs280 # [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 = false283 # branch = 'polkadot-v0.9.7'283 # branch = 'polkadot-v0.9.8'284 # version = '3.0.0'284 # version = '3.0.0'285285286 # [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 = false289 # branch = 'polkadot-v0.9.7'289 # branch = 'polkadot-v0.9.8'290 # version = '3.0.0'290 # version = '3.0.0'291291292 # [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 = false295 # 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' }