Raw HyperEVM block data
Last updated
Last updated
Builders that wish to index the HyperEVM without running a node can use the S3 bucket: aws s3 ls s3://hl-mainnet-evm-blocks/ --request-payer requester
.
There is a similar bucket s3://hl-testnet-evm-blocks/
for testnet.
Some potential applications include a JSON-RPC server with custom rate limits, a HyperEVM block explorer, or other indexed services and tooling for builders.
While the data is public for anyone to use, the requester must pay for data transfer costs. The filenames are predictably indexed by EVM block number, e.g. s3://hl-mainnet-evm-blocks/0/6000/6123.rmp.lz4.
An indexer can copy block data from S3 on new HyperEVM blocks. The files are stored in MessagePack format and then compressed using LZ4.
Note that testnet starts with directory s3://hl-testnet-evm-blocks/18000000
and the earlier testnet RPC blocks were not backfilled.
An example can be found in the Python SDK: