diff --git a/polkadot/service/src/lib.rs b/polkadot/service/src/lib.rs
index 06e8d35242b4234c4a1c930d5d574bba7514c7d9..a138e76bb761b2ff1fb547cef1403c4e364e6ad3 100644
--- a/polkadot/service/src/lib.rs
+++ b/polkadot/service/src/lib.rs
@@ -666,7 +666,7 @@ pub fn westend_new_full(
 		slot_duration,
 		grandpa_pause,
 		westend_runtime::RuntimeApi,
-		KusamaExecutor
+		WestendExecutor
 	);
 
 	Ok((service, client, handles))