mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 18:41:03 +00:00
Clean up the asset-tx-payment Pallet (#657)
* move dev-deps into correct section * generate Readme.md * Update pallets/asset-tx-payment/README.md Co-authored-by: Keith Yeung <kungfukeith11@gmail.com> Co-authored-by: Keith Yeung <kungfukeith11@gmail.com>
This commit is contained in:
@@ -16,8 +16,6 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
# Substrate dependencies
|
||||
frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
|
||||
frame-system = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
|
||||
pallet-assets = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
|
||||
pallet-authorship = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
|
||||
pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
|
||||
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
|
||||
sp-io = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
|
||||
@@ -32,6 +30,9 @@ serde = { version = "1.0.101", optional = true }
|
||||
[dev-dependencies]
|
||||
smallvec = "1.4.1"
|
||||
serde_json = "1.0.41"
|
||||
|
||||
pallet-assets = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
pallet-authorship = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
sp-storage = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user