@@ -14,7 +14,7 @@ members = [
14
14
" toolkit/committee-selection/session-validator-management/rpc" ,
15
15
" toolkit/substrate-extensions/aura/primitives" ,
16
16
" toolkit/block-production-log/primitives" ,
17
- " toolkit/domain/ sidechain" ,
17
+ " toolkit/sidechain/domain " ,
18
18
" toolkit/committee-selection/selection" ,
19
19
" toolkit/committee-selection/authority-selection-inherents" ,
20
20
" toolkit/mainchain-follower/main-chain-follower-cli" ,
@@ -207,9 +207,6 @@ byte-string-derive = { default-features = false, path = "toolkit/utils/byte-stri
207
207
ogmios-client = { path = " toolkit/utils/ogmios-client" , default-features = false }
208
208
time-source = { path = " toolkit/utils/time-source" }
209
209
210
- # domain
211
- sidechain-domain = { path = " toolkit/domain/sidechain" , default-features = false }
212
-
213
210
# smart contracts
214
211
partner-chains-plutus-data = { path = " toolkit/smart-contracts/plutus-data" , default-features = false }
215
212
partner-chains-cardano-offchain = { path = " toolkit/smart-contracts/offchain" , default-features = false }
@@ -222,6 +219,7 @@ partner-chains-cli = { path = "toolkit/partner-chains-cli", default-features = f
222
219
pallet-address-associations = { path = " toolkit/address-associations/pallet" , default-features = false }
223
220
224
221
# sidechain core
222
+ sidechain-domain = { path = " toolkit/sidechain/domain" , default-features = false }
225
223
sidechain-block-search = { path = " toolkit/sidechain/sidechain-block-search" , default-features = false }
226
224
sidechain-slots = { path = " toolkit/sidechain/sidechain-slots" , default-features = false }
227
225
sidechain-mc-hash = { path = " toolkit/sidechain/sidechain-mc-hash" , default-features = false }
0 commit comments