Rarity-Ranking-NFT icon indicating copy to clipboard operation
Rarity-Ranking-NFT copied to clipboard

Update script to work with the updated Moralis lib

Open thomasansems opened this issue 2 years ago • 0 comments

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

thomasansems avatar Jun 22 '22 04:06 thomasansems