Socket
Socket
Sign inDemoInstall

react-solana-nftmint

Package Overview
Dependencies
83
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.12 to 2.0.13

2

dist/hooks/useMint.js

@@ -134,3 +134,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

let tx2 = yield program.methods
.mintNft(mintKey.publicKey, props.title, props.symbol || "NFT", nftUrl, props.mintPrice, new anchor.BN(25000), props.royalty || 500, props.creatorRoyalty || 90, props.tipRoyalty || 10, props.isMutable || false)
.mintNft(mintKey.publicKey, props.title, props.symbol || "NFT", nftUrl, props.mintPrice, new anchor.BN(25000), props.royalty || 500, props.creatorRoyalty || 100, props.tipRoyalty || 0, props.isMutable || false)
.accounts({

@@ -137,0 +137,0 @@ mintAuthority: anchorWallet.publicKey,

{
"name": "react-solana-nftmint",
"version": "2.0.12",
"version": "2.0.13",
"description": "UseEffect hook to mint NFT 1/1s",

@@ -5,0 +5,0 @@ "main": "./dist/index.js",

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