Skip to content

Releases: thepeanutgalleryandco/create-and-mint-nft-collection

NFTPort Goerli Support

05 Oct 07:19
cab93d0
Compare
Choose a tag to compare

Goerli can now be used in the account_details file for the chain value.

v1.8.0 - Dependency Updates And Error Logging Update

08 Jun 10:27
caf93d1
Compare
Choose a tag to compare

CodeQL

Updated library dependencies for @chainsafe/dappeteer and metamask for the Opensea scripts.
Added an additional statustext output when experiencing errors with API calls in the fetchWithRetry function.

v1.7.7 - Addition Of Layer Global Maximum Repeatability Setting

05 May 16:08
3a03da5
Compare
Choose a tag to compare

CodeQL

Added a new "layerItemsMaxRepeatedTrait" setting that can be used to set the maximum repeatability for all items within the layer. If this is set to 2 for example and your layer has 8 layer items, then a maximum of 16 images will be generated. This allows users to set the maximum repeatability once off for a layer's items instead of specifying each layer item with the same maximum repeatability. Feature - Add Maximum Repeatability For All Items In A Layer In A Single Configuration

v1.7.6 - NFTPort API Updates

28 Apr 21:36
9c844f9
Compare
Choose a tag to compare

CodeQL

The NFTPort APIs have had minor updates to their response packets and changes needed to be made in the code to cater for this.

v1.7.5 - Opensea Sell NFT Scripts Rework For Wallet Private Key

06 Apr 13:25
c5f9201
Compare
Choose a tag to compare

CodeQL

Reworked Selling Scripts To Work With Private Key Instead Of Seed Phrase And Account Numbers.

To make use of the selling scripts, users can simply populate the walletPrivateKey field and then their specific wallet will be imported and used for the selling functionality.

v1.7.4 - Opensea Cancel On Sale NFTs Script Addition

05 Apr 22:30
36a1ab9
Compare
Choose a tag to compare

CodeQL

Added a new script that will allow users to remove their NFTs from being on sale like when they would like to change their pricing strategy or simply stop selling for a period of time.

v1.7.3 - Opensea Sell NFTs Added Metamask Account Number

05 Apr 09:08
27fe394
Compare
Choose a tag to compare

CodeQL

Added a new METAMASK_ACCOUNT_NUMBER field to the utils/opensea/sell_nfts.js script. This will allow users to choose a different wallet after signing into Metamask within the automation script.

v1.7.2 - Opensea Sell NFTs Additional Fields

04 Apr 10:10
12e2c1b
Compare
Choose a tag to compare

CodeQL

Added new fields to the utils/opensea/sell_nfts.js script to allow users to put NFTs for shorter and longer time frames on sale.

Feature - Opensea Polygon Script To Auto Sell NFTs Additional Fields

v1.7.1 - UploadMetas_Directory 502 Error Fix

31 Mar 20:25
8623213
Compare
Choose a tag to compare

CodeQL

Users reported a 502 HTTP Response code error when using the uploadMetas_directory script on a Windows Operating System.
This is due to the normal fs module not handling file closures correctly. The graceful-fs module has been implemented to fix this issue for Windows users.

v1.7.0 - Opesea Sell NFT Automation Addition

23 Mar 20:15
3b651d3
Compare
Choose a tag to compare

CodeQL

Added a new script utils/opensea/sell_nfts.js that will allow users to automatically put their NFTs up for sale without the use of a macro program.

Feature - Opensea Polygon Script To Auto Sell NFTs