@@ -55,7 +55,6 @@ session = { package = "pallet-session", git = "https://github.com/paritytech/sub
5555smallvec = " 1.6.1"
5656sudo = { package = " pallet-sudo" , git = " https://github.com/paritytech/substrate" , default-features = false , branch = " polkadot-v0.9.30" }
5757timestamp = { package = " pallet-timestamp" , git = " https://github.com/paritytech/substrate" , default-features = false , branch = " polkadot-v0.9.30" }
58- transaction-payment = { package = " pallet-transaction-payment" , git = " https://github.com/paritytech/substrate" , default-features = false , branch = " polkadot-v0.9.30" }
5958treasury = { package = " pallet-treasury" , git = " https://github.com/paritytech/substrate" , default-features = false , branch = " polkadot-v0.9.30" }
6059utility = { package = " pallet-utility" , git = " https://github.com/paritytech/substrate" , default-features = false , branch = " polkadot-v0.9.30" }
6160
@@ -72,11 +71,11 @@ liquidations = { package = "pallet-liquidations", path = "../../parachain/frame/
7271oracle = { package = " pallet-oracle" , path = " ../../parachain/frame/oracle" , default-features = false }
7372primitives = { path = " ../../parachain/runtime/primitives" , default-features = false }
7473vault = { package = " pallet-vault" , path = " ../../parachain/frame/vault" , default-features = false }
75-
74+ transaction-payment = { package = " pallet-transaction-payment " , path = " ../../parachain/frame/transaction-payment " , default-features = false }
7675
7776# Used for the node template's RPCs
7877system-rpc-runtime-api = { package = " frame-system-rpc-runtime-api" , git = " https://github.com/paritytech/substrate" , default-features = false , branch = " polkadot-v0.9.30" }
79- transaction-payment-rpc-runtime-api = { package = " pallet-transaction-payment-rpc-runtime-api" , git = " https://github.com/paritytech/substrate " , default-features = false , branch = " polkadot-v0.9.30 " }
78+ transaction-payment-rpc-runtime-api = { package = " pallet-transaction-payment-rpc-runtime-api" , path = " ../../parachain/frame/transaction-payment " , default-features = false }
8079
8180# Used for runtime benchmarking
8281benchmarking = { package = " frame-benchmarking" , git = " https://github.com/paritytech/substrate" , default-features = false , optional = true , branch = " polkadot-v0.9.30" }
0 commit comments