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
We'll be deploying contracts in multiple chains.
Currently, the folders inside config are separated by chain, but an environment (i.e testnet) can be composed by contracts in multiple chains.
Instead of the actual approach, modify forge scripts to allow for grouping or similar solutions:
Not yet. Right now we generate the config json files and group them based on the chainId they were deployed to. The first problem is that when deploying contracts for testnet-playground or testnet will override the other env, as they both share the same chainId.
The second problem is our deployments will be multichain so I'd want the deployer to specify the environment to deploy, and generate the config in its folder.
We'll be deploying contracts in multiple chains.
Currently, the folders inside
config
are separated by chain, but an environment (i.e testnet) can be composed by contracts in multiple chains.Instead of the actual approach, modify forge scripts to allow for grouping or similar solutions:
The text was updated successfully, but these errors were encountered: