diff --git a/cumulus/parachains/runtimes/coretime/coretime-westend/src/coretime.rs b/cumulus/parachains/runtimes/coretime/coretime-westend/src/coretime.rs index 9e0820c88eed..41cbc62fa211 100644 --- a/cumulus/parachains/runtimes/coretime/coretime-westend/src/coretime.rs +++ b/cumulus/parachains/runtimes/coretime/coretime-westend/src/coretime.rs @@ -42,7 +42,7 @@ impl OnUnbalanced> for CreditToCollatorPot { /// `construct_runtime` of the Relay chain. #[derive(Encode, Decode)] enum RelayRuntimePallets { - #[codec(index = 74)] + #[codec(index = 66)] Coretime(CoretimeProviderCalls), }