Socket
Socket
Sign inDemoInstall

@metaplex-foundation/mpl-candy-machine-core

Package Overview
Dependencies
86
Maintainers
10
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.0 to 0.2.1

2

dist/src/generated/instructions/initializeV2.js

@@ -60,3 +60,3 @@ "use strict";

pubkey: accounts.payer,
isWritable: false,
isWritable: true,
isSigner: true,

@@ -63,0 +63,0 @@ },

@@ -27,3 +27,3 @@ import * as beet from '@metaplex-foundation/beet';

systemProgram?: web3.PublicKey;
sysvarInstructions?: web3.PublicKey;
sysvarInstructions: web3.PublicKey;
recentSlothashes: web3.PublicKey;

@@ -30,0 +30,0 @@ authorizationRulesProgram?: web3.PublicKey;

@@ -32,3 +32,3 @@ "use strict";

function createMintV2Instruction(accounts, programId = new web3.PublicKey('CndyV3LdqHUfDLmE5naZjVN8rBZz4tqhdefbAnjHG3JR')) {
var _a, _b, _c, _d, _e, _f, _g;
var _a, _b, _c, _d, _e, _f;
const [data] = exports.mintV2Struct.serialize({

@@ -139,3 +139,3 @@ instructionDiscriminator: exports.mintV2InstructionDiscriminator,

{
pubkey: (_e = accounts.sysvarInstructions) !== null && _e !== void 0 ? _e : programId,
pubkey: accounts.sysvarInstructions,
isWritable: false,

@@ -150,3 +150,3 @@ isSigner: false,

{
pubkey: (_f = accounts.authorizationRulesProgram) !== null && _f !== void 0 ? _f : programId,
pubkey: (_e = accounts.authorizationRulesProgram) !== null && _e !== void 0 ? _e : programId,
isWritable: false,

@@ -156,3 +156,3 @@ isSigner: false,

{
pubkey: (_g = accounts.authorizationRules) !== null && _g !== void 0 ? _g : programId,
pubkey: (_f = accounts.authorizationRules) !== null && _f !== void 0 ? _f : programId,
isWritable: false,

@@ -159,0 +159,0 @@ isSigner: false,

@@ -54,3 +54,3 @@ "use strict";

pubkey: accounts.payer,
isWritable: false,
isWritable: true,
isSigner: true,

@@ -57,0 +57,0 @@ },

@@ -58,3 +58,3 @@ "use strict";

pubkey: accounts.payer,
isWritable: false,
isWritable: true,
isSigner: true,

@@ -61,0 +61,0 @@ },

{
"name": "@metaplex-foundation/mpl-candy-machine-core",
"version": "0.2.0",
"programVersion": "0.2.0",
"version": "0.2.1",
"programVersion": "1.0.0",
"description": "MPL Candy Machine Core JavaScript API. This MPL package is for the current generation of the Candy Machine Core (a.k.a. Candy Machine V3).",

@@ -11,3 +11,5 @@ "main": "dist/src/index.js",

"preversion": "yarn check:publish-ready",
"postversion": "git add package.json && git commit -m \"chore: update $npm_package_name to v$npm_package_version\" && git tag $npm_package_name@$npm_package_version",
"prepublishOnly": "yarn check:publish-ready",
"postpublish": "git push origin && git push origin --tags",
"build:docs": "typedoc",

@@ -14,0 +16,0 @@ "build": "rimraf dist && tsc -p tsconfig.json",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc