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

This commit is contained in:
Joe C 2023-10-05 18:28:44 +02:00 committed by GitHub
parent 2a17be0eea
commit 93d8bcca4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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");
}