Skip to content

Commit

Permalink
Using token metadata client sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
febo committed Sep 20, 2023
1 parent fa9f960 commit 498bbc8
Show file tree
Hide file tree
Showing 3 changed files with 250 additions and 338 deletions.
109 changes: 3 additions & 106 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion spl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ token_2022 = ["spl-token-2022"]
[dependencies]
anchor-lang = { path = "../lang", version = "0.28.0", features = ["derive"] }
borsh = { version = ">=0.9, <0.11", optional = true }
mpl-token-metadata = { version = "1.11", optional = true, features = ["no-entrypoint"] }
mpl-token-metadata = { version = "3.0.0", optional = true }
serum_dex = { git = "https://github.com/openbook-dex/program/", rev = "1be91f2", version = "0.4.0", features = ["no-entrypoint"], optional = true }
solana-program = ">=1.14, <1.17"
spl-associated-token-account = { version = "^1.1", features = ["no-entrypoint"], optional = true }
Expand Down
Loading

0 comments on commit 498bbc8

Please sign in to comment.