diff --git a/bin/node/runtime/Cargo.toml b/bin/node/runtime/Cargo.toml
index 2b8a9cd87cc49..d67f5754df057 100644
--- a/bin/node/runtime/Cargo.toml
+++ b/bin/node/runtime/Cargo.toml
@@ -231,8 +231,3 @@ try-runtime = [
 	"pallet-recovery/try-runtime",
 	"pallet-vesting/try-runtime",
 ]
-# Make contract callable functions marked as __unstable__ available. Do not enable
-# on live chains as those are subject to change.
-contracts-unstable-interface = [
-	"pallet-contracts/unstable-interface"
-]