joshstevens19 / reth-indexer

reth-indexer reads directly from the reth db and indexes the data into traditional and alternative databases / datastores (postgres, GCP bigquery, etc) all decoded with a simple config file and no extra setup alongside exposing a API ready to query the data.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pass in the config file through arguments

joshstevens19 opened this issue · comments

People may want to run many commands at once and setting up many config files would make this a lot easier. Extend the run command to pass in a parameters for config file

supported > 329e5f2