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] Opensea Polygon Script To Auto Sell NFTs Added Metamask Account Number #49

Closed
thepeanutgalleryandco opened this issue Apr 5, 2022 · 3 comments · Fixed by #50
Assignees
Labels
enhancement New feature or request

Comments

@thepeanutgalleryandco
Copy link
Owner

Summary

Users have multiple wallets / accounts on a seed phrase and need the ability to switch to a different one for selling functionality.

Basic example

Provide a seed phrase that contains multiple wallets and then have the ability to choose a specific account number on the seed phrase.

Motivation

Allow selling automation from different wallets, while using a single seed phrase.

@thepeanutgalleryandco thepeanutgalleryandco added the enhancement New feature or request label Apr 5, 2022
@thepeanutgalleryandco thepeanutgalleryandco self-assigned this Apr 5, 2022
@thepeanutgalleryandco thepeanutgalleryandco linked a pull request Apr 5, 2022 that will close this issue
@thepeanutgalleryandco
Copy link
Owner Author

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.

@thepeanutgalleryandco
Copy link
Owner Author

By default, the first account number in the list is chosen. The if you would like account 2 or 3 or however many account numbers you have in your list to be chosen, simply update the METAMASK_ACCOUNT_NUMBER value to 2, 3, etc. and save the updated configuration, then run the sell_nfts script again.

Screenshot 2022-04-05 at 10 43 04

@thepeanutgalleryandco
Copy link
Owner Author

This feature has been removed and was replaced by Feature - Opensea Selling Scripts To Use Wallet PrivateKey

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