communities-contracts/script
r4bbit 5772805ad7
refactor: don't revert deployment on non-existant configs (#15)
At this point, the contracts that need to be deployed do not require
chain specific configurations. The ones provided for local test nodes
are used in tests that don't represent the production deployment.

Hence, there's little point in reverting the deployment if there's no
config for a specific chain.

This commit also moves the `deployer` assignment to the beginning of the
constructor, ensuring that it's set when configs are created.
2023-09-22 12:10:48 +02:00
..
Base.s.sol refactor: move project to foundry template and introduce tests 2023-09-08 12:36:20 +02:00
DeployContracts.s.sol feat: implement `CommunityTokenDeployer` contract (#2) 2023-09-19 11:39:55 +02:00
DeployOwnerAndMasterToken.s.sol feat: implement `CommunityTokenDeployer` contract (#2) 2023-09-19 11:39:55 +02:00
DeploymentConfig.s.sol refactor: don't revert deployment on non-existant configs (#15) 2023-09-22 12:10:48 +02:00