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.
I want to be able to start the docker against
mainnet
,gnosis
, andsepolia
.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.