Login to reply
Replies (5)
You're going to get rate limited by the mint if you swap in a loop. Instead, use wallet.send and set the `amountsToSend` option to
an array of n times `amountPerSend`, then send it.
Single interaction with the mint.
Is the answer still the same if I’m trying to send tokens to 50 different recipients?
I checked the documentation and didn’t see send() accepting an array, but I did see that swap() returns splitProofsToSend (which sounds like what I need).
Either way, I’ll try all of this when I get a chance. Just want to be prepared. 🙏


Yes, you just mint 50 tokens at once, then spam then out to the recipients
send has an option "amountsToSend" or something!
Alright thanks! 🫡
