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

list-for-sale-auction.js #7

Open
k3fjeee opened this issue Dec 23, 2024 · 1 comment
Open

list-for-sale-auction.js #7

k3fjeee opened this issue Dec 23, 2024 · 1 comment

Comments

@k3fjeee
Copy link

k3fjeee commented Dec 23, 2024

node list-for-sale-auction.js $AXIE_ID 0.1 0.5 24

How can I put 100 axie up for auction at once?

@alexx855
Copy link
Owner

alexx855 commented Dec 23, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants