Convex-Labs / honestnft-shenanigans

HonestNFT Shenanigan Scanning Tools
https://honestnft-shenanigans.readthedocs.io/
MIT License
176 stars 70 forks source link

Use a cursor to iterate moralis transfer data. Otherwise 400 error #80

Closed 0xFlicker closed 2 years ago

0xFlicker commented 2 years ago

I got a 400 error running this script with a link to https://docs.moralis.io/misc/rate-limit#example-of-how-to-use-cursor-nodejs

Ported to using a cursor. Seems to work again.

0xFlicker commented 2 years ago

I'll take a look at the lint when I'm back at my computer

Barabazs commented 2 years ago

Thank you for your contribution @0xFlicker :+1:

You can easily format your code with the steps described in CONTRIBUTING.md#workflow-for-developers.

0xFlicker commented 2 years ago

You can easily format your code with the steps described in CONTRIBUTING.md#workflow-for-developers.

Thanks, I missed that part. Big help :+1: