Skip to content

Commit c60be3b

Browse files
chore: move pallets to substrate-node directory
1 parent 41dec97 commit c60be3b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+11
-2792
lines changed

pallets/Cargo.lock

Lines changed: 0 additions & 2772 deletions
This file was deleted.

pallets/Cargo.toml

Lines changed: 0 additions & 12 deletions
This file was deleted.

substrate-node/Cargo.lock

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.
File renamed without changes.

substrate-node/runtime/Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,19 @@ version = '2.0.0'
2222

2323
[dependencies.pallet-tfgrid]
2424
default-features = false
25-
path = "../../pallets/pallet-tfgrid"
25+
path = "../pallets/pallet-tfgrid"
2626

2727
[dependencies.pallet-smart-contract]
2828
default-features = false
29-
path = "../../pallets/pallet-smart-contract"
29+
path = "../pallets/pallet-smart-contract"
3030

3131
[dependencies.pallet-burning]
3232
default-features = false
33-
path = "../../pallets/pallet-burning"
33+
path = "../pallets/pallet-burning"
3434

3535
[dependencies.pallet-kvstore]
3636
default-features = false
37-
path = "../../pallets/pallet-kvstore"
37+
path = "../pallets/pallet-kvstore"
3838

3939
[dependencies.pallet-tft-bridge]
4040
default-features = false
@@ -45,20 +45,20 @@ branch = "main"
4545

4646
[dependencies.pallet-tft-price]
4747
default-features = false
48-
path = "../../pallets/pallet-tft-price"
48+
path = "../pallets/pallet-tft-price"
4949

5050
[dependencies.pallet-runtime-upgrade]
5151
default-features = false
52-
path = "../../pallets/pallet-runtime-upgrade"
52+
path = "../pallets/pallet-runtime-upgrade"
5353

5454
[dependencies.validatorset]
5555
default-features = false
5656
package = "substrate-validator-set"
57-
path = "../../pallets/substrate-validator-set"
57+
path = "../pallets/substrate-validator-set"
5858

5959
[dependencies.pallet-validator]
6060
default-features = false
61-
path = "../../pallets/pallet-validator"
61+
path = "../pallets/pallet-validator"
6262

6363
[dependencies]
6464
hex-literal = { optional = true, version = '0.3.1' }

0 commit comments

Comments
 (0)