Skip to content

Commit

Permalink
feat: update nft program keys
Browse files Browse the repository at this point in the history
  • Loading branch information
wedancedalot committed Nov 6, 2023
1 parent 87d1535 commit b9fd7aa
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ const BPF_LOADER_WRITE_INSTRUCTION_FIRST_BYTE: u8 = 0;
const BPF_UPGRADEABLE_LOADER_WRITE_INSTRUCTION_FIRST_BYTE: u8 = 1;

const NFT_KEYS: &[&str] = &[
"BGUMAp9Gq7iTEuizy4pqaxsTyUCBK68MDfK752saRPUY",
"metaqbxxUerdq28cj1RbAWkYQm3ybzjb6a8bt518x1s",
"TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA",
"BGUMAp9Gq7iTEuizy4pqaxsTyUCBK68MDfK752saRPUY", // bubblegum
"metaqbxxUerdq28cj1RbAWkYQm3ybzjb6a8bt518x1s", // mpl token metadata
"TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", // spl token
"TokenzQdBNbLqP5VEhdkAS6EPFLC1PHnBqCXEpPxuEb", // spl token 2022
];

pub struct AccountUpdate {
Expand Down

0 comments on commit b9fd7aa

Please sign in to comment.