Free/Unlimited/Fast RPC endpoints for indexing with ponder #468
Unanswered
ozgrakkurt
asked this question in
Idea / Feature Request
Replies: 1 comment 2 replies
-
Thanks for opening, moved to discussion. Could you share more details about the benchmark you ran that found your RPC to be 200x as fast as blastapi/chainstack premium plans? Most Ponder users today use Alchemy, including the Ponder dev team, so I'd also be curious to see a benchmark between HyperRPC and Alchemy. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey! very cool project
I am especially impressed with how easy it is to setup and test some stuff.
I work at envio and we are building an rpc service which is implemented on top of our custom storage layer for historical evm data. We currently have free and unlimited endpoints for 20 evm chains.
I tested running ponder with our rpc and we seem to be over 200x as fast as blastapi/chainstack premium plans when indexing FairToken (I found this randomly on etherscan for testing).
The config I use is this:
and the indexer is generated using etherscan import method (very nice to use).
Might need to set maxBlockRange to a lower number for denser contracts like ens because we limit response sizes.
If it is ok with owners of the project, we would like to create free/unlimited endpoints for ponder users to use and list them in some documentation in ponder.
We already have endpoints we created for eth istanbul but they will be deprecated in next months so you can test with
https://eth.rpc.hypersync.xyz/ethistanbul
https://polygon.rpc.hypersync.xyz/ethistanbul
https://celo.rpc.hypersync.xyz/ethistanbul
etc..
https://envio.dev/hyper_rpc
Beta Was this translation helpful? Give feedback.
All reactions