trueblocks-docker
trueblocks-docker copied to clipboard
docker how does one run the docker against multiple chains?
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.