From c534100799ff4c70e13f83f212711b55e8654397 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 16:24:55 -0500 Subject: [PATCH] v1.17: update feature gate no-op program id (backport of #33535) (#33540) update feature gate no-op program id (#33535) (cherry picked from commit 93d8bcca4b32d314e219798bd5b2716eda1f0815) Co-authored-by: Joe C --- 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 125dc74df2..a2c647bbda 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"); }