Skip to content

Commit

Permalink
order
Browse files Browse the repository at this point in the history
  • Loading branch information
solonk8 committed Apr 30, 2024
1 parent 674d8fc commit 1e10b37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions programs/mmm/src/constants.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ pub const LIBREPLEX_ROYALTY_ENFORCEMENT_PROGRAM_ID: Pubkey =
pubkey!("CZ1rQoAHSqWBoAEfqGsiLhgbM59dDrCWk3rnG5FXaoRV");

pub const T22_EXTENSION_ALLOW_LIST: [spl_token_2022::extension::ExtensionType; 5] = [
ExtensionType::GroupMemberPointer,
ExtensionType::MetadataPointer,
ExtensionType::TokenMetadata,
ExtensionType::TransferHook,
ExtensionType::GroupMemberPointer,
ExtensionType::TokenGroupMember,
ExtensionType::TransferHook,
];

0 comments on commit 1e10b37

Please sign in to comment.