joshstevens19 / rindexer

A no-code blazing fast EVM indexer tool built in rust.
https://rindexer.xyz
MIT License
269 stars 24 forks source link

add ability to use your own etherscan API key #19

Closed joshstevens19 closed 1 month ago

joshstevens19 commented 2 months ago

We have add contract command that uses a no API key on Etherscan. We should allow them to pass in an environment variable, and we use that for anything Etherscan related, as this key has five per-second rate limits. Most people using it would be on different IPs to each other, and 5 per second should be enough anyway but logging incase someone raises a ticket.

joshstevens19 commented 1 month ago

https://github.com/joshstevens19/rindexer/commit/8e0678e1e82ff23ca5f5845edf6f2d6eac553df9