Skip to content

Commit

Permalink
Merge pull request #125 from gemworks/pnft
Browse files Browse the repository at this point in the history
enable pNFTs
  • Loading branch information
ilmoi authored Jan 30, 2023
2 parents 8f7f12b + a2452f1 commit 6c09fc0
Show file tree
Hide file tree
Showing 43 changed files with 13,541 additions and 2,847 deletions.
6 changes: 5 additions & 1 deletion Anchor.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,8 @@ test = "yarn run ts-mocha -p ./tsconfig.json -t 1000000 tests/**/*.ts"

[[test.genesis]]
address = "metaqbxxUerdq28cj1RbAWkYQm3ybzjb6a8bt518x1s"
program = "./tests/programs/metaplex_token_metadata.so"
program = "./tests/programs/mpl_token_metadata.so"

[[test.genesis]]
address = "auth9SigNpDKz4sJJ1DfCTuZrZNSAgh9sFD3rboVmgg"
program = "./tests/programs/mpl_token_auth_rules.so"
Loading

0 comments on commit 6c09fc0

Please sign in to comment.