File tree Expand file tree Collapse file tree
js/compressed-token/src/v3/instructions Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -73,11 +73,7 @@ function encodeUpdateMintInstructionData(
7373 leafIndex : params . leafIndex ,
7474 proveByIndex : params . proveByIndex ,
7575 rootIndex : params . rootIndex ,
76- < << << << HEAD
77- maxTopUp : 65535 ,
78- = === ===
7976 maxTopUp : params . maxTopUp ?? MAX_TOP_UP ,
80- > >>> >>> 03 b831af0 ( fix : add delegate to packed accounts in decompress instruction , version - aware proof chunking )
8177 createMint : null ,
8278 actions : [ action ] ,
8379 proof : params . proof ,
Original file line number Diff line number Diff line change @@ -74,11 +74,7 @@ export function createWrapInstruction(
7474 lamportsChangeAccountMerkleTreeIndex : 0 ,
7575 lamportsChangeAccountOwnerIndex : 0 ,
7676 outputQueue : 0 ,
77- < << << << HEAD
78- maxTopUp : 65535 ,
79- = === ===
8077 maxTopUp : maxTopUp ?? MAX_TOP_UP ,
81- > >>> >>> 03 b831af0 ( fix : add delegate to packed accounts in decompress instruction , version - aware proof chunking )
8278 cpiContext : null ,
8379 compressions,
8480 proof : null ,
You can’t perform that action at this time.
0 commit comments