TrueBlocks / trueblocks-docker

GNU General Public License v3.0
39 stars 16 forks source link

docker how does one run the docker against multiple chains? #378

Open tjayrush opened 1 year ago

tjayrush commented 1 year ago

I want to be able to start the docker against mainnet, gnosis, and sepolia.

How does one do that?

a) parameterize the startup routine with --chain b) allow for --chain mainnet,gnosis,sepolia

The first is WAY easier than the second. The second is amazing because it could extend to chifra export <address> --chain mainnet,gnosis,sepolia, for example.