Skip to content

Commit

Permalink
Merge pull request #322 from metaplex-foundation/token-claimer-fix
Browse files Browse the repository at this point in the history
Dependancy fix
  • Loading branch information
L0STE authored Feb 13, 2025
2 parents 4daaa1f + c8db95b commit 19ef063
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ cd token-claimer-example
Then run the following command to install the merkle tree crate:

```
cargo add svm_merkle_tree
cargo add svm-merkle-tree --git https://github.com/deanmlittle/svm-merkle-tree
```

And then we run the following command to install the anchor-spl to interact with the Token Program:
Expand Down

0 comments on commit 19ef063

Please sign in to comment.