diff --git a/Cargo.lock b/Cargo.lock index 9abd787f5493..d81f23e4cdfc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -13296,7 +13296,7 @@ dependencies = [ "futures", "jsonrpsee 0.24.3", "log", - "parachain-template-runtime", + "parachain-template-runtime-two", "parity-scale-codec", "polkadot-sdk", "sc-tracing", diff --git a/templates/parachain_two/node/Cargo.toml b/templates/parachain_two/node/Cargo.toml index 7641dc23331b..db02fb668e91 100644 --- a/templates/parachain_two/node/Cargo.toml +++ b/templates/parachain_two/node/Cargo.toml @@ -36,14 +36,14 @@ polkadot-sdk = { workspace = true, features = ["substrate-build-script-utils"] } default = ["std"] std = [ "log/std", - "parachain-template-runtime/std", + "parachain-template-runtime-two/std", "polkadot-sdk/std", ] runtime-benchmarks = [ - "parachain-template-runtime/runtime-benchmarks", + "parachain-template-runtime-two/runtime-benchmarks", "polkadot-sdk/runtime-benchmarks", ] try-runtime = [ - "parachain-template-runtime/try-runtime", + "parachain-template-runtime-two/try-runtime", "polkadot-sdk/try-runtime", ] \ No newline at end of file