@@ -277,8 +277,8 @@ members = [
277277 " substrate/client/executor/polkavm" ,
278278 " substrate/client/executor/runtime-test" ,
279279 " substrate/client/executor/wasmtime" ,
280- " substrate/client/informant" ,
281280 " substrate/client/hop" ,
281+ " substrate/client/informant" ,
282282 " substrate/client/keystore" ,
283283 " substrate/client/merkle-mountain-range" ,
284284 " substrate/client/merkle-mountain-range/rpc" ,
@@ -509,6 +509,7 @@ members = [
509509 " substrate/primitives/ethereum-standards" ,
510510 " substrate/primitives/externalities" ,
511511 " substrate/primitives/genesis-builder" ,
512+ " substrate/primitives/hop" ,
512513 " substrate/primitives/inherents" ,
513514 " substrate/primitives/io" ,
514515 " substrate/primitives/keyring" ,
@@ -1363,6 +1364,7 @@ sp-database = { path = "substrate/primitives/database", default-features = false
13631364sp-debug-derive = { path = " substrate/primitives/debug-derive" , default-features = false }
13641365sp-externalities = { path = " substrate/primitives/externalities" , default-features = false }
13651366sp-genesis-builder = { path = " substrate/primitives/genesis-builder" , default-features = false }
1367+ sp-hop = { path = " substrate/primitives/hop" , default-features = false }
13661368sp-inherents = { path = " substrate/primitives/inherents" , default-features = false }
13671369sp-io = { path = " substrate/primitives/io" , default-features = false }
13681370sp-keyring = { path = " substrate/primitives/keyring" , default-features = false }
0 commit comments