We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
node list-for-sale-auction.js $AXIE_ID 0.1 0.5 24
How can I put 100 axie up for auction at once?
The text was updated successfully, but these errors were encountered:
Hey @k3fjeee
You can just add a loop to the example script, something like this:
for (const axieId of axieIds) { // same example code }
If youre planning to do a lot of request, you will need to set SKYMAVIS_DAPP_KEY in the env file, see README.md to know how to get it.
Sorry, something went wrong.
No branches or pull requests
node list-for-sale-auction.js $AXIE_ID 0.1 0.5 24
How can I put 100 axie up for auction at once?
The text was updated successfully, but these errors were encountered: