Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Cancel NFTs On Sale On Opensea #52

Closed
thepeanutgalleryandco opened this issue Apr 5, 2022 · 1 comment · Fixed by #53
Closed

[FEATURE] Cancel NFTs On Sale On Opensea #52

thepeanutgalleryandco opened this issue Apr 5, 2022 · 1 comment · Fixed by #53
Assignees
Labels
enhancement New feature or request

Comments

@thepeanutgalleryandco
Copy link
Owner

Summary

If a user decides to change their pricing strategy, then they want to be able to remove the items from being sale in an automated way.

Basic example

I want to move the price of my NFTs from 0.003 WETH to 0.0025 WETH to cater for pricing changes, then I would like to run a script that removes NFT editions X to Y. After this is done, I can run the sell_nfts script to put the items on sale again.

Motivation

Changing pricing strategies.

@thepeanutgalleryandco thepeanutgalleryandco added the enhancement New feature or request label Apr 5, 2022
@thepeanutgalleryandco thepeanutgalleryandco self-assigned this Apr 5, 2022
@thepeanutgalleryandco
Copy link
Owner Author

thepeanutgalleryandco commented Apr 5, 2022

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.

  • Update the constants/account_details.js file's contract_address field with the contract that contains the NFTs that needs to be put up for sale. Also update the chain field with the chain that the NFT exists on.

  • Update the utils/opensea/cancel_on_sale_nfts.js script's fields

    • START_EDITION - Set the start edition of the collection where you want to start selling NFTs from.
    • END_EDITION - Set the end edition of the collection where you want to stop selling NFTs at.
    • 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

Successfully merging a pull request may close this issue.

1 participant