Skip to content

Commit

Permalink
v1.17: update feature gate no-op program id (backport of #33535) (#33…
Browse files Browse the repository at this point in the history
…540)

update feature gate no-op program id (#33535)

(cherry picked from commit 93d8bcc)

Co-authored-by: Joe C <[email protected]>
  • Loading branch information
mergify[bot] and buffalojoec authored Oct 6, 2023
1 parent 194903c commit c534100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/src/inline_feature_gate_program.rs
Original file line number Diff line number Diff line change
@@ -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");
}

0 comments on commit c534100

Please sign in to comment.