This repository was archived by the owner on Mar 11, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @solana/spl-account-compression" ,
33 "description" : " SPL Account Compression Program JS API" ,
4- "version" : " 0.2.1 " ,
4+ "version" : " 0.4.0 " ,
55 "author" :
" Solana Labs Maintainers <[email protected] >" ,
66 "repository" : {
77 "url" : " https://github.com/solana-labs/solana-program-library" ,
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ export function createInitEmptyMerkleTreeIx(
5757}
5858
5959/**
60- * Helper function for {@link createPrepareBatchMerkleTreeInstruction}
60+ * (Devnet only) Helper function for {@link createPrepareBatchMerkleTreeInstruction}
6161 * @param merkleTree
6262 * @param authority
6363 * @param depthSizePair
@@ -79,7 +79,7 @@ export function prepareTreeIx(
7979}
8080
8181/**
82- * Helper function for {@link createAppendCanopyNodesInstruction}
82+ * (Devnet only) Helper function for {@link createAppendCanopyNodesInstruction}
8383 * @param merkleTree
8484 * @param authority
8585 * @param canopyNodes
@@ -106,7 +106,7 @@ export function createAppendCanopyNodesIx(
106106}
107107
108108/**
109- * Helper function for {@link createInitPreparedTreeWithRootInstruction}
109+ * (Devnet only) Helper function for {@link createInitPreparedTreeWithRootInstruction}
110110 * @param merkleTree
111111 * @param authority
112112 * @param root
You can’t perform that action at this time.
0 commit comments