mertimus / nft-sales-bot

A short sales bot/script for tracking NFT sales on Solana
69 stars 42 forks source link

Only pull recent sales example #3

Closed ValeUnleashed closed 2 years ago

ValeUnleashed commented 2 years ago

In the example provided in the readme, to only grab current sales without history. There seems to be an issue when setting the signatures variable with const. If you change this to let it won't break the rest of the function.

while (true) {
  **let signatures** = await solanaConnection.getSignaturesForAddress(projectPubKey, options);