@metaplex-foundation/mpl-candy-machine
Advanced tools
Comparing version 6.0.0-alpha.17 to 6.0.0-alpha.18
@@ -48,2 +48,6 @@ "use strict"; | ||
(0, mpl_toolbox_1.getSysvar)('slotHashes'), | ||
(0, mpl_toolbox_1.getSplTokenProgramId)(context), | ||
(0, mpl_toolbox_1.getSplAssociatedTokenProgramId)(context), | ||
(0, mpl_token_metadata_1.getMplTokenMetadataProgramId)(context), | ||
(0, generated_1.getMplCandyMachineCoreProgramId)(context), | ||
]); | ||
@@ -50,0 +54,0 @@ }; |
@@ -54,7 +54,7 @@ "use strict"; | ||
.deserializeUsing((account) => deserializeAllowListProof(account)) | ||
.whereSize(4); | ||
.whereSize(8); | ||
} | ||
exports.getAllowListProofGpaBuilder = getAllowListProofGpaBuilder; | ||
function getAllowListProofSize() { | ||
return 4; | ||
return 8; | ||
} | ||
@@ -61,0 +61,0 @@ exports.getAllowListProofSize = getAllowListProofSize; |
{ | ||
"name": "@metaplex-foundation/mpl-candy-machine", | ||
"version": "6.0.0-alpha.17", | ||
"version": "6.0.0-alpha.18", | ||
"description": "Client library for Candy Machine related programs", | ||
@@ -5,0 +5,0 @@ "main": "dist/src/index.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
698372
10204