Rarity-Ranking-NFT
Rarity-Ranking-NFT copied to clipboard
Update script to work with the updated Moralis lib
Moralis has removed its feature to be able to use "offset" to fetch specific data. That is changed to "cursor".
Read more; https://docs.moralis.io/misc/rate-limit#example-of-how-to-use-cursor-nodejs
I managed to update your script to import using cursor.
Moralis is also limiting requests, you can easily update your cloud database settings via; https://docs.moralis.io/moralis-dapp/web3-api/rate-limit