Skip to content

Commit 1c82312

Browse files
committed
Runtime folder refactor
1 parent fc1d598 commit 1c82312

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

fuzz/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ test = false
2828
doc = false
2929

3030
[dependencies]
31-
dancebox-runtime = { path = "../../tanssi/runtime/dancebox", default-features = false, features = [ "std", "try-runtime" ] }
32-
flashbox-runtime = { path = "../../tanssi/runtime/flashbox", default-features = false, features = [ "std", "try-runtime" ] }
33-
dancelight-runtime = { path = "../../tanssi/solo-chains/runtime/dancelight", default-features = false, features = [ "std", "try-runtime" ] }
34-
dancelight-runtime-constants = { path = "../../tanssi/solo-chains/runtime/dancelight/constants", default-features = false, features = [ "std" ] }
31+
dancebox-runtime = { path = "../../tanssi/chains/orchestrator-paras/runtime/dancebox", default-features = false, features = [ "std", "try-runtime" ] }
32+
flashbox-runtime = { path = "../../tanssi/chains/orchestrator-paras/runtime/flashbox", default-features = false, features = [ "std", "try-runtime" ] }
33+
dancelight-runtime = { path = "../../tanssi/chains/orchestrator-relays/runtime/dancelight", default-features = false, features = [ "std", "try-runtime" ] }
34+
dancelight-runtime-constants = { path = "../../tanssi/chains/orchestrator-relays/runtime/dancelight/constants/", default-features = false, features = [ "std" ] }
3535
lazy_static = "1.4.0"
3636
libfuzzer-sys = { version = "0.4", features = [ "arbitrary-derive" ] }
3737
pallet-authority-assignment = { path = "../../tanssi/pallets/authority-assignment", default-features = false }

0 commit comments

Comments
 (0)