File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,9 +9,6 @@ readme = "README.md"
99repository = " https://github.com/UniqueNetwork/unique-chain"
1010version = " 0.1.0"
1111
12- [package .metadata .deppatcher .originals .dev-dependencies ]
13- substrate-test-utils = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.39" }
14-
1512[dependencies ]
1613# Note: `package = "parity-scale-codec"` must be supplied since the `Encode` macro searches for it.
1714codec = { workspace = true , package = " parity-scale-codec" }
Original file line number Diff line number Diff line change @@ -3,20 +3,6 @@ edition = "2021"
33name = " tests"
44version = " 0.1.1"
55
6- [package .metadata .deppatcher .originals .dependencies ]
7- frame-support = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.39" }
8- frame-system = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.39" }
9- pallet-balances = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.39" }
10- pallet-ethereum = { git = " https://github.com/uniquenetwork/unique-frontier" , branch = " unique-polkadot-v0.9.39" }
11- pallet-evm = { git = " https://github.com/uniquenetwork/unique-frontier" , branch = " unique-polkadot-v0.9.39" }
12- pallet-timestamp = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.39" }
13- pallet-transaction-payment = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.39" }
14- sp-core = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.39" }
15- sp-io = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.39" }
16- sp-runtime = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.39" }
17- sp-std = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.39" }
18- up-sponsorship = { git = " https://github.com/uniquenetwork/pallet-sponsoring" , branch = " polkadot-v0.9.39" }
19-
206[features ]
217default = [' refungible' ]
228
You can’t perform that action at this time.
0 commit comments