From 084e3a62c5c917b0952675e2817a646544f8678e Mon Sep 17 00:00:00 2001 From: Joe C Date: Thu, 5 Oct 2023 18:28:44 +0200 Subject: [PATCH] update feature gate no-op program id (#33535) (cherry picked from commit 93d8bcca4b32d314e219798bd5b2716eda1f0815) --- runtime/src/inline_feature_gate_program.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/src/inline_feature_gate_program.rs b/runtime/src/inline_feature_gate_program.rs index 125dc74df243d6..a2c647bbda22a0 100644 --- a/runtime/src/inline_feature_gate_program.rs +++ b/runtime/src/inline_feature_gate_program.rs @@ -1,5 +1,5 @@ //! Contains replacement program IDs for the feature gate program pub(crate) mod noop_program { - solana_sdk::declare_id!("2rqZsQBbacRbuAuTSuJ7n49UQT9fzes8RLggFcmB9YuN"); + solana_sdk::declare_id!("37Yr1mVPdfUuy6oC2yPjWtg8xyyVi33TYYqyNQocsAkT"); }