Skip to content

sprites0/block-importer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

block-importer

Backfills Raw HyperEVM block data into hl-node binary, so that Hyperliquid node can serve historical blocks.

$ cargo run --release -- --start-block 1 --end-block 30000 --ingest-dir ~/evm-blocks
# Optionally specify hyperliquid data directory
$ cargo run --release -- --start-block 1 --end-block 30000 --ingest-dir ~/evm-blocks --db-dir $HOME/hl

About

Imports HyperEVM block data into hl-node

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages