Skip to content

Commit

Permalink
Merge pull request #70 from extrnode/feat/core
Browse files Browse the repository at this point in the history
feat: add mpl core pubkey into NFT_KEYS
  • Loading branch information
RequescoS authored Mar 26, 2024
2 parents 62e54d6 + 03acb0b commit 8e8b3c4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ const NFT_KEYS: &[&str] = &[
"metaqbxxUerdq28cj1RbAWkYQm3ybzjb6a8bt518x1s", // mpl token metadata
"TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", // spl token
"TokenzQdBNbLqP5VEhdkAS6EPFLC1PHnBqCXEpPxuEb", // spl token 2022
"CoREENxT6tW1HoK8ypY1SxRMZTcVPm7R94rH4PZNhX7d", // mpl core
];

pub struct AccountUpdate {
Expand Down

0 comments on commit 8e8b3c4

Please sign in to comment.