You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
tjayrush
changed the title
How does one run the docker against multiple chains?
docker version how does one run the docker against multiple chains?
Jan 1, 2023
tjayrush
changed the title
docker version how does one run the docker against multiple chains?
docker how does one run the docker against multiple chains?
Jan 1, 2023
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.The text was updated successfully, but these errors were encountered: