You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The utils/opensea/unhide_nfts.js script allows users to specify a collection in their hidden tab and then auto unhides through X number of iterations the NFTs for that collection.
const MAX_LOOPS = 1; // Set the maximum number of unhide attempts that will be done on the collection if items are found.
const NFT_COLLECTION_NAME = ''; // Set the name of the NFT collection so that it can be found in your hidden tab.
const walletPrivateKey = ''; // Set the private key of the wallet that you would like to import and use. Upon importing a private key, the imported wallet will automatically be chosen.
The reason for the maximum loops value is due to the way that Opensea refreshes their data grid and at times, unhidden NFTs will re-appear in the hidden tab. When this happens, give it some time for Opensea to refresh their data and continue unhiding at a later stage.
Summary
As a user. I would like to run a script that will automatically unhide my NFTs.
Basic example
Running the script logs in via my private key onto Opensea and then starts unhiding my NFT collection items.
Motivation
It is very time consuming to manually unhide NFTs
The text was updated successfully, but these errors were encountered: