dao-mix icon indicating copy to clipboard operation
dao-mix copied to clipboard

A repo for working with and building daos

Results 6 dao-mix issues
Sort by recently updated
recently updated
newest added

Followed instruction, got bug ``` brownie run scripts/governance_standard/deploy_and_run.py Brownie v1.19.0 - Python development framework for Ethereum New compatible solc version available: 0.8.14 Compiling contracts... Solc version: 0.8.14 Optimizer: Enabled Runs:...

Now with multicall to grant and revoke roles.

Added hardhat-typescript support. To run the hardhat task: ``` npx hardhat deploy_and_run ```

Since these arrays don't need to be modified in the functions, calldata is preferable and more gas efficient.

Since proposers and executors don't need to be modified in the constructor, calldata is preferable and more gas efficient.