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
and I'm trying to understand the need for an array per chain.
The chain "name" is a unique key (both in hardhat.config file, and as a folder under deployments
so it seems the simpler format should be:
The only possible "downside" is that if you keep 2 configurations deployed on the same network (e.g. goerli-prod, goerli-stage), they would appear as separate "top-level" entries in the all-networks file, instead of lumped together as array elements under "chainId":5
The text was updated successfully, but these errors were encountered:
in continuation of #248 ,
I'm still confused about the output of
--export-all
:The current export format is:
and I'm trying to understand the need for an array per chain.
The chain "name" is a unique key (both in
hardhat.config
file, and as a folder underdeployments
so it seems the simpler format should be:
The only possible "downside" is that if you keep 2 configurations deployed on the same network (e.g.
goerli-prod
,goerli-stage
), they would appear as separate "top-level" entries in the all-networks file, instead of lumped together as array elements under"chainId":5
The text was updated successfully, but these errors were encountered: