mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-10 05:17:33 +00:00
72eab56e88
* bump version and spec_version * bump transaction version * Bump of the default value in CI * bump tx version for westend and kusama Co-authored-by: Wilfried Kopp <wilfried@parity.io>
23 lines
884 B
TOML
23 lines
884 B
TOML
[package]
|
|
name = "polkadot-simnet-test"
|
|
version = "0.9.11"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
# substrate primitives
|
|
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
|
sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
|
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
|
|
|
# frame pallets
|
|
system = { package = "frame-system", git = "https://github.com/paritytech/substrate", branch = "master" }
|
|
balances = { package = "pallet-balances", git = "https://github.com/paritytech/substrate", branch = "master" }
|
|
|
|
# substrate client libs
|
|
sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
|
|
|
# polkadot deps
|
|
polkadot-simnet = { path = "../common" }
|
|
polkadot-runtime = { path = "../../../../runtime/polkadot" }
|